From bd447ec8e3d034fb6577271f8b2277f226f510db Mon Sep 17 00:00:00 2001 From: Shuhei Kadowaki Date: Sun, 14 Jun 2020 13:34:43 +0900 Subject: [PATCH] update links --- examples/FIR_design.jl | 2 +- examples/FIR_design.jmd | 2 +- examples/FIR_design_plots.jl | 2 +- examples/gadfly_md_sample.jmd | 2 +- examples/gadfly_sample.mdw | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/FIR_design.jl b/examples/FIR_design.jl index b51762f..0b1185b 100644 --- a/examples/FIR_design.jl +++ b/examples/FIR_design.jl @@ -7,7 +7,7 @@ #' # Introduction #' This an example of a julia script that can be published using -#' [Weave](http://mpastell.github.io/Weave.jl/latest/usage/). +#' [Weave](http://weavejl.mpastell.com/dev/usage/). #' The script can be executed normally using Julia #' or published to HTML or pdf with Weave. #' Text is written in markdown in lines starting with "`#'` " and code diff --git a/examples/FIR_design.jmd b/examples/FIR_design.jmd index ddb1858..184d647 100644 --- a/examples/FIR_design.jmd +++ b/examples/FIR_design.jmd @@ -9,7 +9,7 @@ date: 21th April 2016 This an example of a julia script that can be published using -[Weave](http://mpastell.github.io/Weave.jl/latest/usage/). +[Weave](http://weavejl.mpastell.com/dev/usage/). The script can be executed normally using Julia or published to HTML or pdf with Weave. Text is written in markdown in lines starting with "`#'` " and code diff --git a/examples/FIR_design_plots.jl b/examples/FIR_design_plots.jl index 75844b1..b3d8eca 100644 --- a/examples/FIR_design_plots.jl +++ b/examples/FIR_design_plots.jl @@ -7,7 +7,7 @@ #' # Introduction #' This an example of a julia script that can be published using -#' [Weave](http://mpastell.github.io/Weave.jl/latest/usage/). +#' [Weave](http://weavejl.mpastell.com/dev/usage/). #' The script can be executed normally using Julia #' or published to HTML or pdf with Weave. #' Text is written in markdown in lines starting with "`#'` " and code diff --git a/examples/gadfly_md_sample.jmd b/examples/gadfly_md_sample.jmd index 082c468..041843b 100644 --- a/examples/gadfly_md_sample.jmd +++ b/examples/gadfly_md_sample.jmd @@ -71,6 +71,6 @@ plot(y = cumsum(randn(1000, 1)), Geom.line) Read the documentation: - stable: [http://mpastell.github.io/Weave.jl/stable/](http://mpastell.github.io/Weave.jl/stable/) - - latest: [http://mpastell.github.io/Weave.jl/latest/](http://mpastell.github.io/Weave.jl/latest/) + - latest: [http://weavejl.mpastell.com/dev/](http://weavejl.mpastell.com/dev/) See other examples in the [GitHub repo](https://github.com/JunoLab/Weave.jl/tree/master/examples) diff --git a/examples/gadfly_sample.mdw b/examples/gadfly_sample.mdw index 3df5dcd..0055cee 100644 --- a/examples/gadfly_sample.mdw +++ b/examples/gadfly_sample.mdw @@ -65,6 +65,6 @@ plot(y = cumsum(randn(1000, 1)), Geom.line) Read the documentation: - stable: - - latest: + - latest: See other examples in: