Skip to content

All the links with the same name point to a single file #43

@AlphaJack

Description

@AlphaJack

I have my docs organized in the following structure:

docs
└── courses
    ├── A
    │   ├── index.md
    │   └── target.md
    ├── B
    │   ├── index.md
    │   └── target.md
    └── C
        ├── index.md
        └── target.md

Every index page contains a link: [Target](target). This worked fine for A and B.

However, after adding C all the links in the rendered HTML pages point to "../C/target" instead of their own target.

Can I do something to prevent this or do I need to use [Target](target.md) so ezlinks use the file?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions