Skip to content

Commit 0678a83

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

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

docs/src/content/docs/scoring/methodology.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: The math behind how ATS Screener simulates 6 real ATS platforms, fr
44
---
55

66
:::caution[Before You Read]
7-
This page documents the actual math running in ATS Screener's scoring engine. Every formula here was written by [Sunny Patel](https://sunnypatel.net), pulled directly from the source code, and verified computationally before being published. That said, these are **simulations** based on public research, not the actual proprietary algorithms used by Workday, Taleo, or anyone else. I built this to be as close as I could get with publicly available information, but I want to be upfront: no one outside these companies knows exactly how their scoring works.
7+
This page documents the actual math running in ATS Screener's scoring engine. Every formula here was written by [Sunny Patel](https://sunnypatel.net), pulled directly from the source code, and verified computationally before being published. These are **simulations** based on publicly available documentation, community reports, and independent research into how each platform processes resumes.
88
:::
99

1010
## The Big Picture

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)