Skip to content

Commit 2c27be9

Browse files
Merge pull request #25 from 00krishna-opensource/update_sciml
updated README and make.jl as per sciml template
2 parents c54da54 + ac12f6c commit 2c27be9

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# SymbolicNumericIntegration.jl
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://symbolicnumericintegration.sciml.ai/stable/)
5-
[![Global Docs](https://img.shields.io/badge/docs-SciML-blue.svg)](https://docs.sciml.ai/dev/modules/SymbolicNumericIntegration/)
4+
[![Global Docs](https://img.shields.io/badge/docs-SciML-blue.svg)](https://docs.sciml.ai/SymbolicNumericIntegration/stable/)
65

76
[![codecov](https://codecov.io/gh/SciML/SymbolicNumericIntegration.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/SciML/SymbolicNumericIntegration.jl)
87
[![Build Status](https://github.com/SciML/SymbolicNumericIntegration.jl/workflows/CI/badge.svg)](https://github.com/SciML/SymbolicNumericIntegration.jl/actions?query=workflow%3ACI)
@@ -15,7 +14,7 @@
1514
## Tutorials and Documentation
1615

1716
For information on using the package,
18-
[see the stable documentation](https://symbolicnumericintegration.sciml.ai/stable/). Use the
17+
[see the stable documentation](https://docs.sciml.ai/SymbolicNumericIntegration/stable/). Use the
1918
[in-development documentation](https://symbolicnumericintegration.sciml.ai/dev/) for the version of
2019
the documentation, which contains the unreleased features.
2120

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ makedocs(sitename = "SymbolicNumericIntegration.jl",
88
clean = true, doctest = false,
99
format = Documenter.HTML(analytics = "UA-90474609-3",
1010
assets = ["assets/favicon.ico"],
11-
canonical = "https://symbolicnumericintegration.sciml.ai/stable/"),
11+
canonical = "https://docs.sciml.ai/SymbolicNumericIntegration/stable/"),
1212
pages = pages)
1313

1414
deploydocs(repo = "github.com/SciML/SymbolicNumericIntegration.jl.git";

0 commit comments

Comments
 (0)