Skip to content

Commit d9f0d02

Browse files
committed
🔧 Fix badge URLs to use correct username WenyinWei
- Updated CI badge to point to correct repository - Added proper links to Tests and Coverage badges - Fixed License badge to link to LICENSE file - Updated both Chinese and English README files
1 parent e0cb621 commit d9f0d02

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# ZLayout - 超大规模EDA布局优化库
22

3-
[![CI](https://github.com/weiwy16/zlayout/actions/workflows/ci.yml/badge.svg)](https://github.com/weiwy16/zlayout/actions/workflows/ci.yml)
4-
[![Tests](https://img.shields.io/badge/tests-passing-brightgreen)]()
5-
[![Coverage](https://img.shields.io/badge/coverage-85%25-green)]()
3+
[![CI](https://github.com/WenyinWei/zlayout/actions/workflows/ci.yml/badge.svg)](https://github.com/WenyinWei/zlayout/actions/workflows/ci.yml)
4+
[![Tests](https://img.shields.io/badge/tests-passing-brightgreen)](https://github.com/WenyinWei/zlayout/actions)
5+
[![Coverage](https://img.shields.io/badge/coverage-85%25-green)](https://github.com/WenyinWei/zlayout/actions)
66
[![Language](https://img.shields.io/badge/language-C%2B%2B17%20%7C%20Python3-blue)]()
77
[![Build System](https://img.shields.io/badge/build%20system-xmake-orange)]()
8-
[![License](https://img.shields.io/badge/license-MIT-green)]()
8+
[![License](https://img.shields.io/badge/license-MIT-green)](https://github.com/WenyinWei/zlayout/blob/main/LICENSE)
99

1010
🇺🇸 [English README](README_EN.md) | 🇨🇳 中文文档
1111

README_EN.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# ZLayout - Ultra-Large Scale EDA Layout Optimization Library
22

3-
[![CI](https://github.com/weiwy16/zlayout/actions/workflows/ci.yml/badge.svg)](https://github.com/weiwy16/zlayout/actions/workflows/ci.yml)
4-
[![Tests](https://img.shields.io/badge/tests-passing-brightgreen)]()
5-
[![Coverage](https://img.shields.io/badge/coverage-85%25-green)]()
3+
[![CI](https://github.com/WenyinWei/zlayout/actions/workflows/ci.yml/badge.svg)](https://github.com/WenyinWei/zlayout/actions/workflows/ci.yml)
4+
[![Tests](https://img.shields.io/badge/tests-passing-brightgreen)](https://github.com/WenyinWei/zlayout/actions)
5+
[![Coverage](https://img.shields.io/badge/coverage-85%25-green)](https://github.com/WenyinWei/zlayout/actions)
66
[![Language](https://img.shields.io/badge/language-C%2B%2B17%20%7C%20Python3-blue)]()
77
[![Build System](https://img.shields.io/badge/build%20system-xmake-orange)]()
8-
[![License](https://img.shields.io/badge/license-MIT-green)]()
8+
[![License](https://img.shields.io/badge/license-MIT-green)](https://github.com/WenyinWei/zlayout/blob/main/LICENSE)
99

1010
🇺🇸 English README | 🇨🇳 [中文文档](README.md)
1111

0 commit comments

Comments
 (0)