From f0796055cca9fccbbf1ecbd1d18aad5a50648bf6 Mon Sep 17 00:00:00 2001 From: Devin Neal Date: Wed, 15 Apr 2020 20:08:02 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b12fa6a..d7298428 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ Look through the `old_projects` folder to see the code for previous 3b1b videos. While developing a scene, the `-sp` flags are helpful to just see what things look like at the end without having to generate the full animation. It can also be helpful to use the `-n` flag to skip over some number of animations. ### Documentation -Documentation is in progress at [eulertour.com/learn/manim](https://www.eulertour.com/learn/manim/). +Documentation is in progress at [eulertour.com/docs](https://www.eulertour.com/docs/). ### Walkthrough Todd Zimmerman put together a [tutorial](https://talkingphysics.wordpress.com/2019/01/08/getting-started-animating-with-manim-and-python-3-7/) on getting started with manim, which has been updated to run on Python 3.7.