Skip to content

Commit 1fc5551

Browse files
committed
fixed cross-day links in READMEs of 2029/13,24 and 2023/12,15,19
1 parent 5e8b627 commit 1fc5551

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

2019/13/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ It's a new game for the ship's [arcade cabinet](https://en.wikipedia.org/wiki/Ar
66

77
## Part 1
88

9-
The arcade cabinet runs [Intcode](9) software like the game the Elves sent (your puzzle input). It has a primitive screen capable of drawing square _tiles_ on a grid. The software draws tiles to the screen with output instructions: every three output instructions specify the `x` position (distance from the left), `y` position (distance from the top), and `tile id`. The `tile id` is interpreted as follows:
9+
The arcade cabinet runs [Intcode](../09) software like the game the Elves sent (your puzzle input). It has a primitive screen capable of drawing square _tiles_ on a grid. The software draws tiles to the screen with output instructions: every three output instructions specify the `x` position (distance from the left), `y` position (distance from the top), and `tile id`. The `tile id` is interpreted as follows:
1010

1111
* `0` is an _empty_ tile. No game object appears in this tile.
1212
* `1` is a _wall_ tile. Walls are indestructible barriers.

2019/24/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Your puzzle answer was `32506764`.
6868

6969
After careful analysis, one thing is certain: _you have no idea where all these bugs are coming from_.
7070

71-
Then, you remember: Eris is an old [Plutonian](20) settlement! Clearly, the bugs are coming from recursively-folded space.
71+
Then, you remember: Eris is an old [Plutonian](../20) settlement! Clearly, the bugs are coming from recursively-folded space.
7272

7373
This 5x5 grid is _only one_ level in an _infinite_ number of recursion levels. The tile in the middle of the grid is actually another 5x5 grid, the grid in your scan is contained as the middle tile of a larger 5x5 grid, and so on. Two levels of grids look like this:
7474

2023/12/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
You finally reach the hot springs! You can see steam rising from secluded areas attached to the primary, ornate building.
44

5-
As you turn to enter, the [researcher](11) stops you. "Wait - I thought you were looking for the hot springs, weren't you?" You indicate that this definitely looks like hot springs to you.
5+
As you turn to enter, the [researcher](../11) stops you. "Wait - I thought you were looking for the hot springs, weren't you?" You indicate that this definitely looks like hot springs to you.
66

77
"Oh, sorry, common mistake! This is actually the [onsen](https://en.wikipedia.org/wiki/Onsen)! The hot springs are next door."
88

2023/15/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The newly-focused parabolic reflector dish is sending all of the collected light
44

55
You find a door under a large sign that says "Lava Production Facility" and next to a smaller sign that says "Danger - Personal Protective Equipment required beyond this point".
66

7-
As you step inside, you are immediately greeted by a somewhat panicked reindeer wearing goggles and a loose-fitting [hard hat](https://en.wikipedia.org/wiki/Hard_hat). The reindeer leads you to a shelf of goggles and hard hats (you quickly find some that fit) and then further into the facility. At one point, you pass a button with a faint snout mark and the label "PUSH FOR HELP". No wonder you were loaded into that [trebuchet](1) so quickly!
7+
As you step inside, you are immediately greeted by a somewhat panicked reindeer wearing goggles and a loose-fitting [hard hat](https://en.wikipedia.org/wiki/Hard_hat). The reindeer leads you to a shelf of goggles and hard hats (you quickly find some that fit) and then further into the facility. At one point, you pass a button with a faint snout mark and the label "PUSH FOR HELP". No wonder you were loaded into that [trebuchet](../01) so quickly!
88

99
You pass through a final set of doors surrounded with even more warning signs and into what must be the room that collects all of the light from outside. As you admire the large assortment of lenses available to further focus the light, the reindeer brings you a book titled "Initialization Manual".
1010

2023/19/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 2023, Day 19: Aplenty
22

3-
The Elves of Gear Island are thankful for your help and send you on your way. They even have a hang glider that someone [stole](9) from Desert Island; since you're already going that direction, it would help them a lot if you would use it to get down there and return it to them.
3+
The Elves of Gear Island are thankful for your help and send you on your way. They even have a hang glider that someone [stole](../09) from Desert Island; since you're already going that direction, it would help them a lot if you would use it to get down there and return it to them.
44

55
As you reach the bottom of the _relentless avalanche of machine parts_, you discover that they're already forming a formidable heap. Don't worry, though - a group of Elves is already here organizing the parts, and they have a _system_.
66

0 commit comments

Comments
 (0)