Skip to content

Broken relative links (the-why)/(the-how) in 2019 Universal Dashboard article #21

@HeyItsGilbert

Description

@HeyItsGilbert

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions