Skip to content

Commit

Permalink
Merge pull request #309 from Arhell/root
Browse files Browse the repository at this point in the history
update root folder links
  • Loading branch information
Bizley authored Aug 29, 2023
2 parents 700abc7 + 7e87578 commit 1ffcf75
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<br>
</p>

This extension provides an API documentation generator for the [Yii framework 2.0](http://www.yiiframework.com).
This extension provides an API documentation generator for the [Yii framework 2.0](https://www.yiiframework.com).

For license information check the [LICENSE](LICENSE.md)-file.

Expand All @@ -18,7 +18,7 @@ For license information check the [LICENSE](LICENSE.md)-file.
Installation
------------

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
The preferred way to install this extension is through [composer](https://getcomposer.org/download/).

Either run

Expand Down
4 changes: 2 additions & 2 deletions apidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
/**
* Yii Framework 2.0 API documentation generator
*
* @link http://www.yiiframework.com/
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license https://www.yiiframework.com/license/
*/

defined('YII_DEBUG') or define('YII_DEBUG', false);
Expand Down
4 changes: 2 additions & 2 deletions apidoc.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ rem -------------------------------------------------------------
rem Yii command line bootstrap script for Windows.
rem
rem @author Qiang Xue <[email protected]>
rem @link http://www.yiiframework.com/
rem @link https://www.yiiframework.com/
rem @copyright Copyright (c) 2008 Yii Software LLC
rem @license http://www.yiiframework.com/license/
rem @license https://www.yiiframework.com/license/
rem -------------------------------------------------------------

@setlocal
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/yiisoft/yii2-apidoc/issues",
"forum": "http://www.yiiframework.com/forum/",
"wiki": "http://www.yiiframework.com/wiki/",
"forum": "https://www.yiiframework.com/forum/",
"wiki": "https://www.yiiframework.com/wiki/",
"irc": "ircs://irc.libera.chat:6697/yii",
"source": "https://github.com/yiisoft/yii2-apidoc"
},
Expand Down

0 comments on commit 1ffcf75

Please sign in to comment.