Skip to content

Commit b213784

Browse files
Merge pull request #62 from ArnoStrouwen/canon
canonize docs
2 parents e3c106f + 3fd713c commit b213784

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# MultiScaleArrays
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)](http://multiscalearrays.sciml.ai/stable/)
5-
[![Global Docs](https://img.shields.io/badge/docs-SciML-blue.svg)](https://docs.sciml.ai/dev/modules/MultiScaleArrays/)
4+
[![Global Docs](https://img.shields.io/badge/docs-SciML-blue.svg)](https://docs.sciml.ai/MultiScaleArrays/stable/)
65

76
[![codecov](https://codecov.io/gh/SciML/MultiScaleArrays.jl/branch/master/graph/badge.svg?token=FwXaKBNW67)](https://codecov.io/gh/SciML/MultiScaleArrays.jl)
87
[![Build Status](https://github.com/SciML/MultiScaleArrays.jl/workflows/CI/badge.svg)](https://github.com/SciML/MultiScaleArrays.jl/actions?query=workflow%3ACI)
@@ -23,8 +22,8 @@ in place of a `Vector` in any appropriately made Julia package.
2322
## Tutorials and Documentation
2423

2524
For information on using the package,
26-
[see the stable documentation](https://multiscalearrays.sciml.ai/stable/). Use the
27-
[in-development documentation](https://multiscalearrays.sciml.ai/dev/) for the version of
25+
[see the stable documentation](https://docs.sciml.ai/MultiScaleArrays/stable/). Use the
26+
[in-development documentation](https://docs.sciml.ai/MultiScaleArrays/dev/) for the version of
2827
the documentation, which contains the unreleased features.
2928

3029
## Example

docs/make.jl

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

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

0 commit comments

Comments
 (0)