Skip to content

Broken internal links #219

@luraess

Description

@luraess

I am having an issue with respect to internal links.

Following the Vite doc, https://vitepress.dev/guide/markdown#internal-links, I am trying to link from /getting_started/introduction.md to /concepts/bc.md in https://ptsolvers.github.io/Chmy.jl/dev/getting_started/introduction#Boundary-Conditions.

I am thus implementing it as
initial or [boundary conditions](../concepts/bc.md)
but upon building, this results in
initial or <a href="./concepts/bc">boundary conditions</a>
which in turns returns a 404.

Am I doing something wrong or is there an issue with parsing internal links?

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