Skip to content

Commit

Permalink
Fix broken docs links (#9)
Browse files Browse the repository at this point in the history
* Update README.md

* minor edit in readme

* minor edit in readme

---------

Co-authored-by: Reyk Börner <[email protected]>
  • Loading branch information
oameye and reykboerner authored Feb 18, 2024
1 parent 615afd9 commit 625903c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# CriticalTransitions.jl

[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://reykboerner.github.io/CriticalTransitions.jl/dev/) [![](https://img.shields.io/badge/docs-stable-green.svg)](https://reykboerner.github.io/CriticalTransitions.jl/stable/)
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliadynamics.github.io/CriticalTransitions.jl/dev/) [![](https://img.shields.io/badge/docs-stable-green.svg)](https://juliadynamics.github.io/CriticalTransitions.jl/stable/)

A Julia package for the numerical investigation of **noise- and rate-induced transitions in dynamical systems**.

Building on [DynamicalSystems.jl](https://juliadynamics.github.io/DynamicalSystems.jl/stable/) and [DifferentialEquations.jl](https://diffeq.sciml.ai/stable/), this package aims to provide a toolbox for dynamical systems under time-dependent forcing, with a focus on tipping phenomena and metastability.
## Usage
See [package documentation](https://reykboerner.github.io/CriticalTransitions.jl/stable/).
See [package documentation](https://juliadynamics.github.io/CriticalTransitions.jl/stable/).

## Example: Bistable FitzHugh-Nagumo model
```julia
Expand Down Expand Up @@ -35,4 +35,4 @@ Developers: Reyk Börner, Ryan Deeley and Raphael Römer

Thanks to Jeroen Wouters, Calvin Nesbitt, Tobias Grafke, George Datseris and Oliver Mehling

This work is part of the [CriticalEarth](https://criticalearth.eu) project.
This work is part of the [CriticalEarth](https://criticalearth.eu) project.

0 comments on commit 625903c

Please sign in to comment.