Skip to content

Commit 6fe1925

Browse files
Merge pull request #97 from ArnoStrouwen/canon
canonize docs
2 parents 48c2ffa + 71c3674 commit 6fe1925

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# ParameterizedFunctions.jl
22

33
[![Join the chat at https://julialang.zulipchat.com #sciml-bridged](https://img.shields.io/static/v1?label=Zulip&message=chat&color=9558b2&labelColor=389826)](https://julialang.zulipchat.com/#narrow/stream/279055-sciml-bridged)
4-
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://parameterizedfunctions.sciml.ai/stable/)
5-
[![Global Docs](https://img.shields.io/badge/docs-SciML-blue.svg)](https://docs.sciml.ai/dev/modules/ParameterizedFunctions.jl/)
4+
[![Global Docs](https://img.shields.io/badge/docs-SciML-blue.svg)](https://docs.sciml.ai/ParameterizedFunctions/stable/)
65

76
[![codecov](https://codecov.io/gh/SciML/ParameterizedFunctions.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/SciML/ParameterizedFunctions.jl)
87
[![Build Status](https://github.com/SciML/ParameterizedFunctions.jl/workflows/CI/badge.svg)](https://github.com/SciML/ParameterizedFunctions.jl/actions?query=workflow%3ACI)
@@ -16,8 +15,8 @@ for easily defining parameterized ODE models in a simple syntax.
1615
## Tutorials and Documentation
1716

1817
For information on using the package,
19-
[see the stable documentation](https://parameterizedfunctions.sciml.ai/stable/). Use the
20-
[in-development documentation](https://parameterizedfunctions.sciml.ai/dev/) for the version of
18+
[see the stable documentation](https://docs.sciml.ai/ParameterizedFunctions/stable/). Use the
19+
[in-development documentation](https://docs.sciml.ai/ParameterizedFunctions/dev/) for the version of
2120
the documentation, which contains the unreleased features.
2221

2322
## Example

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ makedocs(sitename = "ParameterizedFunctions.jl",
88
clean = true, doctest = false,
99
format = Documenter.HTML(analytics = "UA-90474609-3",
1010
assets = ["assets/favicon.ico"],
11-
canonical = "https://parameterizedfunctions.sciml.ai/stable/"),
11+
canonical = "https://docs.sciml.ai/ParameterizedFunctions/stable/"),
1212
pages = pages)
1313

1414
deploydocs(repo = "github.com/SciML/ParameterizedFunctions.jl.git";

0 commit comments

Comments
 (0)