Skip to content

Fix redirected articles being used in 'related'. Fixes missing link text in about-namepaths.html #135

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 29, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions about-namepaths.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,10 @@ <h2 id="namepaths-in-jsdoc-3">Namepaths in JSDoc 3</h2>
<h2 id="related-links">Related Links</h2>
<ul>
<li>
<a href="about-inline-tags.html"></a>
<a href="about-block-inline-tags.html">Block and inline tags</a>
</li>
<li>
<a href="tags-link.html"></a>
<a href="tags-inline-link.html">{@link}</a>
</li>
</ul>
</article>
Expand Down
4 changes: 2 additions & 2 deletions content/en/about-namepaths.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: Using namepaths with JSDoc 3
description: A guide to using namepaths with JSDoc 3.
related:
- about-inline-tags.html
- tags-link.html
- about-block-inline-tags.html
- tags-inline-link.html
---

## Namepaths in JSDoc 3
Expand Down