update README.md: fix links

This commit is contained in:
zombie110year
2019-03-30 01:50:03 +08:00
parent d07112e44f
commit 2b45f7904a
3 changed files with 8 additions and 7 deletions

View File

@ -39,7 +39,7 @@ So I **personally** decided to switch it off, not by GitHub or others.
License
---
[996ICU Licenses](https://github.com/996icu/996.ICU/blob/master/licenses%5BWIP%5D/)[WIP]
[996ICU Licenses](/licenses%5BWIP%5D/)[WIP]
See [#15642](https://github.com/996icu/996.ICU/pull/15642) for more details.
If you want to update licenses, please edit [this template](https://github.com/996icu/996.ICU/blob/master/tools/gen-license/genlicense/licenses/996.icu.template.zh-cn.txt) which used by [this tool](https://github.com/996icu/996.ICU/blob/master/tools/gen-license/) to help with generate LICENSE files.
If you want to update licenses, please edit [this template](/tools/gen-license/genlicense/licenses/996.icu.template.zh-cn.txt) which used by [this tool](/tools/gen-license/) to help with generate LICENSE files.

View File

@ -15,4 +15,4 @@
## 工具
[这个工具](/tools/gen-license/) 可以帮助你随时组合 996ICU 与其他协议.
如果要更新此目录下的协议, 请将工具目录中的 [协议模板](/tools/gen-license/genlicenses/licenses/) 也同步修改.
如果要更新此目录下的协议, 请将工具目录中的 [协议模板](/tools/gen-license/genlicense/licenses/) 也同步修改.

View File

@ -25,5 +25,6 @@ Support [996.ICU Expanded LICENSE](https://github.com/996icu/996.ICU)
gen-license --list
# Conmmon LICENSE with 996ICU
gen-license mit --996icu # generate mit LICENSE with 996ICU
gen-license mit --996icu # generate mit LICENSE with 996ICU zh-cn version
gen-license mit --996icu en-us # generate mit LICENSE with 996ICU en-us version
```