Skip to content

Commit 71e57e2

Browse files
committed
More tweaks
1 parent 86bec8e commit 71e57e2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -954,10 +954,10 @@ <h2>Exercise</h2>
954954
</p>
955955
<p class="center">
956956
<a
957-
href="https://numpydoc.readthedocs.io/en/latest/validation.html"
957+
href="https://numpydoc.readthedocs.io/en/stable/validation.html"
958958
target="_blank"
959959
rel="noopener noreferrer"
960-
>numpydoc.readthedocs.io/en/latest/validation.html</a
960+
>numpydoc.readthedocs.io/en/stable/validation.html</a
961961
>
962962
</p>
963963
</section>
@@ -1040,8 +1040,8 @@ <h2>Keeping hooks up-to-date</h2>
10401040
<code data-trim class="language-shell hide-line-numbers" data-line-numbers="1">
10411041
$ pre-commit autoupdate
10421042
Updating [...]/pre-commit-hooks ... updating v4.6.0 -> v5.0.0.
1043-
Updating [...]/ruff-pre-commit ... already up to date.
1044-
Updating [...]/numpy/numpydoc ... already up to date.
1043+
Updating [...]/ruff-pre-commit ... already up to date!
1044+
Updating [...]/numpy/numpydoc ... already up to date!
10451045
</code>
10461046
</pre>
10471047
<p class="fragment">

0 commit comments

Comments
 (0)