Skip to content

Commit ff9f09b

Browse files
committed
DOC: fix two Jupytext links
1 parent 6f92f9b commit ff9f09b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/a-markdown-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ files via [custom notebook formats](custom-formats.pct.py).
1111
You only need to install the [jupytext](https://jupytext.readthedocs.io/)
1212
package and add a configuration setting to `conf.py`,
1313
which can be used to select one of
14-
[several Markdown flavors supported by jupytext](https://jupytext.readthedocs.io/en/latest/formats.html#markdown-formats)
14+
[several Markdown flavors supported by jupytext](https://jupytext.readthedocs.io/en/latest/formats-markdown.html)
1515
(here we are using R Markdown):
1616

1717
```python

doc/custom-formats.pct.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
# %% [markdown]
5757
# This very page is an example of a notebook stored in the
5858
# `py:percent` format
59-
# (see [docs](https://jupytext.readthedocs.io/en/latest/formats.html#the-percent-format)):
59+
# (see [docs](https://jupytext.readthedocs.io/en/latest/formats-scripts.html#the-percent-format)):
6060

6161
# %%
6262
# !head -20 custom-formats.pct.py

0 commit comments

Comments
 (0)