Skip to content

Commit b25a340

Browse files
committed
🎨 change link text
1 parent 70f8b18 commit b25a340

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/tutorial/tutorial.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@
6666
"metadata": {},
6767
"source": [
6868
"Inspect the signature. In an interactive session you could also use `hello_world?` to\n",
69-
"display the docstring. See the rendered version here:\n",
70-
"[reference/python_package.mockup](python_package.mockup.hello_world)"
69+
"display the docstring. See the rendered version\n",
70+
"[of `hello_world` under the Reference](python_package.mockup.hello_world)"
7171
]
7272
},
7373
{

docs/tutorial/tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# %% [markdown]
2626
# Inspect the signature. In an interactive session you could also use `hello_world?` to
2727
# display the docstring. See the rendered version
28-
# [of `hello_world` under the Reference]](python_package.mockup.hello_world)
28+
# [of `hello_world` under the Reference](python_package.mockup.hello_world)
2929

3030
# %%
3131
help(hello_world)

0 commit comments

Comments
 (0)