Reported during the link/rendering review in #19.
Problem
In content/articles/2019-06-14-universal-dashboard-templates-scaffolding-a-new-ud-project-with-powershell.md, two Markdown links resolve to nonexistent pages:
[What are the advantages of project scaffolding](the-why)
[How does ud-template work](the-how)
the-why and the-how are relative links with no matching page, so they 404. They were almost certainly in-page anchors (e.g. #the-why) in the original post, pointing at headings within the same article.
Suggested fix
- If the corresponding headings exist in the article, convert these to anchor links (
#the-why / #the-how, matching Hugo's generated heading IDs).
- Otherwise, de-link the text.
Acceptance
- Both links resolve correctly (or are removed) and the page builds cleanly.
Reported during the link/rendering review in #19.
Problem
In
content/articles/2019-06-14-universal-dashboard-templates-scaffolding-a-new-ud-project-with-powershell.md, two Markdown links resolve to nonexistent pages:the-whyandthe-howare relative links with no matching page, so they 404. They were almost certainly in-page anchors (e.g.#the-why) in the original post, pointing at headings within the same article.Suggested fix
#the-why/#the-how, matching Hugo's generated heading IDs).Acceptance