Skip to content

readme.md does not reffer to docs/index.html but docs/ #9

@mlibre

Description

@mlibre

Source code of the page

<h1>
    <a href="./">
      Module
    </a>
  </h1>

Should be

<h1>
    <a href="./index.html">
      Module
    </a>
  </h1>

Cause some browsers to not open the readme page, but the directory list of, instead

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions