Skip to content

Commit 44f9505

Browse files
authored
Merge pull request #543 from danielpeintner/issue-542
fix: respec warnings about anchor/link
2 parents 7366fe8 + 8d34032 commit 44f9505

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1471,7 +1471,7 @@ <h4>Internal slots for {{ConsumedThing}}</h4>
14711471
<section>
14721472
<h4>Creating <code>ConsumedThing</code></h4>
14731473
<p>
1474-
After <a href="#fetching-a-thing-description">fetching</a> a
1474+
After <a href="#requesting-a-thing-description">requesting</a> a
14751475
<a>Thing Description</a> as a JSON object, one can create a
14761476
{{ConsumedThing}} object.
14771477
</p>
@@ -4295,7 +4295,7 @@ <h4>Requesting and validating a TD</h4>
42954295
HTTP client library, which offer already standardized options on
42964296
specifying fetch details.
42974297
In these cases, the user is required to perform validation manually as
4298-
described by the [[[WoT-TD]]] specification.
4298+
described by the [[[WOT-TD]]] specification.
42994299
</p>
43004300
<p class="ednote" title="Extending the `requestThingDescription()` method">
43014301
In the future, `requestThingDescription()` might be extended with an

0 commit comments

Comments
 (0)