Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zlovatt committed Jul 6, 2021
1 parent 60cc0a9 commit 86c5491
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@ Contributors are welcome and encouraged to suggest fixes, adjustments, notes/war

Anchors should be defined at each page setting relative to the root folder; the anchor for the "Application" page within the JS Object Reference should be::

.. _intro/Application
.. _intro/Application

And the anchor for a child item (property, method or example)::

.. _intro/Application.open
.. _intro/Application.open

Then, to link to these items from other pages, we use::

:ref:`intro/Application`
:ref:`intro/Application`

or::

:ref:`intro/Application.open`
:ref:`intro/Application.open`

If you want different text than the title the anchor points to::

:ref:`Check this out! <intro/Application.open>`
:ref:`Check this out! <intro/Application.open>`

---

Expand Down

0 comments on commit 86c5491

Please sign in to comment.