Skip to content

Commit

Permalink
Merge pull request #375 from ImageMarkup/isic-157-canonicalize-links
Browse files Browse the repository at this point in the history
Canonicalize ISIC links
  • Loading branch information
danlamanna authored Aug 23, 2023
2 parents e78d55c + ad9bef4 commit 1386729
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stade/core/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h1><a href="{% url 'index' %}"><img src="{% static 'img/isic_logo.svg' %}"
</div>
<div class="navbar-menu ml-3">
<div class="navbar-start">
<a class="navbar-item" href="https://isic-archive.com">ISIC Home<i class="material-icons is-pulled-right px-1">open_in_new</i></a>
<a class="navbar-item" href="https://www.isic-archive.com/">ISIC Home<i class="material-icons is-pulled-right px-1">open_in_new</i></a>
<a class="navbar-item" href="{% url 'data' %}">Data</a>
<a class="navbar-item" href="{% url 'stats' %}">Stats</a>
<div class="navbar-item has-dropdown is-hoverable">
Expand Down
2 changes: 1 addition & 1 deletion stade/core/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h1>Welcome to the ISIC Challenge</h1>
<h3 id="about-the-isic-archive">About the ISIC Archive</h3>
<p>
The
<a href="https://isic-archive.com">
<a href="https://www.isic-archive.com/">
International Skin Imaging Collaboration (ISIC)
<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px"
viewBox="0 0 100 100" width="15" height="15" class="icon outbound">
Expand Down
2 changes: 1 addition & 1 deletion stade/core/templates/terms-of-use.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h1>Terms of Use</h1>
<li><strong><em>Third Party Links</em></strong>. The Site may contain links to other web sites that are operated by third parties and that are identifiable by a User of the Site as being operated by third parties (&quot;<strong><em>Links</em></strong>&quot;). You acknowledge that MSKCC does not endorse the Links and is not responsible for any content of the Links. You also acknowledge that the respective owners of the Links neither endorse nor are affiliated with MSKCC.</li>
<li><strong><em>Site Privacy Policy</em></strong>.
<ol>
<li>By using the Site, you are agreeing to the terms set forth in this Site Privacy Policy, which may be found on <a href="https://isic-archive.com">https://isic-archive.com</a>.</li>
<li>By using the Site, you are agreeing to the terms set forth in this Site Privacy Policy, which may be found on <a href="https://www.isic-archive.com/">https://isic-archive.com</a>.</li>
</ol></li>
<li><strong><em>Miscellaneous. </em></strong>
<ol>
Expand Down

0 comments on commit 1386729

Please sign in to comment.