Skip to content

Commit

Permalink
Merge pull request #245 from rohanaras/patch-1
Browse files Browse the repository at this point in the history
fixed broken links in examples.rst
  • Loading branch information
viblo authored May 25, 2024
2 parents 48470e8 + 6c7ff39 commit 7452eb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Displays the same space as the pygame and pyglet draw demos, but using
matplotlib and the notebook.

Source: `examples/matplotlib_util_demo.ipynb
<https://github.com/viblo/pymunk/blob/master/examples/matplotlib_util_demo.ipynb>`_
<https://github.com/viblo/pymunk/blob/master/additional_examples/matplotlib_util_demo.ipynb>`_

.. image:: _static/examples/matplotlib_util_demo.png

Expand All @@ -37,7 +37,7 @@ Compared to the draw demo this demo will output an animation of the simulated
space.

Source: `examples/newtons_cradle.ipynb
<https://github.com/viblo/pymunk/blob/master/examples/newtons_cradle.ipynb>`_
<https://github.com/viblo/pymunk/blob/master/additional_examples/newtons_cradle.ipynb>`_

.. raw:: html

Expand Down Expand Up @@ -82,4 +82,4 @@ Additional Examples

.. autoexample:: ../../additional_examples
:image_folder: _static/examples
:source_url: https://github.com/viblo/pymunk/blob/master/additional_examples
:source_url: https://github.com/viblo/pymunk/blob/master/additional_examples

0 comments on commit 7452eb0

Please sign in to comment.