Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion concepts/conditionals/links.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"description": "Crystal docs: Unless"
},
{
"url": "https://crystal-lang.org/reference/1.8/syntax_and_semantics/as_a_suffix.html",
"url": "https://crystal-lang.org/reference/latest/syntax_and_semantics/as_a_suffix.html",
"description": "Crystal docs: If as suffix"
},
{
Expand Down
2 changes: 1 addition & 1 deletion concepts/iteration/links.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"description": "Crystal docs: Unless"
},
{
"url": "https://crystal-lang.org/reference/1.8/syntax_and_semantics/as_a_suffix.html",
"url": "https://crystal-lang.org/reference/latest/syntax_and_semantics/as_a_suffix.html",
"description": "Crystal docs: If as suffix"
},
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
In this exercise you will need to add methods to an existing struct (`Number`).
You can see an example of this in the Crystal documentation for [getters and setters][getters-and-setters]

[getters-and-setters]: https://crystal-lang.org/reference/1.9/syntax_and_semantics/methods_and_instance_variables.html#getters-and-setters
[getters-and-setters]: https://crystal-lang.org/reference/latest/syntax_and_semantics/methods_and_instance_variables.html#getters-and-setters
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ You can read more about enums and unions in the Crystal reference documentation:
- [union][union]

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