Skip to content

Commit 35bb615

Browse files
author
Marvin Zhang
committed
fix(readme): remove unnecessary target attributes from links and update contact section
1 parent 56dc09d commit 35bb615

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66

77
<p align="center">
88
<a href="https://github.com/codervisor/lean-spec/actions/workflows/ci.yml"><img src="https://img.shields.io/github/actions/workflow/status/codervisor/lean-spec/ci.yml?branch=main" alt="CI Status"></a>
9-
<a href="https://www.npmjs.com/package/lean-spec" target="_blank"><img src="https://img.shields.io/npm/v/lean-spec.svg" alt="npm version"></a>
10-
<a href="https://www.npmjs.com/package/lean-spec" target="_blank"><img src="https://img.shields.io/npm/dm/lean-spec.svg" alt="npm downloads"></a>
9+
<a href="https://www.npmjs.com/package/lean-spec"><img src="https://img.shields.io/npm/v/lean-spec.svg" alt="npm version"></a>
10+
<a href="https://www.npmjs.com/package/lean-spec"><img src="https://img.shields.io/npm/dm/lean-spec.svg" alt="npm downloads"></a>
1111
<a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License"></a>
1212
</p>
1313

1414
<p align="center">
15-
<a href="https://www.lean-spec.dev" target="_blank"><strong>Documentation</strong></a>
15+
<a href="https://www.lean-spec.dev"><strong>Documentation</strong></a>
1616
17-
<a href="https://www.lean-spec.dev/zh-Hans/docs/guide/" target="_blank"><strong>中文文档</strong></a>
17+
<a href="https://www.lean-spec.dev/zh-Hans/docs/guide/"><strong>中文文档</strong></a>
1818
19-
<a href="https://web.lean-spec.dev" target="_blank"><strong>Live Examples</strong></a>
19+
<a href="https://web.lean-spec.dev"><strong>Live Examples</strong></a>
2020
21-
<a href="CHANGELOG.md"><strong>Changelog</strong></a>
21+
<a href="https://www.lean-spec.dev/docs/tutorials/first-spec-with-ai"><strong>Tutorials</strong></a>
2222
</p>
2323

2424
---
@@ -105,14 +105,16 @@ Works with any AI coding assistant via MCP or CLI:
105105

106106
## Community
107107

108-
💬 [Discussions](https://github.com/codervisor/lean-spec/discussions) · 🐛 [Issues](https://github.com/codervisor/lean-spec/issues) · 🤝 [Contributing](CONTRIBUTING.md)
108+
💬 [Discussions](https://github.com/codervisor/lean-spec/discussions) · 🐛 [Issues](https://github.com/codervisor/lean-spec/issues) · 🤝 [Contributing](CONTRIBUTING.md) · 📋 [Changelog](CHANGELOG) · 📄 [LICENSE](LICENSE)
109109

110110
---
111111

112-
### 联系我 (Contact Me)
112+
### Contact Me | 联系我
113+
114+
If you find LeanSpec helpful, feel free to add me on WeChat (note "LeanSpec") to join the discussion group.
113115

114116
如果您觉得 LeanSpec 对您有帮助,欢迎添加微信(备注 "LeanSpec")加入交流群。
115117

116118
<p align="center">
117-
<img src="https://github.com/codervisor/lean-spec-docs/blob/main/static/img/qr-code.png" alt="微信联系" height="280">
119+
<img src="https://github.com/codervisor/lean-spec-docs/blob/main/static/img/qr-code.png" alt="WeChat Contact | 微信联系" height="280">
118120
</p>

0 commit comments

Comments
 (0)