Skip to content

Commit abc697c

Browse files
committed
use https links where available
1 parent b7d1b00 commit abc697c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ writing documentation yourself, or if you simply are curious
88
about how the XML stuff works.
99

1010
If you just want to read the documentation, look at:
11-
http://www.php.net/docs.php
11+
https://www.php.net/docs.php
1212

1313
# HOW TO WRITE PHPDOC FILES
1414

@@ -29,7 +29,7 @@ phd -d .manual.xml
2929
```
3030

3131
However, PhD is a separate project which can be read about here:
32-
http://wiki.php.net/doc/phd
32+
https://wiki.php.net/doc/phd
3333

3434
## QUICK REFERENCE
3535

@@ -129,7 +129,7 @@ about them)
129129
&false; <constant>FALSE</constant>
130130
&php.ini; <filename>php.ini</filename>
131131

132-
Be sure to check out globals.ent and language-snippets.ent for
133-
more information for entities and urls.
132+
Be sure to check out globals.ent and language-snippets.ent for
133+
more information for entities and urls.
134134

135135
---------------------------------------------------------------------------

0 commit comments

Comments
 (0)