Skip to content

Commit 229307d

Browse files
authored
Fix some routes for shields on README.md (#16)
1 parent a9b9a91 commit 229307d

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# :crab: RUST PROJECT TEMPLATE - TODO(template) PUT PROJECT NAME HERE
2-
<!--`TODO(template) update with your repository name.`-->
3-
[![Docs](https://github.com/{{USERNAME}}/{{REPOSITORY}}/workflows/docs.yml/badge.svg)](https://github.com/{{USERNAME}}/{{REPOSITORY}}/actions)
4-
[![Lint](https://github.com/{{USERNAME}}/{{REPOSITORY}}/workflows/linter.yml/badge.svg)](https://github.com/{{USERNAME}}/{{REPOSITORY}}/actions)
5-
[![Build](https://github.com/{{USERNAME}}/{{REPOSITORY}}/workflows/build-and-test.yml/badge.svg)](https://github.com/{{USERNAME}}/{{REPOSITORY}}/actions)
6-
[![Dependencies](https://github.com/{{USERNAME}}/{{REPOSITORY}}/workflows/dependency-audit.yml/badge.svg)](https://github.com/{{USERNAME}}/{{REPOSITORY}}/actions)
7-
[![UB](https://github.com/{{USERNAME}}/{{REPOSITORY}}/workflows/ub-detection.yml/badge.svg)](https://github.com/{{USERNAME}}/{{REPOSITORY}}/actions)
8-
[![Coverage](https://github.com/{{USERNAME}}/{{REPOSITORY}}/workflows/Coverage/badge.svg)](https://github.com/{{USERNAME}}/{{REPOSITORY}}/actions/workflows/coverage.yml)
2+
<!--`TODO(template) update each badge with your username and repository name.`-->
3+
[![Docs](https://github.com/NethermindEth/rust-template/actions/workflows/docs.yml/badge.svg)](https://github.com/NethermindEth/rust-template/actions/workflows/docs.yml)
4+
[![Lint](https://github.com/NethermindEth/rust-template/actions/workflows/linter.yml/badge.svg)](https://github.com/NethermindEth/rust-template/actions/workflows/linter.yml)
5+
[![Build](https://github.com/NethermindEth/rust-template/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/NethermindEth/rust-template/actions/workflows/build-and-test.yml)
6+
[![Dependencies](https://github.com/NethermindEth/rust-template/actions/workflows/dependency-audit.yml/badge.svg)](https://github.com/NethermindEth/rust-template/actions/workflows/dependency-audit.yml)
7+
[![UB](https://github.com/NethermindEth/rust-template/actions/workflows/ub-detection.yml/badge.svg)](https://github.com/NethermindEth/rust-template/actions/workflows/ub-detection.yml)
8+
[![Coverage](https://github.com/NethermindEth/rust-template/actions/workflows/coverage.yml/badge.svg)](https://github.com/NethermindEth/rust-template/actions/workflows/coverage.yml)
99
<!-- You can replace them with a single badge if you create a main CI file that calls the other workflows
1010
[![CI](https://github.com/{{USERNAME}}/{{REPOSITORY}}/workflows/CI/badge.svg)](https://github.com/{{USERNAME}}/{{REPOSITORY}}/actions)
1111
-->

0 commit comments

Comments
 (0)