Skip to content

Commit

Permalink
updated README and make.jl with new sciml doc links. (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
00krishna authored Oct 22, 2022
1 parent 2f67348 commit 7375676
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# MuladdMacro.jl

[![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)
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://muladdmacro.sciml.ai/stable/)
[![Global Docs](https://img.shields.io/badge/docs-SciML-blue.svg)](https://docs.sciml.ai/dev/modules/MuladdMacro/)
[![Global Docs](https://img.shields.io/badge/docs-SciML-blue.svg)](https://docs.sciml.ai/MuladdMacro/stable/)

[![codecov](https://codecov.io/gh/SciML/MulAddMacro.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/SciML/MulAddMacro.jl?branch=master)
[![Build Status](https://github.com/SciML/MulAddMacro.jl/workflows/CI/badge.svg?branch=master)](https://github.com/SciML/MulAddMacro.jl/actions?query=workflow%3ACI%20branch%3Amaster)
Expand Down
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ makedocs(;
sitename = "MuladdMacro.jl",
format = Documenter.HTML(;
prettyurls = get(ENV, "CI", "false") == "true",
canonical = "https://muladdmacro.sciml.ai/",
canonical = "https://docs.sciml.ai/MuladdMacro/stable/",
assets = String[]),
pages = ["Home" => "index.md", "api.md"],
strict = true,
Expand Down

0 comments on commit 7375676

Please sign in to comment.