Skip to content

Commit f8aebac

Browse files
Merge pull request #5 from devmotion/patch-1
Update README.md
2 parents a5360b5 + 11ee6d3 commit f8aebac

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# StochasticDelayDiffEq.jl
22

3-
[![Build Status](https://travis-ci.org/JuliaDiffEq/StochasticDelayDiffEq.jl.svg?branch=master)](https://travis-ci.org/JuliaDiffEq/StochasticDelayDiffEq.jl)
3+
[![Build Status](https://travis-ci.com/SciML/StochasticDelayDiffEq.jl.svg?branch=master)](https://travis-ci.com/SciML/StochasticDelayDiffEq.jl)
4+
[![codecov](https://codecov.io/gh/SciML/StochasticDelayDiffEq.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/SciML/StochasticDelayDiffEq.jl)
5+
[![Coverage Status](https://coveralls.io/repos/github/SciML/StochasticDelayDiffEq.jl/badge.svg?branch=master)](https://coveralls.io/github/SciML/StochasticDelayDiffEq.jl?branch=master)
46

57
StochasticDelayDiffEq.jl is a component package in the DifferentialEquatinos ecosystem.
68
It holds the stochastic delay differential equation solvers and utilities.
7-
It is built on top of StochasticDiffEq to extend those solvers for stochastic delay differential equations. While completely independent and usable on its own, users interested in using this functionality should check out [DifferentialEquations.jl](https://github.com/JuliaDiffEq/DifferentialEquations.jl) (documentation coming soon).
9+
It is built on top of StochasticDiffEq to extend those solvers for stochastic delay differential equations. While completely independent and usable on its own, users interested in using this functionality should check out [DifferentialEquations.jl](https://github.com/SciML/DifferentialEquations.jl) (documentation coming soon).
810

911
## API
1012

@@ -15,4 +17,4 @@ Interfacing with StochasticDiffEq.jl for implicit methods for stiff equations is
1517

1618
## Available Solvers
1719

18-
For the list of available solvers, please refer to the [DifferentialEquations.jl SDE Solvers page](http://docs.juliadiffeq.org/latest/solvers/sde_solve.html). For options for the `solve` command, see the [common solver options page](http://docs.juliadiffeq.org/latest/basics/common_solver_opts.html).
20+
For the list of available solvers, please refer to the [DifferentialEquations.jl SDE Solvers page](https://docs.sciml.ai/stable/solvers/sde_solve/). For options for the `solve` command, see the [common solver options page](https://docs.sciml.ai/stable/basics/common_solver_opts/).

0 commit comments

Comments
 (0)