From 2b45f7904aac92dc54d4cfa4e9d34c6a45040275 Mon Sep 17 00:00:00 2001 From: zombie110year Date: Sat, 30 Mar 2019 01:50:03 +0800 Subject: [PATCH] update README.md: fix links --- README.md | 10 +++++----- licenses[WIP]/README.md | 2 +- tools/gen-license/README.md | 3 ++- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 0d4be50..e61ed4e 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ A "996" work schedule refers to an unofficial work schedule (9a.m. ~ 9p.m., 6 da What can I do? --- -You can update this [blacklist](blacklist/blacklist.md) with evidence to help every worker. +You can update this [blacklist](blacklist/blacklist.md) with evidence to help every worker. 您可以更新这个[企业黑名单](blacklist/blacklist.md)(附带证据),来帮助每一位工作者。 Expand influence @@ -31,15 +31,15 @@ Community powers - [996.TSC](https://github.com/lxlxw/996.TSC) is a repo that designed to let more people know and join the activity of the 996.ICU. - An [anonymous vote page](externals/exposure.md) shows a rank list of 996 (or more) companies. (Thanks to @LinXueyuanStdio) - + Where are the issues? --- -Even if with the interaction limits on, the issue area was totally lost of control. +Even if with the interaction limits on, the issue area was totally lost of control. 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. diff --git a/licenses[WIP]/README.md b/licenses[WIP]/README.md index a87b71d..4e5281a 100644 --- a/licenses[WIP]/README.md +++ b/licenses[WIP]/README.md @@ -15,4 +15,4 @@ ## 工具 [这个工具](/tools/gen-license/) 可以帮助你随时组合 996ICU 与其他协议. -如果要更新此目录下的协议, 请将工具目录中的 [协议模板](/tools/gen-license/genlicenses/licenses/) 也同步修改. +如果要更新此目录下的协议, 请将工具目录中的 [协议模板](/tools/gen-license/genlicense/licenses/) 也同步修改. diff --git a/tools/gen-license/README.md b/tools/gen-license/README.md index 082840f..1a94cd3 100644 --- a/tools/gen-license/README.md +++ b/tools/gen-license/README.md @@ -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 ```