Skip to content

Commit e68bb89

Browse files
authored
Update README.md
1 parent 8f5c3b9 commit e68bb89

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# C++ Data Structures and Algorithms
22

33
![Work in Progress](https://img.shields.io/badge/status-WIP-orange.svg)
4-
[![C++ Build](https://github.com/MasonCodingHere/cpp-algorithms/actions/workflows/ci.yml/badge.svg)](https://github.com/MasonCodingHere/cpp-algorithms/actions/workflows/ci.yml)
5-
[![codecov](https://codecov.io/gh/MasonCodingHere/cpp-algorithms/graph/badge.svg?token=KTYRD8PPAR)](https://codecov.io/gh/MasonCodingHere/cpp-algorithms)
6-
![Repo Size](https://img.shields.io/github/repo-size/MasonCodingHere/cpp-algorithms.svg)
4+
[![C++ Build](https://github.com/bitdove/cpp-algorithms/actions/workflows/ci.yml/badge.svg)](https://github.com/bitdove/cpp-algorithms/actions/workflows/ci.yml)
5+
[![codecov](https://codecov.io/gh/bitdove/cpp-algorithms/graph/badge.svg?token=KTYRD8PPAR)](https://codecov.io/gh/bitdove/cpp-algorithms)
6+
![Repo Size](https://img.shields.io/github/repo-size/bitdove/cpp-algorithms.svg)
77

88
> Read this in other languages: 🇨🇳[_简体中文_](README.zh-CN.md)
99
@@ -116,7 +116,7 @@ Below is the list of some of the most used Big O notations and their performance
116116

117117
## Star History
118118

119-
[![Star History Chart](https://api.star-history.com/svg?repos=MasonCodingHere/cpp-algorithms&type=Timeline)](https://star-history.com/#MasonCodingHere/cpp-algorithms&Timeline)
119+
[![Star History Chart](https://api.star-history.com/svg?repos=bitdove/cpp-algorithms&type=Timeline)](https://star-history.com/#bitdove/cpp-algorithms&Timeline)
120120

121121
## References
122-
1. [trekhleb's javascript-algorithms](https://github.com/trekhleb/javascript-algorithms)
122+
1. [trekhleb's javascript-algorithms](https://github.com/trekhleb/javascript-algorithms)

0 commit comments

Comments
 (0)