link videos and map of source code

This commit is contained in:
Joel Berkeley 2023-11-11 02:10:17 +00:00
parent 978f956012
commit 92d36fb19c

View File

@ -11,7 +11,7 @@ For installation instructions, see [INSTALL.md](INSTALL.md).
The [wiki](https://github.com/idris-lang/Idris2/wiki) lists a number of useful resources, in particular
+ [What's changed since Idris 1](https://idris2.readthedocs.io/en/latest/updates/updates.html)
+ [Resources for learning Idris](https://github.com/idris-lang/Idris2/wiki/Resources)
+ [Resources for learning Idris](https://github.com/idris-lang/Idris2/wiki/Resources), including [several videos](https://github.com/idris-lang/Idris2/wiki/Resources#official-talks) that showcase key capabilities of the language.
+ [Editor support](https://github.com/idris-lang/Idris2/wiki/Editor-Support)
## Things still missing
@ -21,8 +21,9 @@ The [wiki](https://github.com/idris-lang/Idris2/wiki) lists a number of useful r
## Contributions wanted
If you want to learn more about Idris, contributing to the compiler could be one way to do so. The [contribution guidelines](CONTRIBUTING.md) outline the process. Having read that, choose a [good first issue][1] or have a look at the [contributions wanted][2] for something more involved. See [the wiki page][3] for more details.
If you want to learn more about Idris, contributing to the compiler could be one way to do so. The [contribution guidelines](CONTRIBUTING.md) outline the process. Having read that, choose a [good first issue][1] or have a look at the [contributions wanted][2] for something more involved. See [the map of the source code][3] and [the wiki page][4] for more details.
[1]: <https://github.com/idris-lang/Idris2/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22>
[2]: <https://github.com/idris-lang/Idris2/wiki/What-Contributions-are-Needed>
[3]: <https://github.com/idris-lang/Idris2/wiki/Getting-Started-with-Compiler-Development>
[3]: <(https://github.com/idris-lang/Idris2/wiki/Map-of-the-Source-Code)>
[4]: <https://github.com/idris-lang/Idris2/wiki/Getting-Started-with-Compiler-Development>