File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 6
6
<br>
7
7
</p >
8
8
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) .
10
10
11
11
For license information check the [ LICENSE] ( LICENSE.md ) -file.
12
12
@@ -18,7 +18,7 @@ For license information check the [LICENSE](LICENSE.md)-file.
18
18
Installation
19
19
------------
20
20
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/) .
22
22
23
23
Either run
24
24
Original file line number Diff line number Diff line change 3
3
/**
4
4
* Yii Framework 2.0 API documentation generator
5
5
*
6
- * @link http ://www.yiiframework.com/
6
+ * @link https ://www.yiiframework.com/
7
7
* @copyright Copyright (c) 2008 Yii Software LLC
8
- * @license http ://www.yiiframework.com/license/
8
+ * @license https ://www.yiiframework.com/license/
9
9
*/
10
10
11
11
defined ('YII_DEBUG ' ) or define ('YII_DEBUG ' , false );
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ rem -------------------------------------------------------------
4
4
rem Yii command line bootstrap script for Windows.
5
5
rem
6
6
rem @author Qiang Xue < qiang.xue@gmail.com>
7
- rem @link http ://www.yiiframework.com/
7
+ rem @link https ://www.yiiframework.com/
8
8
rem @copyright Copyright (c) 2008 Yii Software LLC
9
- rem @license http ://www.yiiframework.com/license/
9
+ rem @license https ://www.yiiframework.com/license/
10
10
rem -------------------------------------------------------------
11
11
12
12
@ setlocal
Original file line number Diff line number Diff line change 6
6
"license" : " BSD-3-Clause" ,
7
7
"support" : {
8
8
"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/" ,
11
11
"irc" : " ircs://irc.libera.chat:6697/yii" ,
12
12
"source" : " https://github.com/yiisoft/yii2-apidoc"
13
13
},
You can’t perform that action at this time.
0 commit comments