Skip to content

Commit 74a39f8

Browse files
fix ATI url
1 parent e041046 commit 74a39f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_includes/brands.qmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@
6464
</a>
6565
6666
<!-- The Alan Turing Institute Logo -->
67-
<a href="#" class="partner-logo box" target="_blank" rel="noopener">
68-
<img src="\assets\images\brands\Turing_Logo_1000x400px_Black.webp" alt="The Alan Turing Institute Logo" class="brands-light-mode-logo">
69-
<img src="\assets\images\brands\Turing_Logo_1000x400px_White.webp" alt="The Alan Turing Institute Logo Dark" class="brands-dark-mode-logo">
67+
<a href="https://www.turing.ac.uk/" class="partner-logo box" target="_blank" rel="noopener">
68+
<img src="./assets/images/brands/Turing_Logo_1000x400px_Black.webp" alt="The Alan Turing Institute Logo" class="brands-light-mode-logo">
69+
<img src="./assets/images/brands/Turing_Logo_1000x400px_White.webp" alt="The Alan Turing Institute Logo Dark" class="brands-dark-mode-logo">
7070
</a>
7171
</div>
7272
</div>

0 commit comments

Comments
 (0)