Skip to content

Commit

Permalink
Merge pull request #30 from 00krishna-opensource/update_sciml_links
Browse files Browse the repository at this point in the history
updated links in README and make.jl to new sciml docs.
  • Loading branch information
ChrisRackauckas authored Oct 21, 2022
2 parents 44d4fce + 5327474 commit 3ec6041
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# SciML Style Guide for Julia

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

The SciML Style Guide is a style guide for the Julia programming language. It is used by the
[SciML Open Source Scientific Machine Learning Organization](https://sciml.ai/). As such, it is
Expand Down
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ makedocs(sitename = "SciML Style Guide for Julia",
],
format = Documenter.HTML(analytics = "UA-90474609-3",
assets = ["assets/favicon.ico"],
canonical = "https://scimlstyle.sciml.ai/stable/"),
canonical = "https://docs.sciml.ai/SciMLStyle/stable/"),
pages = [
"SciML Style Guide for Julia" => "index.md",
])
Expand Down

0 comments on commit 3ec6041

Please sign in to comment.