kavya-seth-vns opened a new pull request, #3968:
URL: https://github.com/apache/polaris/pull/3968

   ## Description
   
   Fixes #3965 
   
   Fixes a broken docker-compose link in the quick start guide.
   
   The documentation referenced an incorrect path:
   
   getting-started/quickstart/docker-compose.yml
   
   This URL returned a 404 error when running:
   
   curl -s 
https://raw.githubusercontent.com/apache/polaris/main/getting-started/quickstart/docker-compose.yml
 | docker compose -f - up
   
   The correct path is:
   
   site/content/guides/quickstart/docker-compose.yml
   
   This PR updates the quick start documentation to use the correct path.
   
   
   ## Checklist
   - [x] ๐Ÿ›ก๏ธ Don't disclose security issues! (contact [email protected])
   - [x] ๐Ÿ”— Clearly explained why the changes are needed, or linked related 
issues
   - [x] ๐Ÿงช Manually tested by verifying the updated URL downloads the 
docker-compose file successfully
   - [x] ๐Ÿ’ก Added comments for complex logic (not needed for this change)
   - [ ] ๐Ÿงพ Updated `CHANGELOG.md` (not needed for documentation fix)
   - [x] ๐Ÿ“š Updated documentation in `site/content/in-dev/unreleased`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to