Skip to content

Commit 3ec6041

Browse files
Merge pull request #30 from 00krishna-opensource/update_sciml_links
updated links in README and make.jl to new sciml docs.
2 parents 44d4fce + 5327474 commit 3ec6041

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# SciML Style Guide for Julia
22

33
[![SciML Code Style](https://img.shields.io/static/v1?label=code%20style&message=SciML&color=9558b2&labelColor=389826)](https://github.com/SciML/SciMLStyle)
4+
[![Global Docs](https://img.shields.io/badge/docs-SciML-blue.svg)](https://docs.sciml.ai/SciMLStyle/stable/)
45

56
The SciML Style Guide is a style guide for the Julia programming language. It is used by the
67
[SciML Open Source Scientific Machine Learning Organization](https://sciml.ai/). As such, it is

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ makedocs(sitename = "SciML Style Guide for Julia",
1717
],
1818
format = Documenter.HTML(analytics = "UA-90474609-3",
1919
assets = ["assets/favicon.ico"],
20-
canonical = "https://scimlstyle.sciml.ai/stable/"),
20+
canonical = "https://docs.sciml.ai/SciMLStyle/stable/"),
2121
pages = [
2222
"SciML Style Guide for Julia" => "index.md",
2323
])

0 commit comments

Comments
 (0)