SciML / DiffEqDocs.jl

Documentation for the DiffEq differential equations and scientific machine learning (SciML) ecosystem
https://docs.sciml.ai/DiffEqDocs/stable/
Other
264 stars 238 forks source link

Broken links in documentation #726

Open liamh opened 4 months ago

liamh commented 4 months ago

https://docs.sciml.ai/DiffEqDocs/stable/types/ode_types/#Example-Problems has several broken links under the "Source" buttons in the lower right of each box, for example the first such button is https://github.com/SciML/DiffEqProblemLibrary.jl/blob/v0.1.7/src/ode_linear_prob.jl#L4-L18 image

ArnoStrouwen commented 4 months ago

It should go here instead: https://github.com/SciML/DiffEqProblemLibrary.jl/blob/master/lib/ODEProblemLibrary/src/ode_linear_prob.jl i.e. it doesn't know it is a lib. Is there an easy fix for this @mortenpi ?