We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f2b90e commit 0ea6199Copy full SHA for 0ea6199
about-namepaths.html
@@ -144,10 +144,10 @@ <h2 id="namepaths-in-jsdoc-3">Namepaths in JSDoc 3</h2>
144
<h2 id="related-links">Related Links</h2>
145
<ul>
146
<li>
147
- <a href="about-inline-tags.html"></a>
+ <a href="about-block-inline-tags.html">Block and inline tags</a>
148
</li>
149
150
- <a href="tags-link.html"></a>
+ <a href="tags-inline-link.html">{@link}</a>
151
152
</ul>
153
</article>
content/en/about-namepaths.md
@@ -2,8 +2,8 @@
2
title: Using namepaths with JSDoc 3
3
description: A guide to using namepaths with JSDoc 3.
4
related:
5
- - about-inline-tags.html
6
- - tags-link.html
+ - about-block-inline-tags.html
+ - tags-inline-link.html
7
---
8
9
## Namepaths in JSDoc 3
0 commit comments