Skip to content

Commit 5a1c259

Browse files
committed
fix(footer): pointed documentation link to /docs instead of GitHub README
1 parent 37aebec commit 5a1c259

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/lib/components/landing/Footer.svelte

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,7 @@
127127
<!-- resources links -->
128128
<div class="footer-col">
129129
<h4 class="col-title">Resources</h4>
130-
<a
131-
href="https://github.com/sunnypatell/ats-screener#readme"
132-
target="_blank"
133-
rel="noopener"
134-
class="footer-link">Documentation</a
135-
>
130+
<a href="/docs" class="footer-link">Documentation</a>
136131
<a
137132
href="https://github.com/sunnypatell/ats-screener/issues"
138133
target="_blank"

0 commit comments

Comments
 (0)