From 532747475d631c9143e459ca1acbbea5bd4d0116 Mon Sep 17 00:00:00 2001 From: krishna bhogaonker Date: Fri, 21 Oct 2022 16:10:23 -0700 Subject: [PATCH] updated links in README and make.jl to new sciml docs. --- README.md | 1 + docs/make.jl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 964f608..61696cd 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/make.jl b/docs/make.jl index 6411ae2..e340573 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -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", ])