Skip to content

Commit 4bb9a39

Browse files
🤖 Auto-sync docs, metadata, and filepaths (#636)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7ab4430 commit 4bb9a39

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

‎exercises/practice/killer-sudoku-helper/.docs/instructions.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ You can also find Killer Sudokus in varying difficulty in numerous newspapers, a
7676

7777
The screenshots above have been generated using F-Puzzles.com, a Puzzle Setting Tool by Eric Fox.
7878

79-
[sudoku-rules]: https://masteringsudoku.com/sudoku-rules-beginners/
80-
[killer-guide]: https://masteringsudoku.com/killer-sudoku/
79+
[sudoku-rules]: https://en.wikipedia.org/wiki/Sudoku
80+
[killer-guide]: https://en.wikipedia.org/wiki/Killer_sudoku
8181
[one-solution-img]: https://assets.exercism.org/images/exercises/killer-sudoku-helper/example1.png
8282
[four-solutions-img]: https://assets.exercism.org/images/exercises/killer-sudoku-helper/example2.png
8383
[not-possible-img]: https://assets.exercism.org/images/exercises/killer-sudoku-helper/example3.png

‎exercises/practice/prism/.docs/instructions.md‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ Consider this crystal array configuration:
1010
{
1111
"start": { "x": 0, "y": 0, "angle": 0 },
1212
"prisms": [
13-
{ "id": 3, "x": 30, "y": 10, "angle": 45 },
1413
{ "id": 1, "x": 10, "y": 10, "angle": -90 },
1514
{ "id": 2, "x": 10, "y": 0, "angle": 90 },
15+
{ "id": 3, "x": 30, "y": 10, "angle": 45 },
1616
{ "id": 4, "x": 20, "y": 0, "angle": 0 }
1717
]
1818
}
@@ -34,3 +34,5 @@ The beam was traveling at 90°, so after refraction it's now at 0° (90° + (-90
3434
**Step 3**: From position `(10, 10)`, the beam travels horizontally and encounters **Crystal #3** at position `(30, 10)`.
3535
This crystal refracts the beam by 45°, changing its direction to 45°.
3636
The beam continues into empty space beyond the array.
37+
38+
!["A graph showing the path of a laser beam refracted through three prisms."](https://assets.exercism.org/images/exercises/prism/laser_path-light.svg)

‎exercises/practice/prism/.meta/config.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
".meta/example.lua"
1414
]
1515
},
16-
"blurb": "Calculate the path of a laser through reflective prisms.",
16+
"blurb": "Calculate the path of a laser through refractive prisms.",
1717
"source": "FraSanga",
1818
"source_url": "https://github.com/exercism/problem-specifications/pull/2625"
1919
}

0 commit comments

Comments
 (0)