Skip to content

Commit c976838

Browse files
Merge pull request #208 from ArnoStrouwen/canon
prototype canonify docs
2 parents 8550cf9 + c321f4f commit c976838

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

README.md

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

76
[![codecov](https://codecov.io/gh/SciML/LinearSolvers.jl/branch/master/graph/badge.svg)](https://app.codecov.io/gh/SciML/LinearSolve.jl)
87
[![Build Status](https://github.com/SciML/LinearSolvers.jl/workflows/CI/badge.svg)](https://github.com/SciML/LinearSolvers.jl/actions?query=workflow%3ACI)
@@ -28,8 +27,8 @@ maximum efficiency. Specifically, LinearSolve.jl includes:
2827
as optimally as possible
2928

3029
For information on using the package,
31-
[see the stable documentation](https://linearsolve.sciml.ai/stable/). Use the
32-
[in-development documentation](https://linearsolve.sciml.ai/dev/) for the version of
30+
[see the stable documentation](https://docs.sciml.ai/LinearSolve/stable/). Use the
31+
[in-development documentation](https://docs.sciml.ai/LinearSolve/dev/) for the version of
3332
the documentation which contains the unreleased features.
3433

3534
## High Level Examples

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ makedocs(sitename = "LinearSolve.jl",
1919
],
2020
format = Documenter.HTML(analytics = "UA-90474609-3",
2121
assets = ["assets/favicon.ico"],
22-
canonical = "https://linearsolve.sciml.ai/stable/"),
22+
canonical = "https://docs.sciml.ai/LinearSolve/stable/"),
2323
pages = pages)
2424

2525
deploydocs(;

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LinearSolve.jl is a unified interface for the linear solving packages of
44
Julia. It interfaces with other packages of the Julia ecosystem
55
to make it easy to test alternative solver packages and pass small types to
66
control algorithm swapping. It also interfaces with the
7-
[ModelingToolkit.jl](https://mtk.sciml.ai/dev/) world of symbolic modeling to
7+
[ModelingToolkit.jl](https://docs.sciml.ai/ModelingToolkit/stable/) world of symbolic modeling to
88
allow for automatically generating high-performance code.
99

1010
Performance is key: the current methods are made to be highly performant on

0 commit comments

Comments
 (0)