Skip to content

Commit

Permalink
Fix broken link
Browse files Browse the repository at this point in the history
Fix #282
  • Loading branch information
peterdesmet committed Feb 8, 2023
1 parent b7c4741 commit 34bac03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _layouts/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{% assign properties1 = site.data[profile_file].allOf[1].properties %}
{% assign required1 = site.data[profile_file].allOf[1].required %}

<p class="small">Source: <a href="https://github.com/{{ site.github_username }}/blob/main/{{ profile_file }}.json"><code>{{ profile_file }}.json</code></a></p>
<p class="small">Source: <a href="{{ site.github.repository_url }}/blob/main/{{ profile_file }}.json"><code>{{ profile_file }}.json</code></a></p>

{% for p1_raw in properties1 %}
{% assign p1_name = p1_raw[0] %}
Expand Down
2 changes: 1 addition & 1 deletion _layouts/tables.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<h2 id="{{ table_schema_id }}">{{ table_schema.title }}</h2>

<p class="small">Source: <a href="https://github.com/{{ site.github_username }}/blob/main/{{ table_schema_file }}.json"><code>{{ table_schema_file }}.json</code></a></p>
<p class="small">Source: <a href="{{ site.github.repository_url }}/blob/main/{{ table_schema_file }}.json"><code>{{ table_schema_file }}.json</code></a></p>

{{ table_schema.description | markdownify }}

Expand Down

0 comments on commit 34bac03

Please sign in to comment.