Skip to content
This repository was archived by the owner on Dec 30, 2025. It is now read-only.

Commit 6610d1a

Browse files
Merge pull request #2 from 00krishna-opensource/update_links_new_sciml_docs
updated README and make.jl with new sciml docs links.
2 parents 230a20b + 30a898b commit 6610d1a

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

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)