From 9477e7d859967ee22be4527d243adee027f323bf Mon Sep 17 00:00:00 2001 From: Rodrigo Espinosa de los Monteros <1084688+RodEsp@users.noreply.github.com> Date: Wed, 14 May 2025 11:15:05 -0400 Subject: [PATCH] fix: getting started links Fix the links for the rust, node, and python getting started pages by removing the `.md` ending from each. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8f442eb5..047eb241 100644 --- a/README.md +++ b/README.md @@ -71,9 +71,9 @@ the xds configuration to drive the Junction Client. | [Python] | [requests], [urllib3] | | [Node.js] | [fetch()] | -[Rust]: https://docs.junctionlabs.io/getting-started/rust.md -[Python]: https://docs.junctionlabs.io/getting-started/python.md -[Node.js]: https://docs.junctionlabs.io/getting-started/node.md +[Rust]: https://docs.junctionlabs.io/getting-started/rust +[Python]: https://docs.junctionlabs.io/getting-started/python +[Node.js]: https://docs.junctionlabs.io/getting-started/node [requests]: https://pypi.org/project/requests/ [urllib3]: https://github.com/urllib3/urllib3 [fetch()]: https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch