Skip to content

Commit

Permalink
Fix file path typos
Browse files Browse the repository at this point in the history
  • Loading branch information
widcardw committed May 21, 2022
1 parent 3d07dcf commit 8a34b67
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ TransformMatchingShapes
:members:

.. manim-example:: TransformMatchingShapesExample
:media: https://fastly.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/animations/tranform_matching_parts/TransformMatchingShapesExample.mp4
:media: https://fastly.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/animations/transform_matching_parts/TransformMatchingShapesExample.mp4

class TransformMatchingShapesExample(Scene):
def construct(self):
Expand All @@ -34,7 +34,7 @@ TransformMatchingTex
:members:

.. manim-example:: TransformMatchingTexExample
:media: https://fastly.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/animations/tranform_matching_parts/TransformMatchingTexExample.mp4
:media: https://fastly.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/animations/transform_matching_parts/TransformMatchingTexExample.mp4

class TransformMatchingTexExample(Scene):
def construct(self):
Expand All @@ -51,7 +51,7 @@ TransformMatchingStrings
:members:

.. manim-example:: TransformMatchingStringsExample
:media: https://fastly.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/animations/tranform_matching_parts/TransformMatchingStringsExample.mp4
:media: https://fastly.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/animations/transform_matching_parts/TransformMatchingStringsExample.mp4

class TransformMatchingStringsExample(Scene):
def construct(self):
Expand Down

0 comments on commit 8a34b67

Please sign in to comment.