Skip to content

Commit 3f137cf

Browse files
authored
fix: update external links
Corrects the external links in the 'Links' section of the index.html file, ensuring all links, including the GitHub link, redirect to the correct, updated URL. This change resolves broken links and improves user navigation.
1 parent 084485a commit 3f137cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ <h1>Creativity + Technology</h1>
7777
<footer class="site-footer" role="contentinfo">
7878
<p>© <span id="year"></span> Augusto Mate. All rights reserved.</p>
7979
<nav class="footer-links" aria-label="Deployment">
80-
<a class="pill link-gh" href="https://augusto047.github.io/web-development-v2-week-8-final-assignment/" target="_blank" rel="noopener">GitHub Pages</a>
80+
<a class="pill link-gh" href="https://software-development-course-2025.github.io/web-development-v2-week-8-final-assignment/" target="_blank" rel="noopener">GitHub Pages</a>
8181
<a class="pill link-netlify" href="https://web-development-v2-week-8-final-ass.netlify.app/" target="_blank" rel="noopener">Netlify</a>
8282
<a class="pill link-vercel" href="https://web-development-v2-week-8-final-ass.vercel.app/" target="_blank" rel="noopener">Vercel</a>
8383
</nav>

0 commit comments

Comments
 (0)