Skip to content

Commit 3017c5b

Browse files
committed
adjust control structure forwarding
1 parent bb4ad94 commit 3017c5b

6 files changed

+6
-6
lines changed

_overviews/scala-book/control-structures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ num: 13
99
outof: 54
1010
previous-page: command-line-io
1111
next-page: if-then-else-construct
12-
new-version: /scala3/book/taste-control-structures.html
12+
new-version: /scala3/book/control-structures.html
1313
---
1414

1515

_overviews/scala-book/for-expressions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ num: 16
99
outof: 54
1010
previous-page: for-loops
1111
next-page: match-expressions
12-
new-version: /scala3/book/taste-control-structures.html#for-expressions
12+
new-version: /scala3/book/control-structures.html#for-expressions
1313
---
1414

1515

_overviews/scala-book/for-loops.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ num: 15
99
outof: 54
1010
previous-page: if-then-else-construct
1111
next-page: for-expressions
12-
new-version: /scala3/book/taste-control-structures.html#for-loops-and-expressions
12+
new-version: /scala3/book/control-structures.html#for-loops
1313
---
1414

1515

_overviews/scala-book/if-then-else-construct.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ num: 14
99
outof: 54
1010
previous-page: control-structures
1111
next-page: for-loops
12-
new-version: /scala3/book/taste-control-structures.html#ifelse
12+
new-version: /scala3/book/control-structures.html#the-ifthenelse-construct
1313
---
1414

1515

_overviews/scala-book/match-expressions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ num: 17
99
outof: 54
1010
previous-page: for-expressions
1111
next-page: try-catch-finally
12-
new-version: /scala3/book/taste-control-structures.html#match-expressions
12+
new-version: /scala3/book/control-structures.html#match-expressions
1313
---
1414

1515

_overviews/scala-book/try-catch-finally.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ num: 18
99
outof: 54
1010
previous-page: match-expressions
1111
next-page: classes
12-
new-version: /scala3/book/taste-control-structures.html#trycatchfinally
12+
new-version: /scala3/book/control-structures.html#trycatchfinally
1313
---
1414

1515

0 commit comments

Comments
 (0)