Fix links authored by Rui Ventura's avatar Rui Ventura
...@@ -21,7 +21,7 @@ The language's syntax is summarized below. The following considerations were mad ...@@ -21,7 +21,7 @@ The language's syntax is summarized below. The following considerations were mad
Types, identifiers, literals, and expressions definitions Types, identifiers, literals, and expressions definitions
--------------------------------------------------------- ---------------------------------------------------------
Some definitions have been left out of the syntax: [data types](Data-Types), *identifier* (see [identifiers](Expressions#Identifiers)), *literal* (see [literals](Lexical-Conventions#Literals)), expressions (see [expressions](Expressions)). Some definitions have been left out of the syntax: [data types](Data-Types), *identifier* (see [identifiers](Expressions#identifiers)), *literal* (see [literals](Lexical-Conventions#literals)), expressions (see [expressions](Expressions)).
Left-values Left-values
...@@ -33,7 +33,7 @@ Left-values ...@@ -33,7 +33,7 @@ Left-values
Files Files
----- -----
The main file is the file containing the [main function](Functions#Main-function-and-program-execution). The main file is the file containing the [main function](Functions#main-function-and-program-execution).
Variable declarations Variable declarations
... ...
......