Skip to content

Commit

Permalink
update src folder links (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arhell committed Feb 21, 2024
1 parent a698c84 commit 2398d1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Html.php
Expand Up @@ -1565,7 +1565,7 @@ public static function address(string|Stringable $content = '', array $attribute
* Renders the HTML tag attributes.
*
* Attributes whose values are of boolean type will be treated as
* [boolean attributes](http://www.w3.org/TR/html5/infrastructure.html#boolean-attributes).
* [boolean attributes](https://www.w3.org/TR/html5/infrastructure.html#boolean-attributes).
*
* Attributes whose values are null will not be rendered. The values of attributes will be HTML-encoded using
* {@see encodeAttribute()}.
Expand Down
2 changes: 1 addition & 1 deletion src/Tag/CustomTag.php
Expand Up @@ -17,7 +17,7 @@ final class CustomTag extends Tag
/**
* List of void elements. These only have a start tag; end tags must not be specified.
*
* {@see http://www.w3.org/TR/html-markup/syntax.html#void-element}
* {@see https://www.w3.org/TR/html-markup/syntax.html#void-element}
*/
private const VOID_ELEMENTS = [
'area' => 1,
Expand Down

0 comments on commit 2398d1a

Please sign in to comment.