fix typo in hiring page

This commit is contained in:
nayrxoc 2024-05-01 07:09:45 -04:00 committed by Daniel Micay
parent 233f390f2e
commit 3944a261a4
2 changed files with 4 additions and 2 deletions

View File

@ -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>

View File

@ -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"],