Skip to content

Commit dcb92a6

Browse files
committed
Use reference links
1 parent 6df86ec commit dcb92a6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# Advent of Code [![Tests](https://img.shields.io/github/actions/workflow/status/maneatingape/advent-of-code-scala/tests.yml?label=tests)](https://github.com/maneatingape/advent-of-code-scala/actions)
1+
# Advent of Code [![tests-badge]][tests-link]
2+
3+
[tests-badge]: https://img.shields.io/github/actions/workflow/status/maneatingape/advent-of-code-scala/tests.yml?label=tests
4+
[tests-link]: https://github.com/maneatingape/advent-of-code-scala/actions
25

36
Complete 2022 to 2015 entries for the annual [Advent of Code](https://adventofcode.com/) challenge, written in concise idiomatic functional Scala.
47

@@ -12,7 +15,7 @@ As far as possible, each day's solution embraces the following approaches:
1215
The minimal SBT project provides:
1316
* Straightforward consistent layout of code, resources and tests.
1417
* Unit test coverage based on the sample input.
15-
* Continuous integration using [GitHub Actions](https://docs.github.com/en/actions).
18+
* Continuous integration using [GitHub Actions][tests-link].
1619

1720
## Years
1821

0 commit comments

Comments
 (0)