Skip to content
This repository was archived by the owner on Dec 9, 2023. It is now read-only.

Commit be3f154

Browse files
Arman-Hosseininicolas-grekas
authored andcommitted
Improve some URLs
1 parent 71efb58 commit be3f154

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Command/ServerRunCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ protected function configure()
7676
7777
<info>%command.full_name% --router=app/config/router.php</info>
7878
79-
See also: http://www.php.net/manual/en/features.commandline.webserver.php
79+
See also: https://php.net/features.commandline.webserver
8080
EOF
8181
)
8282
;

Command/ServerStartCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ protected function configure()
7676
7777
<info>php %command.full_name% --router=app/config/router.php</info>
7878
79-
See also: http://www.php.net/manual/en/features.commandline.webserver.php
79+
See also: https://php.net/features.commandline.webserver
8080
EOF
8181
)
8282
;

Resources/router.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
/*
1313
* This file implements rewrite rules for PHP built-in web server.
1414
*
15-
* See: http://www.php.net/manual/en/features.commandline.webserver.php
15+
* See: https://php.net/features.commandline.webserver
1616
*
1717
* If you have custom directory layout, then you have to write your own router
1818
* and pass it as a value to 'router' option of server:run command.

0 commit comments

Comments
 (0)