You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 24, 2024. It is now read-only.
doc: Add a warning mentioning Lean 4 to the readme (#19243)
Also correct links to point to the lean3 webpages; this means that users clicking them end up on pages which also have scary banners telling them not to use Lean 3.
[Mathlib](https://leanprover-community.github.io) is a user maintained library for the [Lean theorem prover](https://leanprover.github.io).
12
+
[Mathlib](https://leanprover-community.github.io) is a user maintained library for the [Lean 3 theorem prover](https://github.com/leanprover-community/lean).
9
13
It contains both programming infrastructure and mathematics,
10
14
as well as tactics that use the former and allow to develop the latter.
11
15
12
16
## Installation
13
17
14
-
You can find detailed instructions to install Lean, mathlib, and supporting tools on [our website](https://leanprover-community.github.io/get_started.html).
18
+
You can find detailed instructions to install Lean 3, mathlib 3, and supporting tools on [our website](https://leanprover-community.github.io/lean3/get_started.html).
15
19
16
20
## Experimenting
17
21
18
-
Got everything installed? Why not start with the [tutorial project](https://leanprover-community.github.io/install/project.html)?
22
+
Got everything installed? Why not start with the [tutorial project](https://leanprover-community.github.io/lean3/install/project.html)?
19
23
20
-
For more pointers, see [Learning Lean](https://leanprover-community.github.io/learn.html).
24
+
For more pointers, see [Learning Lean](https://leanprover-community.github.io/lean3/learn.html).
21
25
22
26
## Documentation
23
27
24
28
Besides the installation guides above and [Lean's general
25
-
documentation](https://leanprover.github.io/documentation/), the documentation
29
+
documentation](https://leanprover.github.io/lean3/documentation/), the documentation
0 commit comments