-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Description
In #8286 I changed shortest path docs URL so many old links are now returning 404. I came across this when reviewing the blog post I wrote in August, but many other articles reference these links and are now broken. This is the main link that is broken is https://networkx.org/documentation/stable/reference/algorithms/shortest_paths.html but others like https://networkx.org/documentation/networkx/reference/algorithms/generated/networkx.algorithms.shortest_paths.generic.shortest_path.html#networkx.algorithms.shortest_paths.generic.shortest_path are also affected.
I see that visits coming from Google dropped in the last weeks stats. This is probably because Google hasn't indexed the new links yet.
Do we want to add a redirect? That would be ideal so we don't break people's preexisting links to the library.