doc: fix broken link to setup

This commit is contained in:
Kartik Singhal 2021-01-06 08:32:09 -06:00 committed by GitHub
parent d0b4bda739
commit 01e2f47b35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
The best way to learn about Lean is to read and write Lean code.
This article will act as a tour through some of the key features of the Lean
language and give you some code snippets that you can execute on your machine.
To learn about setting up a development environment, check out [Getting Started](./gettingStarted.md).
To learn about setting up a development environment, check out [Setting Up Lean](./setup.md).
There are two primary concepts in Lean: functions and types.
This tour will emphasize features of the language which fall into