Skip to content

Commit 1ffcf75

Browse files
author
Bizley
authored
Merge pull request #309 from Arhell/root
update root folder links
2 parents 700abc7 + 7e87578 commit 1ffcf75

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<br>
77
</p>
88

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

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

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

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

2323
Either run
2424

apidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
/**
44
* Yii Framework 2.0 API documentation generator
55
*
6-
* @link http://www.yiiframework.com/
6+
* @link https://www.yiiframework.com/
77
* @copyright Copyright (c) 2008 Yii Software LLC
8-
* @license http://www.yiiframework.com/license/
8+
* @license https://www.yiiframework.com/license/
99
*/
1010

1111
defined('YII_DEBUG') or define('YII_DEBUG', false);

apidoc.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ rem -------------------------------------------------------------
44
rem Yii command line bootstrap script for Windows.
55
rem
66
rem @author Qiang Xue <qiang.xue@gmail.com>
7-
rem @link http://www.yiiframework.com/
7+
rem @link https://www.yiiframework.com/
88
rem @copyright Copyright (c) 2008 Yii Software LLC
9-
rem @license http://www.yiiframework.com/license/
9+
rem @license https://www.yiiframework.com/license/
1010
rem -------------------------------------------------------------
1111

1212
@setlocal

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"license": "BSD-3-Clause",
77
"support": {
88
"issues": "https://github.com/yiisoft/yii2-apidoc/issues",
9-
"forum": "http://www.yiiframework.com/forum/",
10-
"wiki": "http://www.yiiframework.com/wiki/",
9+
"forum": "https://www.yiiframework.com/forum/",
10+
"wiki": "https://www.yiiframework.com/wiki/",
1111
"irc": "ircs://irc.libera.chat:6697/yii",
1212
"source": "https://github.com/yiisoft/yii2-apidoc"
1313
},

0 commit comments

Comments
 (0)