Skip to content

Commit

Permalink
Fix relative links in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoberg committed Dec 6, 2024
1 parent 5f3a7b9 commit 7378ce6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ Listing of the current utilities for common functions found in Advent of Code pu

### Data Structures

- [Grid2D](src/main/com/soberg/aoc/utlities/datastructures/Grid2D.kt) - Simple uniform 2D Grid with utility functions for moving in cardinal directions.
- [Grid2D](src/main/kotlin/com/soberg/aoc/utlities/datastructures/Grid2D.kt) - Simple uniform 2D Grid with utility functions for moving in cardinal directions.


### Input Reading

- [ReadInput](src/main/com/soberg/aoc/utlities/input/ReadInput.kt) - Uses the [Kotlin AoC API](https://github.com/jsoberg/Kotlin-AoC-API) to read daily input from API, caching locally in `input/<year>/Day<day>.txt`.
- [ReadInput](src/main/kotlin/com/soberg/aoc/utlities/input/ReadInput.kt) - Uses the [Kotlin AoC API](https://github.com/jsoberg/Kotlin-AoC-API) to read daily input from API, caching locally in `input/<year>/Day<day>.txt`.

0 comments on commit 7378ce6

Please sign in to comment.