-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Description
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
Labels
No labels