Skip to content

Commit 8c9963a

Browse files
committed
Fix Vala compiler links so that they don't use file extensions
1 parent 4422a04 commit 8c9963a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/contributor-guide/compiler-guide/03-00-the-vala-compiler.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
I suppose the best place to start is valac, the tool which Vala
44
programmers know the best.
55

6-
#### [3.1. Vala in a Nutshell](03-00-the-vala-compiler/03-01-vala-in-a-nutshell.md)
7-
#### [3.2. Parser](03-00-the-vala-compiler/03-02-parser.md)
8-
#### [3.3. Semantic Analyzer](03-00-the-vala-compiler/03-03-semantic-analyzer.md)
9-
#### [3.4. Symbol Resolution](03-00-the-vala-compiler/03-04-symbol-resolution.md)
10-
#### [3.5. Flow Analyzer](03-00-the-vala-compiler/03-05-flow-analyzer.md)
11-
#### [3.6. C Code Generation](03-00-the-vala-compiler/03-06-c-code-generation.md)
12-
#### [3.7. C Code Compilation and Linking](03-00-the-vala-compiler/03-07-c-code-compilation-and-linking.md)
6+
#### [3.1. Vala in a Nutshell](03-00-the-vala-compiler/03-01-vala-in-a-nutshell)
7+
#### [3.2. Parser](03-00-the-vala-compiler/03-02-parser)
8+
#### [3.3. Semantic Analyzer](03-00-the-vala-compiler/03-03-semantic-analyzer)
9+
#### [3.4. Symbol Resolution](03-00-the-vala-compiler/03-04-symbol-resolution)
10+
#### [3.5. Flow Analyzer](03-00-the-vala-compiler/03-05-flow-analyzer)
11+
#### [3.6. C Code Generation](03-00-the-vala-compiler/03-06-c-code-generation)
12+
#### [3.7. C Code Compilation and Linking](03-00-the-vala-compiler/03-07-c-code-compilation-and-linking)

0 commit comments

Comments
 (0)