8000 updated README and make.jl with new sciml docs links. · SciML/SciMLTutorialsOutput@30a898b · GitHub
[go: up one dir, main page]

Skip to content

Commit 30a898b

Browse files
committed
updated README and make.jl with new sciml docs links.
1 parent 230a20b commit 30a898b

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
# SciMLTutorials.jl: Tutorials for Scientific Machine Learning and Differential Equations
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://tutorials.sciml.ai/stable/)
5-
[![Global Docs](https://img.shields.io/badge/docs-SciML-blue.svg)](https://docs.sciml.ai/dev/highlevels/learning_resources/#SciMLTutorials)
4+
[![Global Docs](https://img.shields.io/badge/docs-SciML-blue.svg)](https://docs.sciml.ai/SciMLTutorialsOutput/stable/)
65

76
[![Build status](https://badge.buildkite.com/8a39c2e1b44511eb84bdcd9019663cad757ae2479abd340508.svg)](https://buildkite.com/julialang/scimltutorials-dot-jl)
87

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ makedocs(
2424
clean=true, doctest=false,
2525
format=Documenter.HTML(#analytics = "UA-90474609-3",
2626
assets=["assets/favicon.ico"],
27-
canonical="https://tutorials.sciml.ai/stable/",
27+
canonical="https://docs.sciml.ai/SciMLTutorialsOutput/stable/",
2828
mathengine = mathengine),
2929
pages=pages
3030
)

0 commit comments

Comments
 (0)
0