From d819af78933219b6ae99b7ea1b1691186c59b11a Mon Sep 17 00:00:00 2001 From: Benoit Pasquier Date: Sun, 12 May 2019 08:46:55 +1000 Subject: [PATCH] Use fixed-commit URLs in documentation --- docs/src/customprocessing.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/docs/src/customprocessing.md b/docs/src/customprocessing.md index 6142b94..7fd6924 100644 --- a/docs/src/customprocessing.md +++ b/docs/src/customprocessing.md @@ -97,7 +97,15 @@ statements are replaced with the actual code to be included! This approach is used for generating [the examples](https://juliadynamics.github.io/TimeseriesPrediction.jl/latest/stexamples/) in the documentation of the [TimeseriesPrediction.jl](https://github.com/JuliaDynamics/TimeseriesPrediction.jl) package. -The [example files](https://github.com/JuliaDynamics/TimeseriesPrediction.jl/tree/master/examples), -included together in the [stexamples.jl](https://github.com/JuliaDynamics/TimeseriesPrediction.jl/blob/master/docs/src/stexamples.jl) file, -are processed by literate via this [make.jl](https://github.com/JuliaDynamics/TimeseriesPrediction.jl/blob/master/docs/make.jl) file to generate the markdown and code cells of the documentation. +The +[example files](https://github.com/JuliaDynamics/TimeseriesPrediction.jl/tree/dcb080376a7861716147c04e45c473f55bb9a078/examples), +included together in the +[stexamples.jl](https://github.com/JuliaDynamics/TimeseriesPrediction.jl/blob/dcb080376a7861716147c04e45c473f55bb9a078/docs/src/stexamples.jl) file, +are processed by literate via this +[make.jl](https://github.com/JuliaDynamics/TimeseriesPrediction.jl/blob/dcb080376a7861716147c04e45c473f55bb9a078/docs/make.jl) +file to generate the markdown and code cells of the documentation. + + + +