Skip to content

Commit d436ec6

Browse files
Update README.md
1 parent f7588d1 commit d436ec6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ system = PotentialNBodySystem(bodies, Dict(:gravitational => g_parameters, elect
8686
```
8787

8888
### Custom Potential
89-
There exists an [example](http://docs.juliadiffeq.org/latest/models/physical.html) of simulation of an N-body system at absolutely custom potential.
89+
There exists an [example](http://docs.juliadiffeq.org/dev/models/physical.html) of simulation of an N-body system at absolutely custom potential.
9090

9191
Here is shown how to create custom acceleration functions using tools of NBodySimulator.
9292

@@ -377,4 +377,4 @@ plot(result)
377377
animate(result, "path_to_file.gif")
378378
```
379379

380-
Makie.jl also has a recipe for plotting results of N-body simulations. The [example](http://makie.juliaplots.org/stable/examples-meshscatter.html#Type-recipe-for-molecule-simulation-1) is presented in the documentation.
380+
Makie.jl also has a recipe for plotting results of N-body simulations. The [example](http://makie.juliaplots.org/stable/examples-meshscatter.html#Type-recipe-for-molecule-simulation-1) is presented in the documentation.

0 commit comments

Comments
 (0)