Skip to content

Commit a3181c4

Browse files
authored
Fix fcs.fs link (#18419)
1 parent 55d736b commit a3181c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reusing-typechecking-results.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Here are some assumptions I am coming with after tinkering with the topic and in
2525

2626
### Premise 1: current compiler design
2727

28-
The heart of the compiler, [fsc.fs](src\Compiler\Driver\fsc.fs), is split into 6 phases (`main1` - `main6`). The code is designed to pass minimum information between phases, using the `Args` structure, which is essentially a data bag. The first phase takes info from the program arguments.
28+
The heart of the compiler, [fsc.fs](../src/Compiler/Driver/fsc.fs), is split into 6 phases (`main1` - `main6`). The code is designed to pass minimum information between phases, using the `Args` structure, which is essentially a data bag. The first phase takes info from the program arguments.
2929

3030
```fsharp
3131
main1 (...args...)

0 commit comments

Comments
 (0)