Skip to content

Link following is broken #4

Description

@m-hurlow

Currently, when a docs page links to another document which also has links, the relative paths are not calculated correctly.
e.g. imagine there is a markdown page, page1.md which has links to page2.md and page3.md. If page2.md also links to page3.md, the path will not be correct and will lead to a 404. The path in page2.md would be something like evalFunction/page2/evalFunction/page3, where the correct path would be evalFunction/page3.

There is also a potential issue with link graphs that have cycles: the current recursive implementation does not appear to handle this gracefully.

Just opening this issue as a record; I have no time to work on this and it is not currently a major issue.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions