Skip to content

Navigation API demo backlink wrong? #357

@fry69

Description

@fry69

This link here: https://github.com/mdn/dom-examples/blob/main/navigation-api/subpage.html#L23 brings you to a non-existent page:

      <p><a href="/navigation-api/">Back to index.html</a>.</p>

What exists is https://mdn.github.io/dom-examples/navigation-api/ so should this link be:

      <p><a href="/dom-examples/navigation-api/">Back to index.html</a>.</p>

Or does the Navigations API does have kind of relative link semantics I do not understand?

This currently breaks in Firefox Nightly (today's version) and Chrome (stable).

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs triageTriage needed by staff and/or partners. Automatically applied when an issue is opened.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions