Skip to content

Commit 92c5699

Browse files
Fix link to documentation in README. (#368)
* Fix link to documentation in README. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 648d7ff commit 92c5699

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bumpversion]
22
current_version = 5.1.2
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-rc(?P<release>\d+))?
4-
serialize =
4+
serialize =
55
{major}.{minor}.{patch}-rc{release}
66
{major}.{minor}.{patch}
77
commit = True

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Manim Slides will *automatically* detect the one you are using!
3939

4040
Manim Slides requires either Manim or ManimGL to be installed, along
4141
with their dependencies. Please checkout the
42-
[documentation](https://eertmans.be/manim-slides/installation.html)
42+
[documentation](https://eertmans.be/manim-slides/latest/installation.html)
4343
for detailed install instructions.
4444

4545
## Usage

0 commit comments

Comments
 (0)