Skip to content

Commit 1512c82

Browse files
jtpioashwinvis
andauthored
Rename migration file to migrate_to_notebook7 (#6831)
* Use correct canonical URL while building docs (#6829) As noted in readthedocs/readthedocs.org#10224 with the current configuration the canonical URL is wrong with different sphinx builds. For instance the "latest" docs point to "stable". This leads to apps like Mastodon to generate previews to pages which don't exist since they rely on <link rel="canonical" href="https://jupyter-notebook.readthedocs.io/en/stable/notebook_7_features.html" /> This should fix that. * Renaming migration file to `migrating_to_notebook7` * Use the correct name * fix ref --------- Co-authored-by: Ashwin V. Mohanan <[email protected]>
1 parent 6e60c72 commit 1512c82

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

docs/source/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
1313
user-documentation
1414
configuration
15-
migrating
15+
migrate_to_notebook7
1616
contributor
1717
changelog
1818
```
File renamed without changes.

docs/source/notebook_7_features.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,4 +147,4 @@ Notebook 7 automatically switches to a more compact layout on mobile devices, ma
147147
This was just a quick overview of the new features in Notebook 7. For more details, you can check out the following resources:
148148

149149
- The [JupyterLab Documentation](https://jupyterlab.readthedocs.io/en/latest/) is a great resource to learn more about JupyterLab and the extensions available. Since Notebook 7 is based on JupyterLab, many of the features and extensions available for JupyterLab are also available for Notebook 7.
150-
- [Migration Guide](./migrating.md) for Notebook 7, which explains how to migrate from the Classic Notebook to Notebook 7.
150+
- [Migration Guide](./migrate_to_notebook7.md) for Notebook 7, which explains how to migrate from the Classic Notebook to Notebook 7.

0 commit comments

Comments
 (0)