mirror of
https://github.com/justhtmls/html-tools.git
synced 2026-09-01 15:32:50 +08:00
Fix GitHub repository links
Update all links from justhtmls/justhtmls.com to justhtmls/html-tools 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
+5
-5
@@ -490,13 +490,13 @@
|
||||
</div>
|
||||
</a>
|
||||
<div class="header-actions">
|
||||
<a href="https://github.com/justhtmls/justhtmls.com/issues/new?template=tool-request.md" target="_blank" class="btn btn-secondary">
|
||||
<a href="https://github.com/justhtmls/html-tools/issues/new?template=tool-request.md" target="_blank" class="btn btn-secondary">
|
||||
<i class="fas fa-lightbulb"></i> 提交需求
|
||||
</a>
|
||||
<a href="https://github.com/justhtmls" target="_blank" class="btn btn-secondary">
|
||||
<i class="fab fa-github"></i> GitHub
|
||||
</a>
|
||||
<a href="https://github.com/justhtmls/justhtmls.com/issues/new?template=tool-submission.md" target="_blank" class="btn btn-primary">
|
||||
<a href="https://github.com/justhtmls/html-tools/issues/new?template=tool-submission.md" target="_blank" class="btn btn-primary">
|
||||
<i class="fas fa-plus"></i> 贡献工具
|
||||
</a>
|
||||
</div>
|
||||
@@ -562,7 +562,7 @@
|
||||
<p style="color: var(--text-muted); max-width: 500px; margin: 0 auto 24px;">
|
||||
JustHTMLs 欢迎社区贡献!创建一个新的 HTML 工具,通过 GitHub Issues 提交,让我们一起构建最完整的工具集合。
|
||||
</p>
|
||||
<a href="https://github.com/justhtmls/justhtmls.com/issues/new?template=tool-submission.md" target="_blank" class="btn btn-primary" style="font-size: 16px; padding: 12px 24px;">
|
||||
<a href="https://github.com/justhtmls/html-tools/issues/new?template=tool-submission.md" target="_blank" class="btn btn-primary" style="font-size: 16px; padding: 12px 24px;">
|
||||
<i class="fas fa-plus"></i> 提交新工具
|
||||
</a>
|
||||
</div>
|
||||
@@ -580,8 +580,8 @@
|
||||
<h3>快速链接</h3>
|
||||
<ul class="footer-links">
|
||||
<li><a href="https://github.com/justhtmls" target="_blank"><i class="fab fa-github"></i> GitHub 组织</a></li>
|
||||
<li><a href="https://github.com/justhtmls/justhtmls.com" target="_blank"><i class="fas fa-globe"></i> 网站仓库</a></li>
|
||||
<li><a href="https://github.com/justhtmls/justhtmls.com/issues" target="_blank"><i class="fas fa-bug"></i> 报告问题</a></li>
|
||||
<li><a href="https://github.com/justhtmls/html-tools" target="_blank"><i class="fas fa-globe"></i> 网站仓库</a></li>
|
||||
<li><a href="https://github.com/justhtmls/html-tools/issues" target="_blank"><i class="fas fa-bug"></i> 报告问题</a></li>
|
||||
<li><a href="CONTRIBUTING.html">贡献指南</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user