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]
