Skip to content

Commit b97035b

Browse files
authored
doc: fix broken setup link
`setup.md` no longer exists in the repo. Changed the link to point to the live Lean docs setup page https://docs.lean-lang.org/lean4/doc/setup.html#editing
1 parent ec9ff12 commit b97035b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/dev/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ You should not edit the `stage0` directory except using the commands described i
88

99
## Development Setup
1010

11-
You can use any of the [supported editors](../setup.md) for editing the Lean source code.
11+
You can use any of the [supported editors](https://docs.lean-lang.org/lean4/doc/setup.html#editing) for editing the Lean source code.
1212
If you set up `elan` as below, opening `src/` as a *workspace folder* should ensure that stage 0 (i.e. the stage that first compiles `src/`) will be used for files in that directory.
1313

1414
### Dev setup using elan

0 commit comments

Comments
 (0)