Skip to content

Commit a5da9fe

Browse files
authored
Fix broken README link (#36)
1 parent be06267 commit a5da9fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![release]][_release]
44
[![commit]][_commit]
55
[![ci]][_ci]
6-
[![codecov]][_codecov]
6+
[![cov]][_cov]
77

88
MTRR(Memory Type Range Registers) Lib helps program MTRRs on x86_64
99
architecture.
@@ -127,5 +127,5 @@ fn mtrr_lib_usage() {
127127
[_commit]: https://github.com/OpenDevicePartnership/patina-mtrr/commits/main/
128128
[ci]: https://github.com/OpenDevicePartnership/patina-mtrr/actions/workflows/ci-workflow.yml/badge.svg?branch=main&event=push
129129
[_ci]: https://github.com/OpenDevicePartnership/patina-mtrr/actions/workflows/ci-workflow.yml
130-
[codcov]: https://codecov.io/github/OpenDevicePartnership/patina-mtrr/graph/badge.svg?token=TUG4C3PK84
131-
[_codecov]: https://codecov.io/github/OpenDevicePartnership/patina-mtrr
130+
[cov]: https://codecov.io/github/OpenDevicePartnership/patina-mtrr/graph/badge.svg?token=TUG4C3PK84
131+
[_cov]: https://codecov.io/github/OpenDevicePartnership/patina-mtrr

0 commit comments

Comments
 (0)