apollographql/docs

inconsistent hyperlink behavior

Closed this issue · 1 comments

there are two "configuring" links all the way at the bottom of the getting started page for rover.

prod getting started: https://www.apollographql.com/docs/rover/getting-started#connecting-to-studio

this repo getting started: https://relaxed-hodgkin-be888c.netlify.app/rover/getting-started#connecting-to-studio

prod first link: https://www.apollographql.com/docs/rover/configuring/
this repo first link: https://relaxed-hodgkin-be888c.netlify.app/rover/getting-started/configuring

prod second link: https://www.apollographql.com/docs/rover/configuring/
this repo second link: https://relaxed-hodgkin-be888c.netlify.app/rover/configuring

as you can see, both of the prod links go to the same place, but the repo links diverge. the first one 404s because configuring is not a child of getting-started.

in rover's source code, only the first link in the body is present (no navigational link) and it points to ./configuring.

here's a video repro:

Installing.Rover.-.Apollo.GraphQL.Docs.and.14.more.pages.-.Work.-.Microsoft.Edge.Dev.2022-02-28.17-38-50.mp4

Thanks for reporting this @EverlastingBugstopper! This has been addressed by 3eb0c06