Skip to content

Commit 0d860f8

Browse files
committed
fix broken faq link
1 parent 60b1ae3 commit 0d860f8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ui/pages/Public/components/Faq.jsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ const FAQS = [
119119
Yes! Please create a seqr account and test out basic functionality using the demonstration project.
120120
<br /><br />
121121

122-
The seqr login process requires that you register your email address in the NHGRI&quot;s Genomic Data Science
122+
The seqr login process requires that you register your email address in the NHGRI&apos;s Genomic Data Science
123123
Analysis, Visualization, and Informatics Lab-Space (AnVIL*). This requires a Google account, either a Gmail
124124
account or registering your non-Gmail email account with Google. <br /><br />
125125

@@ -143,7 +143,7 @@ const FAQS = [
143143
</List>
144144

145145
*If you would prefer to use your institutional or other non-Gmail email address, you can follow &nbsp;
146-
<a href="https://anvilproject.org/learn/account-setup/obtaining-a-google-id" target="_blank" rel="noreferrer">this link</a>
146+
<a href="https://support.terra.bio/hc/en-us/articles/360029186611-How-to-set-up-a-Terra-account-with-a-non-Google-email" target="_blank" rel="noreferrer">this link</a>
147147
&nbsp; for instructions on how to create an account that is associated with your non-Gmail, institutional
148148
email address, then proceed with the instructions above.
149149
</div>
@@ -183,7 +183,7 @@ const FAQS = [
183183
</List>
184184

185185
*Si prefiere usar su dirección de correo electrónico institucional u otra que no sea de Gmail, puede seguir
186-
&nbsp;<a href="https://anvilproject.org/learn/account-setup/obtaining-a-google-id" target="_blank" rel="noreferrer">este enlace</a>
186+
&nbsp;<a href="https://support.terra.bio/hc/en-us/articles/360029186611-How-to-set-up-a-Terra-account-with-a-non-Google-email" target="_blank" rel="noreferrer">este enlace</a>
187187
&nbsp;para obtener instrucciones sobre cómo crear una cuenta que esté asociada con su dirección de correo
188188
electrónico institucional que no sea de Gmail, luego continúe con las instrucciones anteriores.
189189
</div>
@@ -207,7 +207,7 @@ const FAQS = [
207207

208208
To learn more about generating a joint called vcf, please refer to this &nbsp;
209209
<a href={VCF_DOCUMENTATION_URL} target="_blank" rel="noreferrer">
210-
documentation
210+
documentation.
211211
</a>
212212
</div>
213213
),
@@ -253,7 +253,7 @@ const FAQS = [
253253
[ENGLISH]: {
254254
header: 'Q. Which browsers are supported for seqr?',
255255
content: `seqr is only supported in Google Chrome. While it may sometimes function in other browsers, to ensure
256-
reliable behavior you should only use seqr in Chrome`,
256+
reliable behavior you should only use seqr in Chrome.`,
257257
},
258258
[SPANISH]: {
259259
header: 'P: ¿Cuáles navegadores son compatibles con seqr?',

0 commit comments

Comments
 (0)