Skip to content

Commit 1d4183f

Browse files
authored
Remove version specfic links (#742)
* Fixes to concept tree * Update links to point to the latest Crystal documentation
1 parent 54e7c94 commit 1d4183f

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

concepts/conditionals/links.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"description": "Crystal docs: Unless"
99
},
1010
{
11-
"url": "https://crystal-lang.org/reference/1.8/syntax_and_semantics/as_a_suffix.html",
11+
"url": "https://crystal-lang.org/reference/latest/syntax_and_semantics/as_a_suffix.html",
1212
"description": "Crystal docs: If as suffix"
1313
},
1414
{

concepts/iteration/links.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"description": "Crystal docs: Unless"
99
},
1010
{
11-
"url": "https://crystal-lang.org/reference/1.8/syntax_and_semantics/as_a_suffix.html",
11+
"url": "https://crystal-lang.org/reference/latest/syntax_and_semantics/as_a_suffix.html",
1212
"description": "Crystal docs: If as suffix"
1313
},
1414
{
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
In this exercise you will need to add methods to an existing struct (`Number`).
22
You can see an example of this in the Crystal documentation for [getters and setters][getters-and-setters]
33

4-
[getters-and-setters]: https://crystal-lang.org/reference/1.9/syntax_and_semantics/methods_and_instance_variables.html#getters-and-setters
4+
[getters-and-setters]: https://crystal-lang.org/reference/latest/syntax_and_semantics/methods_and_instance_variables.html#getters-and-setters

exercises/practice/state-of-tic-tac-toe/.docs/instructions.append.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ You can read more about enums and unions in the Crystal reference documentation:
55
- [union][union]
66

77
[enum]: https://crystal-lang.org/reference/latest/syntax_and_semantics/enum.html
8-
[union]: https://crystal-lang.org/reference/1.8/syntax_and_semantics/union_types.html
8+
[union]: https://crystal-lang.org/reference/latest/syntax_and_semantics/union_types.html

0 commit comments

Comments
 (0)