Skip to content

Commit 4031529

Browse files
authored
doc: README now use correct url for ci badge (#231)
1 parent 87748f1 commit 4031529

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-deep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: "CI Deep"
22

33
on:
44
schedule:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: "CI"
22

33
on:
44
workflow_dispatch:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# <img src="logo.svg" alt="Angle Borrowing Module" height="40px"> Angle Borrowing Module
22

3-
[![CI](https://github.com/AngleProtocol/borrow-contracts/workflows/CI/badge.svg)](https://github.com/AngleProtocol/borrow-contracts/actions?query=workflow%3ACI)
3+
[![CI](https://github.com/AngleProtocol/borrow-contracts/actions/workflows/ci.yml/badge.svg)](https://github.com/AngleProtocol/borrow-contracts/actions)
44
[![Docs](https://img.shields.io/badge/docs-%F0%9F%93%84-blue)](https://docs.angle.money/angle-borrowing-module/borrowing-module)
55
[![Developers](https://img.shields.io/badge/developers-%F0%9F%93%84-pink)](https://developers.angle.money/borrowing-module-contracts/architecture-overview)
66

0 commit comments

Comments
 (0)