-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #56 from termi-official/do/fix-readme-link
Fix faulty readme link
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# DiffEqDevDocs | ||
|
||
[![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) | ||
[![Global Docs](https://img.shields.io/badge/docs-dev-blue.svg)](https://devdocs.sciml.ai/stable/) | ||
[![Global Docs](https://img.shields.io/badge/docs-stable-blue.svg)](https://docs.sciml.ai/DiffEqDevDocs/stable/) | ||
|
||
DiffEqDevDocs.jl is a component package in the DifferentialEquations ecosystem. It holds [the developer documentation for the solvers and add-on packages](https://devdocs.sciml.ai/dev/). | ||
DiffEqDevDocs.jl is a component package in the DifferentialEquations ecosystem. It holds [the developer documentation for the solvers and add-on packages](https://docs.sciml.ai/DiffEqDevDocs/dev/). | ||
Users interested to the ecosystem should refer to this as a guide. |