Skip to content

Commit 99681fd

Browse files
author
Alexis Aubry Radanovic
committed
Fix dead link in README
1 parent fc9a21c commit 99681fd

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ To remove HTML entities from a String, use the `removingHTMLEntities` property.
107107

108108
#### Docs
109109

110-
- [`removingHTMLEntities`](https://alexaubry.github.io/HTMLString/String.html#/s:vE10HTMLStringSS20removingHTMLEntitiesSS)
110+
- [`removingHTMLEntities`](https://alexaubry.github.io/HTMLString/Extensions/String.html#/s:vE10HTMLStringSS20removingHTMLEntitiesSS)
111111

112112
#### Example
113113

docs/docsets/HTMLString.docset/Contents/Resources/Documents/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
<a href='#docs' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h4 id='docs'>Docs</h4>
171171

172172
<ul>
173-
<li><a href="https://alexaubry.github.io/HTMLString/String.html#/s:vE10HTMLStringSS20removingHTMLEntitiesSS"><code>removingHTMLEntities</code></a></li>
173+
<li><a href="https://alexaubry.github.io/HTMLString/Extensions/String.html#/s:vE10HTMLStringSS20removingHTMLEntitiesSS"><code>removingHTMLEntities</code></a></li>
174174
</ul>
175175
<a href='#example' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h4 id='example'>Example</h4>
176176
<pre class="highlight swift"><code><span class="kd">import</span> <span class="kt">HTMLString</span>

docs/docsets/HTMLString.tgz

2 Bytes
Binary file not shown.

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
<a href='#docs' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h4 id='docs'>Docs</h4>
171171

172172
<ul>
173-
<li><a href="https://alexaubry.github.io/HTMLString/String.html#/s:vE10HTMLStringSS20removingHTMLEntitiesSS"><code>removingHTMLEntities</code></a></li>
173+
<li><a href="https://alexaubry.github.io/HTMLString/Extensions/String.html#/s:vE10HTMLStringSS20removingHTMLEntitiesSS"><code>removingHTMLEntities</code></a></li>
174174
</ul>
175175
<a href='#example' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h4 id='example'>Example</h4>
176176
<pre class="highlight swift"><code><span class="kd">import</span> <span class="kt">HTMLString</span>

0 commit comments

Comments
 (0)