Skip to content

Commit 12328dd

Browse files
committed
fix references links
1 parent eb10013 commit 12328dd

43 files changed

Lines changed: 107 additions & 107 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

frontend/docs/scripting/language/reference/00-Contents.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -48,36 +48,36 @@ size of 11 points.
4848

4949
---
5050

51-
[Foreword](01-Foreword) - Page 3-5
51+
[Foreword](Foreword) - Page 3-5
5252

53-
[A tutorial introduction](02-A-tutorial-introduction) - Page 5-62
53+
[A tutorial introduction](A-tutorial-introduction) - Page 5-62
5454

55-
[Data and declarations](03-Data-and-declarations) - Page 62-70
55+
[Data and declarations](Data-and-declarations) - Page 62-70
5656

57-
[Functions](04-Functions) - Page 70-93
57+
[Functions](Functions) - Page 70-93
5858

59-
[The preprocessor](05-The-preprocessor) - Page 93-97
59+
[The preprocessor](The-preprocessor) - Page 93-97
6060

61-
[General syntax](06-General-syntax) - Page 97-104
61+
[General syntax](General-syntax) - Page 97-104
6262

63-
[Operators and expressions](07-Operators-and-expressions) - Page 104-112
63+
[Operators and expressions](Operators-and-expressions) - Page 104-112
6464

65-
[Statements](08-Statements) - Page 112-117
65+
[Statements](Statements) - Page 112-117
6666

67-
[Directives](09-Directives) - Page 117-124
67+
[Directives](Directives) - Page 117-124
6868

69-
[Proposed function library](10-Proposed-function-library) - Page 124-134
69+
[Proposed function library](Proposed-function-library) - Page 124-134
7070

71-
[Pitfalls: differences from C](11-Pitfalls-differences-from-C) - Page 134-137
71+
[Pitfalls: differences from C](Pitfalls-differences-from-C) - Page 134-137
7272

73-
[Assorted tips](12-Assorted-tips) - Page 137-148
73+
[Assorted tips](Assorted-tips) - Page 137-148
7474

75-
[Appendices](13-Appendices) - Page 148-183
75+
[Appendices](Appendices) - Page 148-183
7676

77-
[Error and warning messages](13-Appendices#error-and-warning-messages) - Page 148-168
77+
[Error and warning messages](Appendices#error-and-warning-messages) - Page 148-168
7878

79-
[The compiler](13-Appendices#the-compiler) - Page 168-174
79+
[The compiler](Appendices#the-compiler) - Page 168-174
8080

81-
[Rationale](13-Appendices#rationale) - Page 174-181
81+
[Rationale](Appendices#rationale) - Page 174-181
8282

83-
[License](13-Appendices#license) - Page 181-183
83+
[License](Appendices#license) - Page 181-183

frontend/docs/scripting/language/reference/01-Foreword.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@ functions to manipulate objects in the host application.
8080

8181
---
8282

83-
[Go Back to Contents](00-Contents)
83+
[Go Back to Contents](Contents)

frontend/docs/scripting/language/reference/02-A-tutorial-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2575,4 +2575,4 @@ to learn, to look up, or to take for granted.
25752575
25762576
---
25772577
2578-
[Go Back to Contents](00-Contents)
2578+
[Go Back to Contents](Contents)

frontend/docs/scripting/language/reference/03-Data-and-declarations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,4 +422,4 @@ expression becomes an untagged expression. The tag checking mechanism verifies t
422422

423423
---
424424

425-
[Go Back to Contents](00-Contents)
425+
[Go Back to Contents](Contents)

frontend/docs/scripting/language/reference/05-The-preprocessor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,4 +193,4 @@ and run-time in the companion booklet “The pawn booklet — Implementor’s Gu
193193

194194
---
195195

196-
[Go Back to Contents](00-Contents)
196+
[Go Back to Contents](Contents)

frontend/docs/scripting/language/reference/06-General-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,4 +330,4 @@ A tag consists of an identifier followed by a colon. There may be no white space
330330

331331
---
332332

333-
[Go Back to Contents](00-Contents)
333+
[Go Back to Contents](Contents)

frontend/docs/scripting/language/reference/07-Operators-and-expressions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,4 +234,4 @@ equivalent with (a*b)/c because of the left-to-right association, and a=b=c is e
234234
235235
---
236236
237-
[Go Back to Contents](00-Contents)
237+
[Go Back to Contents](Contents)

frontend/docs/scripting/language/reference/08-Statements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,4 +254,4 @@ switch (weekday(12,31,1999))
254254

255255
---
256256

257-
[Go Back to Contents](00-Contents)
257+
[Go Back to Contents](Contents)

frontend/docs/scripting/language/reference/09-Directives.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,4 +315,4 @@ the complete instruction may not span more than one line.
315315

316316
---
317317

318-
[Go Back to Contents](00-Contents)
318+
[Go Back to Contents](Contents)

frontend/docs/scripting/language/reference/10-Proposed-function-library.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,4 +360,4 @@ All string parameters may be in both packed or unpacked form.
360360

361361
---
362362

363-
[Go Back to Contents](00-Contents)
363+
[Go Back to Contents](Contents)

0 commit comments

Comments
 (0)