Fix doc references.

This commit is contained in:
David Himmelstrup 2021-07-04 23:23:46 +08:00
commit 8e2b32ba7a
2 changed files with 3 additions and 3 deletions

View file

@ -106,6 +106,6 @@ $ stack ./examples/doc_andThen.hs render --format gif
# Learning resources
* [API documentation](https://hackage.haskell.org/package/reanimate/docs/Reanimate.html)
* [Core concepts](introduction)
* [Core concepts](introduction.md)
* [Examples](https://github.com/reanimate/reanimate/tree/master/examples)
* [Design overview](glue_tut)
* [Design overview](glue_tut.md)

View file

@ -3,7 +3,7 @@
This document will introduce the foundamental concepts used in **reanimate**.
It is assumed that you are already familiar with Haskell. After reading, you will be able to understand all the concepts used in the [API reference documentation](https://hackage.haskell.org/package/reanimate/docs/Reanimate.html). This is not a tutorial, though, and you may have to look at the examples before you can turn these concepts into beautiful animations.
For a bird's eye view on the design philosophy and capabilities of **reanimate**, see [Gluing together animations](/glue_tut/). For help installing **reanimate**, see [Getting started](/#getting-started).
For a bird's eye view on the design philosophy and capabilities of **reanimate**, see [Gluing together animations](glue_tut.md). For help installing **reanimate**, see [Getting started](/#getting-started).
## Animations as Executables