Skip to content

Commit

Permalink
Broken URLs in videos fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoFara committed Jul 5, 2021
1 parent 9b0d23e commit bce2d16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ import pylinkage.visualizer as visu

visu.show_linkage(my_linkage)
```
![A four-bar linkage animated](https://github.com/HugoFara/pylinkage/raw/main/pylinkage/examples/images/Kinematic_My_four-bar_linkage.gif)
![A four-bar linkage animated](https://github.com/HugoFara/pylinkage/raw/main/pylinkage/examples/images/Kinematic%20My%20four-bar%20linkage.gif)

Last recap, rearranging names:
```python
Expand Down Expand Up @@ -248,6 +248,6 @@ Here again the result should be 0.0.

So we made something that say it works, let's verify it:

![An optimized four-bar linkage animated](https://github.com/HugoFara/pylinkage/raw/main/pylinkage/examples/images/Kinematic_Windscreen_wiper.gif)
![An optimized four-bar linkage animated](https://github.com/HugoFara/pylinkage/raw/main/pylinkage/examples/images/Kinematic%20Windscreen%20wiper.gif)

With a bit of imagination you have a wonderful windscreen wiper!

0 comments on commit bce2d16

Please sign in to comment.