From b20357fa9bf557a4090a22fdbc63befdcc7b1576 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Fri, 4 Sep 2026 16:38:59 +0300 Subject: [PATCH 01/12] Fix links to documentation --- .github/CONTRIBUTING.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 28737bdf..f4c39fee 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -1,14 +1,14 @@ # Prerequisites -- [Yii goal and values](https://github.com/yiisoft/docs/blob/master/001-yii-values.md) -- [Namespaces](https://github.com/yiisoft/docs/blob/master/004-namespaces.md) -- [Git commit messages](https://github.com/yiisoft/docs/blob/master/006-git-commit-messages.md) -- [Exceptions](https://github.com/yiisoft/docs/blob/master/007-exceptions.md) -- [Interfaces](https://github.com/yiisoft/docs/blob/master/008-interfaces.md) +- [Yii goal and values](https://yiisoft.github.io/docs/internals/001-yii-values) +- [Namespaces](https://yiisoft.github.io/docs/internals/004-namespaces) +- [Git commit messages](https://yiisoft.github.io/docs/internals/006-git-commit-messages) +- [Exceptions](https://yiisoft.github.io/docs/internals/007-exceptions) +- [Interfaces](https://yiisoft.github.io/docs/internals/008-interfaces) # Getting started -Since Yii 3 consists of many packages, we have a [special development tool](https://github.com/yiisoft/docs/blob/master/005-development-tool.md). +Since Yii 3 consists of many packages, we have a [special development tool](https://yiisoft.github.io/docs/internals/005-development-tool). 1. [Clone the repository](https://github.com/yiisoft/yii-dev-tool). @@ -18,6 +18,6 @@ Since Yii 3 consists of many packages, we have a [special development tool](http If you don't have any particular package in mind to start with: -- [Check roadmap](https://github.com/yiisoft/docs/blob/master/003-roadmap.md). +- [Check roadmap](https://yiisoft.github.io/docs/internals/003-roadmap). - Check package issues at github. Usually there are some. - Ask @samdark. From a457fd293fdaa8cd244c421e4ed63f21ac940a4c Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Fri, 4 Sep 2026 17:26:12 +0300 Subject: [PATCH 02/12] Fix links to documentation --- src/it/internals/010-code-style.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/it/internals/010-code-style.md b/src/it/internals/010-code-style.md index 35e5e59c..87a308b7 100644 --- a/src/it/internals/010-code-style.md +++ b/src/it/internals/010-code-style.md @@ -35,7 +35,7 @@ signature already has. Class comment should describe the purpose of the class. [See -PHPDoc](https://github.com/yiisoft/docs/blob/master/014-docs.md#phpdoc). +PHPDoc](https://yiisoft.github.io/docs/internals/014-docs#phpdoc). ## Formatting From eeea060ded3e9456136da477ff78d3c5d1bb861d Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Fri, 4 Sep 2026 17:26:14 +0300 Subject: [PATCH 03/12] Fix links to documentation --- src/ru/internals/010-code-style.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ru/internals/010-code-style.md b/src/ru/internals/010-code-style.md index 35e5e59c..87a308b7 100644 --- a/src/ru/internals/010-code-style.md +++ b/src/ru/internals/010-code-style.md @@ -35,7 +35,7 @@ signature already has. Class comment should describe the purpose of the class. [See -PHPDoc](https://github.com/yiisoft/docs/blob/master/014-docs.md#phpdoc). +PHPDoc](https://yiisoft.github.io/docs/internals/014-docs#phpdoc). ## Formatting From 24b798846561077648bebdba26097a5276bae24b Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Fri, 4 Sep 2026 17:26:17 +0300 Subject: [PATCH 04/12] Fix links to documentation --- src/id/internals/010-code-style.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/id/internals/010-code-style.md b/src/id/internals/010-code-style.md index 35e5e59c..87a308b7 100644 --- a/src/id/internals/010-code-style.md +++ b/src/id/internals/010-code-style.md @@ -35,7 +35,7 @@ signature already has. Class comment should describe the purpose of the class. [See -PHPDoc](https://github.com/yiisoft/docs/blob/master/014-docs.md#phpdoc). +PHPDoc](https://yiisoft.github.io/docs/internals/014-docs#phpdoc). ## Formatting From dba0d2a689c72c3ec4f3d4eafe328616f058e9e9 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Fri, 4 Sep 2026 17:26:19 +0300 Subject: [PATCH 05/12] Fix links to documentation --- src/es/internals/010-code-style.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/es/internals/010-code-style.md b/src/es/internals/010-code-style.md index 35e5e59c..87a308b7 100644 --- a/src/es/internals/010-code-style.md +++ b/src/es/internals/010-code-style.md @@ -35,7 +35,7 @@ signature already has. Class comment should describe the purpose of the class. [See -PHPDoc](https://github.com/yiisoft/docs/blob/master/014-docs.md#phpdoc). +PHPDoc](https://yiisoft.github.io/docs/internals/014-docs#phpdoc). ## Formatting From bc3cbf0558a93ecbfc2860ec789dcf220cac6264 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Fri, 4 Sep 2026 17:26:21 +0300 Subject: [PATCH 06/12] Fix links to documentation --- src/zh-CN/internals/010-code-style.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zh-CN/internals/010-code-style.md b/src/zh-CN/internals/010-code-style.md index bc36ac1e..7f761de2 100644 --- a/src/zh-CN/internals/010-code-style.md +++ b/src/zh-CN/internals/010-code-style.md @@ -29,7 +29,7 @@ top of it. 类注释应描述类的目的。 -[查看 PHPDoc](https://github.com/yiisoft/docs/blob/master/014-docs.md#phpdoc)。 +[查看 PHPDoc](https://yiisoft.github.io/docs/internals/014-docs#phpdoc)。 ## 格式化 From 2a71f5b8a6d9c4956bde089387e2b97916a43b44 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Fri, 4 Sep 2026 17:26:25 +0300 Subject: [PATCH 07/12] Fix links to documentation --- _translations/po/zh-CN/internals_010-code-style.md.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_translations/po/zh-CN/internals_010-code-style.md.po b/_translations/po/zh-CN/internals_010-code-style.md.po index 2509eecc..daa8ca3c 100644 --- a/_translations/po/zh-CN/internals_010-code-style.md.po +++ b/_translations/po/zh-CN/internals_010-code-style.md.po @@ -119,8 +119,8 @@ msgstr "类注释应描述类的目的。" #. type: Plain text #: ../src/internals/010-code-style.md -msgid "[See PHPDoc](https://github.com/yiisoft/docs/blob/master/014-docs.md#phpdoc)." -msgstr "[查看 PHPDoc](https://github.com/yiisoft/docs/blob/master/014-docs.md#phpdoc)。" +msgid "[See PHPDoc](https://yiisoft.github.io/docs/internals/014-docs#phpdoc)." +msgstr "[查看 PHPDoc](https://yiisoft.github.io/docs/internals/014-docs#phpdoc)。" #. type: Title ## #: ../src/internals/010-code-style.md From 163029a957ecd0bde00df7b039c8a679c5754155 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Fri, 4 Sep 2026 17:26:28 +0300 Subject: [PATCH 08/12] Fix links to documentation --- _translations/pot/internals_010-code-style.md.pot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_translations/pot/internals_010-code-style.md.pot b/_translations/pot/internals_010-code-style.md.pot index 22145cd8..3adcb350 100644 --- a/_translations/pot/internals_010-code-style.md.pot +++ b/_translations/pot/internals_010-code-style.md.pot @@ -130,7 +130,7 @@ msgstr "" #. type: Plain text #: ../src/internals/010-code-style.md msgid "" -"[See PHPDoc](https://github.com/yiisoft/docs/blob/master/014-docs.md#phpdoc)." +"[See PHPDoc](https://yiisoft.github.io/docs/internals/014-docs#phpdoc)." msgstr "" #. type: Title ## From cd1bf683f13aa84a2994b6e93efe944c19bd8c65 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Fri, 4 Sep 2026 17:26:30 +0300 Subject: [PATCH 09/12] Fix links to documentation --- _translations/po/id/internals_010-code-style.md.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_translations/po/id/internals_010-code-style.md.po b/_translations/po/id/internals_010-code-style.md.po index f7f9b5c2..6fa6de67 100644 --- a/_translations/po/id/internals_010-code-style.md.po +++ b/_translations/po/id/internals_010-code-style.md.po @@ -115,7 +115,7 @@ msgstr "" #: ../src/internals/010-code-style.md #, fuzzy #| msgid "[Validating input](https://github.com/yiisoft/validator/blob/master/docs/guide/en/README.md) +" -msgid "[See PHPDoc](https://github.com/yiisoft/docs/blob/master/014-docs.md#phpdoc)." +msgid "[See PHPDoc](https://yiisoft.github.io/docs/internals/014-docs#phpdoc)." msgstr "[Memvalidasi Input](https://github.com/yiisoft/validator/blob/master/docs/guide/en/README.md) +" #. type: Title ## From da9cda39da64877c4bcf73fdfa5134203e1cf070 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Fri, 4 Sep 2026 17:26:32 +0300 Subject: [PATCH 10/12] Fix links to documentation --- _translations/po/it/internals_010-code-style.md.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_translations/po/it/internals_010-code-style.md.po b/_translations/po/it/internals_010-code-style.md.po index 79ba2660..bc12cd4f 100644 --- a/_translations/po/it/internals_010-code-style.md.po +++ b/_translations/po/it/internals_010-code-style.md.po @@ -116,7 +116,7 @@ msgstr "" #: ../src/internals/010-code-style.md #, fuzzy #| msgid "[Yii DB](https://github.com/yiisoft/db/blob/master/docs/guide/en/README.md)" -msgid "[See PHPDoc](https://github.com/yiisoft/docs/blob/master/014-docs.md#phpdoc)." +msgid "[See PHPDoc](https://yiisoft.github.io/docs/internals/014-docs#phpdoc)." msgstr "[Yii DB](https://github.com/yiisoft/db/blob/master/docs/guide/en/README.md)" #. type: Title ## From 25a17c8beb2f485976a35db8dec23eb8bd9bbdd1 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Fri, 4 Sep 2026 17:26:35 +0300 Subject: [PATCH 11/12] Fix links to documentation --- _translations/po/ru/internals_010-code-style.md.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_translations/po/ru/internals_010-code-style.md.po b/_translations/po/ru/internals_010-code-style.md.po index ba1b6af0..42795fb7 100644 --- a/_translations/po/ru/internals_010-code-style.md.po +++ b/_translations/po/ru/internals_010-code-style.md.po @@ -114,7 +114,7 @@ msgstr "" #. type: Plain text #: ../src/internals/010-code-style.md -msgid "[See PHPDoc](https://github.com/yiisoft/docs/blob/master/014-docs.md#phpdoc)." +msgid "[See PHPDoc](https://yiisoft.github.io/docs/internals/014-docs#phpdoc)." msgstr "" #. type: Title ## From d7a5d6d36c637b21f0ac644d9bce16b5adf8d00a Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Fri, 4 Sep 2026 17:26:37 +0300 Subject: [PATCH 12/12] Fix links to documentation --- _translations/po/es/internals_010-code-style.md.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_translations/po/es/internals_010-code-style.md.po b/_translations/po/es/internals_010-code-style.md.po index 1885c513..deeae4e8 100644 --- a/_translations/po/es/internals_010-code-style.md.po +++ b/_translations/po/es/internals_010-code-style.md.po @@ -116,7 +116,7 @@ msgstr "" #: ../src/internals/010-code-style.md #, fuzzy #| msgid "[Validating input](https://github.com/yiisoft/validator/blob/master/docs/guide/en/README.md) +" -msgid "[See PHPDoc](https://github.com/yiisoft/docs/blob/master/014-docs.md#phpdoc)." +msgid "[See PHPDoc](https://yiisoft.github.io/docs/internals/014-docs#phpdoc)." msgstr "[Validar Datos](https://github.com/yiisoft/validator/blob/master/docs/guide/en/README.md)" #. type: Title ##