Fix broken extends.typecho.org link (#1315)

close #857
This commit is contained in:
沈唁
2022-02-09 11:41:35 +08:00
committed by GitHub
parent 00c75d2f75
commit 0b021e5e7d

View File

@@ -8,6 +8,6 @@
<a href="http://docs.typecho.org"><?php _e('帮助文档'); ?></a> &bull;
<a href="http://forum.typecho.org"><?php _e('支持论坛'); ?></a> &bull;
<a href="https://github.com/typecho/typecho/issues"><?php _e('报告错误'); ?></a> &bull;
<a href="http://extends.typecho.org"><?php _e('资源下载'); ?></a>
<a href="http://typecho.org/download"><?php _e('资源下载'); ?></a>
</nav>
</div>