diff options
| author | nayrxoc <82905257+nayrxoc@users.noreply.github.com> | 2024-05-01 07:09:45 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-05-01 08:33:08 -0400 |
| commit | 3944a261a4598f017ce8d47513fcc58180ae16f5 (patch) | |
| tree | 70bb53a79c7c9283d455e8346e2cae92e627ce21 /static | |
| parent | 233f390f2e799117c0e80d50cef28abf63b8e31a (diff) | |
fix typo in hiring page
Diffstat (limited to 'static')
| -rw-r--r-- | static/hiring.html | 4 | ||||
| -rw-r--r-- | static/js/redirect.js | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/static/hiring.html b/static/hiring.html index e798f3ea..585c9467 100644 --- a/static/hiring.html +++ b/static/hiring.html @@ -50,8 +50,8 @@ </ul> </section> - <section id="qualitifations"> - <h2><a href="#qualitifations">Qualifications</a></h2> + <section id="qualifications"> + <h2><a href="#qualifications">Qualifications</a></h2> <ul> <li>Prior experience working on one or more of Android/AOSP-based operating systems, the Linux kernel and its hardening, memory allocators, or Android app development</li> <li>Strong programming skills in relevant languages (in order from most to least common: Java, Kotlin, C++, C, JavaScript, arm64 assembly, POSIX shell, Bash)</li> diff --git a/static/js/redirect.js b/static/js/redirect.js index d22d864f..ce9842f5 100644 --- a/static/js/redirect.js +++ b/static/js/redirect.js @@ -24,6 +24,8 @@ const redirects = new Map([ ["/faq#dns", "/faq#custom-dns"], + ["/hiring#qualitifations", "/hiring#qualifications"], + ["/install/cli#fastboot-as-non-root", "/install/cli#flashing-as-non-root"], ["/install/cli#obtaining-signify", "/install/cli#obtaining-openssh"], ["/install/web#fastboot-as-non-root", "/install/web#flashing-as-non-root"], |
