相对链接
最后更新于:2022-04-02 01:05:01
Markdown文件里链接到内部内容时推荐使用相对链接。
~~~
[Link to a header](#awesome-section)
[Link to a file](docs/readme)
~~~
绝对链接会在URL改变时(例如重命名仓库、用户名改变,建立分支项目)被更新。使用相对链接能够保证你的文档不受此影响。
[_进一步了解相对链接._](https://help.github.com/articles/relative-links-in-readmes)
';