diff --git a/_site/criteria/index.html b/_site/criteria/index.html index 3edfb69..b42f5f2 100644 --- a/_site/criteria/index.html +++ b/_site/criteria/index.html @@ -505,52 +505,52 @@

準則

  1. -

    原始碼要開放

    +

    原始碼要開放

  2. -

    政策與原始碼要合捆

    +

    政策與原始碼要合捆

  3. -

    程式基底要可重複使用且可移植

    +

    程式基底要可重複使用且可移植

  4. -

    歡迎貢獻者

    +

    歡迎貢獻者

  5. -

    貢獻要容易

    +

    貢獻要容易

  6. -

    維護版本控制

    +

    維護版本控制

  7. -

    要求審查貢獻內容

    +

    要求審查貢獻內容

  8. -

    程式基底要有目標文件

    +

    程式基底要有目標文件

  9. -

    程式碼要有文件

    +

    程式碼要有文件

  10. -

    使用白話的英語

    +

    使用白話的英語

  11. -

    採用開放標準

    +

    採用開放標準

  12. -

    使用持續整合

    +

    使用持續整合

  13. -

    發行採用開放授權

    +

    發行採用開放授權

  14. -

    程式基底可查詢得到

    +

    程式基底可查詢得到

  15. -

    風格要前後一致

    +

    風格要前後一致

  16. -

    記錄程式基底成熟度

    +

    記錄程式基底成熟度

diff --git a/_site/index.html b/_site/index.html index 1b356b1..cf928bc 100644 --- a/_site/index.html +++ b/_site/index.html @@ -114,22 +114,22 @@

目次

  • 詞彙表
  • 準則
  • 作者群
  • diff --git a/criteria/index.md b/criteria/index.md index d4dbee1..2b1d4ba 100644 --- a/criteria/index.md +++ b/criteria/index.md @@ -10,4 +10,4 @@ order: 0 {% for page in sorted %}{% if page.dir == "/criteria/" %}{% if page.name != "index.md" %}{% if page.title %} -1. [{{page.title}}]({{page.url}}){% endif%} {% endif%} {% endif%}{% endfor %} +1. [{{page.title}}]({{site.baseurl}}{{page.url}}){% endif%} {% endif%} {% endif%}{% endfor %} diff --git a/index.md b/index.md index 02cef7b..2812b57 100644 --- a/index.md +++ b/index.md @@ -22,7 +22,7 @@ toc: false * [準則](criteria/){% assign sorted = site.pages | sort:"order" %}{% for page in sorted %}{% if page.dir == "/criteria/" %}{% if page.name != "index.md" %}{% if page.title %} - * [{{page.title}}]({{page.url}}){% endif%}{% endif%}{% endif%}{% endfor %} + * [{{page.title}}]({{site.baseurl}}{{page.url}}){% endif%}{% endif%}{% endif%}{% endfor %} * [作者群](AUTHORS.md) * [貢獻指引](CONTRIBUTING.md) * [行為守則](CODE_OF_CONDUCT.md)