Skip to content

Commit

Permalink
Utils: IRL != IRI
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Puerto committed Jul 28, 2023
1 parent a479f97 commit a643dd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ingest_validation_tools/docs_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,9 @@ def _make_fields_md(table_schema, title, is_open=False):
</details>
'''
else:
cedar_irl = table_schema['fields'][0]['example']
cedar_iri = table_schema['fields'][0]['example']
return f'''
<summary><a href="{cedar_irl}">{title_html}</a></summary>
<summary><a href="{cedar_iri}">{title_html}</a></summary>
'''


Expand Down

0 comments on commit a643dd4

Please sign in to comment.