Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Documentation Status](https://readthedocs.org/projects/idris2/badge/?version=latest)](https://idris2.readthedocs.io/en/latest/?badge=latest)
[![Build Status](https://github.com/idris-lang/Idris2/actions/workflows/ci-idris2-and-libs.yml/badge.svg?branch=main)](https://github.com/idris-lang/Idris2/actions/workflows/ci-idris2-and-libs.yml?query=branch%3Amain)

[Idris 2](https://idris-lang.org/) is a purely functional programming language
[Idris 2](https://www.idris-lang.org/) is a purely functional programming language
with first class types.

For installation instructions, see [INSTALL.md](INSTALL.md).
Expand Down
2 changes: 1 addition & 1 deletion www/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ keywords (`module`, `:`, `=`, `private`, etc.) and hopefully get helpful informa

Here are links to the automatically generated documentation for the libraries shipped with the
**bleeding edge** version of the compiler. The documentation for the latest **released** version
is available on the [idris-lang.org](https://www.idris-lang.org/pages/documentation.html) site.
is available on the [www.idris-lang.org](https://www.idris-lang.org/pages/documentation.html) site.

#### [Prelude](https://idris-lang.github.io/Idris2/prelude)

Expand Down