Skip to content

Commit

Permalink
Merge pull request #1868 from w3c/ege-examples-fix
Browse files Browse the repository at this point in the history
Fix examples with wrong context url
  • Loading branch information
egekorkan authored Aug 30, 2023
2 parents 76e1da4 + 5fddd2c commit 94df348
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4457,7 +4457,7 @@ <h3><code>uriVariables</code></h3>
</p>
<pre class="example">
{
"@context": "http://www.w3.org/2022/wot/td/v1.1",
"@context": "https://www.w3.org/2022/wot/td/v1.1",
// ...
"properties": {
"weather": {
Expand Down Expand Up @@ -4485,7 +4485,7 @@ <h3><code>uriVariables</code></h3>
</p>
<pre class="example">
{
"@context": "http://www.w3.org/2022/wot/td/v1.1",
"@context": "https://www.w3.org/2022/wot/td/v1.1",
// ...
"properties": {
"weather": {
Expand Down Expand Up @@ -7953,7 +7953,7 @@ <h3>Webhook Event Example</h3>
</div>
<pre class="selected without exampleTab1 json">
{
"@context": "http://www.w3.org/2022/wot/td/v1.1",
"@context": "https://www.w3.org/2022/wot/td/v1.1",
"id": "urn:uuid:4778f80a-4c78-4cbb-a0e4-fa37b7d748df",
"title": "WebhookThing",
"description": "Webhook-based Event with subscription and unsubscribe form.",
Expand Down Expand Up @@ -8011,7 +8011,7 @@ <h3>Webhook Event Example</h3>
</pre>
<pre class="with exampleTab1 json">
{
"@context": "http://www.w3.org/2022/wot/td/v1.1",
"@context": "https://www.w3.org/2022/wot/td/v1.1",
"id": "urn:uuid:3c1b4716-247f-4cda-ba53-d3307ac6feb0",
"title": "WebhookThing",
"description": "Webhook-based Event with subscription and unsubscribe form.",
Expand Down
8 changes: 4 additions & 4 deletions index.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -3166,7 +3166,7 @@ <h3><code>uriVariables</code></h3>
</p>
<pre class="example">
{
"@context": "http://www.w3.org/2022/wot/td/v1.1",
"@context": "https://www.w3.org/2022/wot/td/v1.1",
// ...
"properties": {
"weather": {
Expand Down Expand Up @@ -3194,7 +3194,7 @@ <h3><code>uriVariables</code></h3>
</p>
<pre class="example">
{
"@context": "http://www.w3.org/2022/wot/td/v1.1",
"@context": "https://www.w3.org/2022/wot/td/v1.1",
// ...
"properties": {
"weather": {
Expand Down Expand Up @@ -6662,7 +6662,7 @@ <h3>Webhook Event Example</h3>
</div>
<pre class="selected without exampleTab1 json">
{
"@context": "http://www.w3.org/2022/wot/td/v1.1",
"@context": "https://www.w3.org/2022/wot/td/v1.1",
"id": "urn:uuid:4778f80a-4c78-4cbb-a0e4-fa37b7d748df",
"title": "WebhookThing",
"description": "Webhook-based Event with subscription and unsubscribe form.",
Expand Down Expand Up @@ -6720,7 +6720,7 @@ <h3>Webhook Event Example</h3>
</pre>
<pre class="with exampleTab1 json">
{
"@context": "http://www.w3.org/2022/wot/td/v1.1",
"@context": "https://www.w3.org/2022/wot/td/v1.1",
"id": "urn:uuid:3c1b4716-247f-4cda-ba53-d3307ac6feb0",
"title": "WebhookThing",
"description": "Webhook-based Event with subscription and unsubscribe form.",
Expand Down

0 comments on commit 94df348

Please sign in to comment.