Skip to content

Commit

Permalink
Fixed broken links in README (#2975)
Browse files Browse the repository at this point in the history
* Fix broken links in README.md

- Fix the link to the description of the differences between 3b1b and community versions of manim. 
- Fix the link to the list of command-line arguments.

Fixes #2934

* Narrow README.md link to exact section.

Co-authored-by: Benjamin Hackl <[email protected]>

Co-authored-by: Benjamin Hackl <[email protected]>
  • Loading branch information
geophree and behackl authored Oct 2, 2022
1 parent 309c9d4 commit 2bb793a
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 @@ -35,7 +35,7 @@ Manim is an animation engine for explanatory math videos. It's used to create pr

## Installation

> **WARNING:** These instructions are for the community version _only_. Trying to use these instructions to install [3b1b/manim](https://github.com/3b1b/manim) or instructions there to install this version will cause problems. Read [this](https://docs.manim.community/en/stable/installation/versions.html) and decide which version you wish to install, then only follow the instructions for your desired version.
> **WARNING:** These instructions are for the community version _only_. Trying to use these instructions to install [3b1b/manim](https://github.com/3b1b/manim) or instructions there to install this version will cause problems. Read [this](https://docs.manim.community/en/stable/faq/installation.html#why-are-there-different-versions-of-manim) and decide which version you wish to install, then only follow the instructions for your desired version.
Manim requires a few dependencies that must be installed prior to using it. If you
want to try it out first before installing it locally, you can do so
Expand Down Expand Up @@ -92,7 +92,7 @@ Some other useful flags include:
- `-n <number>` to skip ahead to the `n`'th animation of a scene.
- `-f` show the file in the file browser.

For a thorough list of command line arguments, visit the [documentation](https://docs.manim.community/en/stable/tutorials/configuration.html).
For a thorough list of command line arguments, visit the [documentation](https://docs.manim.community/en/stable/guides/configuration.html).

## Documentation

Expand Down

0 comments on commit 2bb793a

Please sign in to comment.