Skip to content

Commit 4f46fd0

Browse files
authored
docs: fix main aoc badges
1 parent 316af66 commit 4f46fd0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

advent_of_code/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Advent of Code
22

33
![Python](https://badgen.net/badge/Built%20with/Python/blue)
4-
[![codecov](https://codecov.io/gh/aleattene/advent-of-code/graph/badge.svg?token=1GAFPNSUMB)](https://codecov.io/gh/aleattene/advent-of-code)
54
[![Tests](https://github.com/aleattene/advent-of-code/actions/workflows/aoc-tests.yml/badge.svg)](https://github.com/aleattene/advent-of-code/actions/workflows/aoc-tests.yml)
6-
[![GitHub commits](https://badgen.net/github/commits/aleattene/advent-of-code)](https://github.com/aleattene/advent-of-code/commits/)
7-
[![GitHub last commit](https://img.shields.io/github/last-commit/aleattene/advent-of-code)](https://github.com/aleattene/advent-of-code/commits/)
85
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/aleattene/advent-of-code/pulls)
9-
[![License](https://img.shields.io/github/license/aleattene/advent-of-code?color=blue)](https://github.com/aleattene/advent-of-code/blob/main/LICENSE)
6+
<!-- [![codecov](https://codecov.io/gh/aleattene/advent-of-code/graph/badge.svg?token=1GAFPNSUMB)](https://codecov.io/gh/aleattene/advent-of-code) -->
7+
<!-- [![GitHub commits](https://badgen.net/github/commits/aleattene/advent-of-code)](https://github.com/aleattene/advent-of-code/commits/) -->
8+
<!--[![GitHub last commit](https://img.shields.io/github/last-commit/aleattene/advent-of-code)](https://github.com/aleattene/advent-of-code/commits/) -->
9+
<!-- [![License](https://img.shields.io/github/license/aleattene/advent-of-code?color=blue)](https://github.com/aleattene/advent-of-code/blob/main/LICENSE) -->
1010

1111

1212
Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like.

0 commit comments

Comments
 (0)