mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-09 15:12:21 +00:00
Fix doc references.
This commit is contained in:
parent
67b875246d
commit
8e2b32ba7a
2 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue