Skip to content

Commit 0ea6199

Browse files
ghthegemonic
authored andcommitted
Fix redirected articles being used in 'related'. Fixes missing link text in about-namepaths.html (#135)
fix related using redirected articles; fixes missing link text
1 parent 2f2b90e commit 0ea6199

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

about-namepaths.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,10 @@ <h2 id="namepaths-in-jsdoc-3">Namepaths in JSDoc 3</h2>
144144
<h2 id="related-links">Related Links</h2>
145145
<ul>
146146
<li>
147-
<a href="about-inline-tags.html"></a>
147+
<a href="about-block-inline-tags.html">Block and inline tags</a>
148148
</li>
149149
<li>
150-
<a href="tags-link.html"></a>
150+
<a href="tags-inline-link.html">{@link}</a>
151151
</li>
152152
</ul>
153153
</article>

content/en/about-namepaths.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: Using namepaths with JSDoc 3
33
description: A guide to using namepaths with JSDoc 3.
44
related:
5-
- about-inline-tags.html
6-
- tags-link.html
5+
- about-block-inline-tags.html
6+
- tags-inline-link.html
77
---
88

99
## Namepaths in JSDoc 3

0 commit comments

Comments
 (0)