diff options
author | Dusta <dusta@users.noreply.github.com> | 2018-06-24 22:31:55 +0200 |
---|---|---|
committer | Joe Watkins <krakjoe@php.net> | 2018-06-25 08:31:32 +0200 |
commit | da82719f2087f5c4baa36bc6e94e08cdb0c5e188 (patch) | |
tree | c81b8234cff4859baeff4760258267c069ae3d8c /ext/dom/cdatasection.c | |
parent | 19b42bd6b3f44f6ab8549247980cbeac83ab7fa4 (diff) | |
download | php-git-da82719f2087f5c4baa36bc6e94e08cdb0c5e188.tar.gz |
Update http to https
Diffstat (limited to 'ext/dom/cdatasection.c')
-rw-r--r-- | ext/dom/cdatasection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dom/cdatasection.c b/ext/dom/cdatasection.c index 8328e13f66..a7b0d7a2f0 100644 --- a/ext/dom/cdatasection.c +++ b/ext/dom/cdatasection.c @@ -37,7 +37,7 @@ ZEND_END_ARG_INFO(); /* * class DOMCdataSection extends DOMText * -* URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#ID-667469212 +* URL: https://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#ID-667469212 * Since: */ |