Skip to content

Commit 731a268

Browse files
fix: correct header privacy policy and terms of use links in ducuments to point to deployed site
Updated "Privacy Policy" and "Terms of Use" links in the top navigation section of the README Replaced relative paths with full GitHub Pages URLs to ensure proper navigation in production Completes documentation fixes missed in previous commit
1 parent e9970d9 commit 731a268

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
<div align="center">
1010
<a href="https://github.com/dulanjayabhanu/github-connection-visualizer/releases">Releases</a>
1111
<span>&nbsp;|&nbsp;</span>
12-
<a href="privacy-policy.html">Privacy Policy</a>
12+
<a href="https://dulanjayabhanu.github.io/github-connection-visualizer/privacy-policy.html">Privacy Policy</a>
1313
<span>&nbsp;|&nbsp;</span>
14-
<a href="terms-of-use.html">Terms Of Use</a>
14+
<a href="https://dulanjayabhanu.github.io/github-connection-visualizer/terms-of-use.html">Terms Of Use</a>
1515
<span>&nbsp;|&nbsp;</span>
1616
<a href="https://github.com/dulanjayabhanu/github-connection-visualizer/discussions">Discussions</a>
1717
</div>

0 commit comments

Comments
 (0)