Skip to content

Commit 3d206ed

Browse files
committed
Use https url for ietf.org
Fixes #102 Signed-off-by: Michal Čihař <[email protected]>
1 parent e69da4e commit 3d206ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UtfString.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ public function offsetUnset($offset)
174174
*
175175
* @param string $byte The byte to be analyzed.
176176
*
177-
* @see http://tools.ietf.org/html/rfc3629
177+
* @see https://tools.ietf.org/html/rfc3629
178178
*
179179
* @return int
180180
*/

0 commit comments

Comments
 (0)