Skip to content

Commit 2398d1a

Browse files
authored
update src folder links (#190)
1 parent a698c84 commit 2398d1a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Html.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1565,7 +1565,7 @@ public static function address(string|Stringable $content = '', array $attribute
15651565
* Renders the HTML tag attributes.
15661566
*
15671567
* Attributes whose values are of boolean type will be treated as
1568-
* [boolean attributes](http://www.w3.org/TR/html5/infrastructure.html#boolean-attributes).
1568+
* [boolean attributes](https://www.w3.org/TR/html5/infrastructure.html#boolean-attributes).
15691569
*
15701570
* Attributes whose values are null will not be rendered. The values of attributes will be HTML-encoded using
15711571
* {@see encodeAttribute()}.

src/Tag/CustomTag.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ final class CustomTag extends Tag
1717
/**
1818
* List of void elements. These only have a start tag; end tags must not be specified.
1919
*
20-
* {@see http://www.w3.org/TR/html-markup/syntax.html#void-element}
20+
* {@see https://www.w3.org/TR/html-markup/syntax.html#void-element}
2121
*/
2222
private const VOID_ELEMENTS = [
2323
'area' => 1,

0 commit comments

Comments
 (0)