Skip to content

Commit cb556f7

Browse files
committed
updated README and make.jl to sciml doc standard.
1 parent d20f721 commit cb556f7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

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

76
[![codecov](https://codecov.io/gh/SciML/SciMLOperators.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/SciML/SciMLOperators.jl)
87
[![Build Status](https://github.com/SciML/SciMLOperators.jl/workflows/CI/badge.svg)](https://github.com/SciML/SciMLOperators.jl/actions?query=workflow%3ACI)

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ makedocs(
99
clean=true,doctest=false,
1010
format = Documenter.HTML(analytics = "UA-90474609-3",
1111
assets = ["assets/favicon.ico"],
12-
canonical="https://scimlbase.sciml.ai/stable/"),
12+
canonical="https://docs.sciml.ai/SciMLOperators/stable"),
1313
pages=pages
1414
)
1515

0 commit comments

Comments
 (0)