summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2023-01-04 12:28:48 -0800
committerGitHub <noreply@github.com>2023-01-04 12:28:48 -0800
commitf4ae9173f4e6dadd6245d8efe34008a0ccf9e4b6 (patch)
tree93ef5bf5f5a5ce58d1b529069f96f1017649f88e /doc
parent1efafc5a949c3cb9ffc0f9126a1e50dc26fe3d39 (diff)
downloadnetworkx-f4ae9173f4e6dadd6245d8efe34008a0ccf9e4b6.tar.gz
Fix links to migration guide (#6331)
Diffstat (limited to 'doc')
-rw-r--r--doc/release/release_dev.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/release/release_dev.rst b/doc/release/release_dev.rst
index 2e1b8447..69708b4e 100644
--- a/doc/release/release_dev.rst
+++ b/doc/release/release_dev.rst
@@ -18,7 +18,7 @@ Highlights
This release is the result of 8 months of work with over 217 pull requests by
37 contributors. We also have a `guide for people moving from NetworkX 2.X
-to NetworkX 3.0 <https://networkx.org/documentation/latest/release/migration_guide_from_2.x_to_3.0.html>`. Highlights include:
+to NetworkX 3.0 <https://networkx.org/documentation/latest/release/migration_guide_from_2.x_to_3.0.html>`_. Highlights include:
- Better syncing between G._succ and G._adj for directed G.
And slightly better speed from all the core adjacency data structures.
@@ -42,7 +42,7 @@ to NetworkX 3.0 <https://networkx.org/documentation/latest/release/migration_gui
- We have added an experimental plugin feature which let users choose alternate
backends like GraphBLAS, CuGraph for computation. This is an opt-in feature and
may change in future releases.
-- Improved integration with the general `Scientific Python ecosystem <https://networkx.org/documentation/latest/release/migration_guide_from_2.x_to_3.0.html#improved-integration-with-scientific-python>`
+- Improved integration with the general `Scientific Python ecosystem <https://networkx.org/documentation/latest/release/migration_guide_from_2.x_to_3.0.html#improved-integration-with-scientific-python>`_.
Improvements
------------