doc: proper TPIL link

This commit is contained in:
Leonardo de Moura 2022-03-22 16:37:16 -07:00
parent 973b76a6e2
commit e06893d1f2
2 changed files with 6 additions and 1 deletions

View file

@ -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
View 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.