Skip to content

Commit c501ba3

Browse files
committed
Accidentally committed wrong code
1 parent 498abfd commit c501ba3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/user_guide/header-links.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,9 @@ SVG image icons
205205
In order to make use of the full feature set of ``.svg`` images provided by HTML you will need
206206
to set up the ``.svg`` to be used as a FontAwesome type icon. This is a fairly straightforward process:
207207

208-
#. Copy `custom-icons.js <https://github.com/pydata/pydata-sphinx-theme/blob/main/docs/_static/custom-icons.js>`_
209-
into an appropriate directory of your documentation source (typically ``source/js``). In that file you will
210-
find a list of custom icon definitions. Each definition looks like this:
208+
#. Copy `custom-icons.js`_ into an appropriate directory of your documentation
209+
source (typically ``source/js``). In that file you will find a list of custom
210+
icon definitions. Each definition looks like this:
211211

212212
.. code:: javascript
213213
@@ -317,3 +317,5 @@ For example, to specify a custom ``target`` and ``rel`` attribute, and to define
317317
318318
.. warning::
319319
This might make your icon links behave unexpectedly and might override the default behavior, so make sure you know what you're doing!
320+
321+
.. _custom-icons.js: ../_static/custom-icons.js

0 commit comments

Comments
 (0)