doc: proper TPIL link
This commit is contained in:
parent
973b76a6e2
commit
e06893d1f2
2 changed files with 6 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
- [Setting Up Lean](./setup.md)
|
||||
- [Quickstart](./quickstart.md)
|
||||
|
||||
# [Theorem Proving in Lean](https://leanprover.github.io/theorem_proving_in_lean4/title_page.html)
|
||||
# [Theorem Proving in Lean](./tpil.md)
|
||||
|
||||
# [Examples](./examples.md)
|
||||
|
||||
|
|
|
|||
5
doc/tpil.md
Normal file
5
doc/tpil.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
Theorem Proving in Lean
|
||||
=======================
|
||||
|
||||
We strongly encourage you to read the book [Theorem Proving in Lean](https://leanprover.github.io/theorem_proving_in_lean4/title_page.html).
|
||||
Many Lean users consider it to be the Lean Bible.
|
||||
Loading…
Add table
Reference in a new issue