Skip to content

Commit

Permalink
Update National Archives URI
Browse files Browse the repository at this point in the history
  • Loading branch information
ross-spencer committed Apr 14, 2024
1 parent edcadd0 commit 9060b9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/demystify/libs/outputhandlers/htmloutputclass.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def identifierchart(self, countlist, reverse_list=True):
self.printFormattedText('<tr><td style="width: 220px;">')
if "fmt/" in sig[0]:
self.printFormattedText(
'<a target="_blank" href="http://apps.nationalarchives.gov.uk/PRONOM/{}">{}</a>'.format(
'<a target="_blank" href="https://nationalarchives.gov.uk/PRONOM/{}">{}</a>'.format(
sig[0], sig[0]
)
)
Expand Down Expand Up @@ -202,7 +202,7 @@ def signature_id_listing(self, idlist):
if "fmt/" in id_[1]:
markup = (
'<tr><td style="width: 200px;">\n'
'<a target="_blank" href="http://apps.nationalarchives.gov.uk/PRONOM/{}">{}</a></td>\n'
'<a target="_blank" href="https://nationalarchives.gov.uk/PRONOM/{}">{}</a></td>\n'
).format(id_[1], id_[1])
else:
markup = '<tr><td style="width: 100px;">{}</td>'.format(id_[1])
Expand Down

0 comments on commit 9060b9a

Please sign in to comment.