From 852058e901a4944ef2044ee24c2e69b510ffe72e Mon Sep 17 00:00:00 2001 From: HMH Date: Wed, 28 Nov 2018 19:33:42 +0100 Subject: [PATCH] Prefix the link to the documentation with https:// . Otherwise GitHub sets the wrong prefix which results in: https://github.com/3b1b/manim/blob/master/manim.readthedocs.io --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df54016d..83c153cd 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Look through the old_projects folder to see the code for previous 3b1b videos. While developing a scene, the `-s` flag is 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 [manim.readthedocs.io](manim.readthedocs.io). +Documentation is in progress at [manim.readthedocs.io](https://manim.readthedocs.io). ### (Outdated) Walkthrough Todd Zimmerman put together a [tutorial](https://talkingphysics.wordpress.com/2018/06/11/learning-how-to-animate-videos-using-manim-series-a-journey/) on getting started with manim, but it uses an outdated version that runs on python 2.7. It may not be fully compatible with the current version of manim, but it does a good job laying out the basics.