diff --git a/doc/source/shortest_paths.rst b/doc/source/shortest_paths.rst index 4e3f43d..95e687e 100644 --- a/doc/source/shortest_paths.rst +++ b/doc/source/shortest_paths.rst @@ -18,7 +18,7 @@ It is crucial to note that *any* path is eligible, including those that (repeate Examining Shortest Paths ======================== -.. seealso:: `07-shortest-paths.py `_ +.. seealso:: `07-shortest-paths.py `_ As in :doc:`getting_started`, we import some required modules and build a model from the example files:: diff --git a/examples/07-shortest-paths.py b/examples/shortest_paths/01-shortest-paths.py similarity index 100% rename from examples/07-shortest-paths.py rename to examples/shortest_paths/01-shortest-paths.py