Skip to content

Commit ccf21c2

Browse files
Update README.md
1 parent 0a1ea74 commit ccf21c2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

77
This package contains bindings for Bridge.jl to allow it to be used with the
88
JuliaDiffEq common interface. For more information on using the solvers from this
9-
package, see the [DifferentialEquations.jl documentation](https://juliadiffeq.github.io/DiffEqDocs.jl/latest/).
9+
package, see the [DifferentialEquations.jl documentation](https://juliadiffeq.github.io/DiffEqDocs.jl/dev/).
1010

1111
## Common API Usage
1212

13-
This library adds the common interface to Bridge.jl's solvers. [See the DifferentialEquations.jl documentation for details on the interface](http://docs.juliadiffeq.org/latest/index.html). Following the Black-Scholes example from [the SDE tutorial](http://docs.juliadiffeq.org/latest/tutorials/ode_example.html), we can solve this using `BridgeEuler` via the following:
13+
This library adds the common interface to Bridge.jl's solvers. [See the DifferentialEquations.jl documentation for details on the interface](http://docs.juliadiffeq.org/dev/index.html). Following the Black-Scholes example from [the SDE tutorial](http://docs.juliadiffeq.org/dev/tutorials/ode_example.html), we can solve this using `BridgeEuler` via the following:
1414

1515
```julia
1616
α=1
@@ -25,5 +25,5 @@ sol = solve(prob,BridgeEuler(),dt=dt)
2525
using Plots; plot(sol,vars=(1,2,3))
2626
```
2727

28-
The options available in `solve` are documented [at the common solver options page](http://docs.juliadiffeq.org/latest/basics/common_solver_opts.html). The available methods are documented [at the ODE solvers page](http://docs.juliadiffeq.org/latest/solvers/ode_solve.html#DiffEqBridge.jl-1)
29-
and [at the SDE solvers page](http://docs.juliadiffeq.org/latest/solvers/sde_solve.html#DiffEqBridge.jl-1).
28+
The options available in `solve` are documented [at the common solver options page](http://docs.juliadiffeq.org/dev/basics/common_solver_opts.html). The available methods are documented [at the ODE solvers page](http://docs.juliadiffeq.org/dev/solvers/ode_solve.html#DiffEqBridge.jl-1)
29+
and [at the SDE solvers page](http://docs.juliadiffeq.org/dev/solvers/sde_solve.html#DiffEqBridge.jl-1).

0 commit comments

Comments
 (0)