Skip to content

Commit df741f3

Browse files
committed
Changed info.py URLs to use relative addresses
1 parent 80d964e commit df741f3

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

nibabel/info.py

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
and image data is made available via NumPy arrays. For more information, see
2323
NiBabel's `documentation site`_ and `API reference`_.
2424
25-
.. _API reference: https://nipy.org/nibabel/api.html
25+
.. _API reference: ./api.html
2626
.. _AFNI BRIK/HEAD: https://afni.nimh.nih.gov/pub/dist/src/README.attributes
2727
.. _ANALYZE: http://www.grahamwideman.com/gw/brain/analyze/formatdoc.htm
2828
.. _CIFTI-2: https://www.nitrc.org/projects/cifti/
@@ -58,12 +58,11 @@
5858
For more information on previous releases, see the `release archive`_ or
5959
`development changelog`_.
6060
61-
Please find detailed `download and installation instructions
62-
<installation>`_ in the manual.
61+
Please find detailed `download and installation instructions`_ in the manual.
6362
6463
.. _current release: https://pypi.python.org/pypi/NiBabel
65-
.. _development changelog: https://nipy.org/nibabel/changelog.html
66-
.. _installation: https://nipy.org/nibabel/installation.html#installation
64+
.. _development changelog: ./changelog.html
65+
.. _download and installation instructions: ./installation.html#installation
6766
.. _release archive: https://github.com/nipy/NiBabel/releases
6867
6968
Support
@@ -90,7 +89,7 @@
9089
Please see the `appendix of the manual <license>`_ for the copyright statement
9190
and the full text of the license.
9291
93-
.. _license: https://nipy.org/nibabel/legal.html#license
92+
.. _license: ./legal.html#license
9493
.. _mit: https://opensource.org/license17s/MIT
9594
9695
Citation

0 commit comments

Comments
 (0)