Skip to content

Commit 6953dc9

Browse files
Fix more bad links (#551)
1 parent 099a876 commit 6953dc9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

fern/products/ask-fern/pages/getting-started/what-is-ask-fern.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Ask Fern is Fern's AI Search feature that indexes your documentation and provide
2727
<Card
2828
title="Custom prompting"
2929
icon="regular book-open"
30-
href="/learn/ai-search/custom-prompting"
30+
href="/learn/ask-fern/configuration/custom-prompts"
3131
>
3232
Tailor Ask Fern behavior to your users' needs.
3333
</Card>
@@ -43,15 +43,15 @@ Ask Fern is Fern's AI Search feature that indexes your documentation and provide
4343
<Card
4444
title="Guidance"
4545
icon="regular fa-question-circle"
46-
href="/learn/ask-fern/features/guidance"
46+
href="/learn/ask-fern/configuration/guidance"
4747
>
4848
Add custom FAQs to Ask Fern.
4949
</Card>
5050

5151
<Card
5252
title="Documents"
5353
icon="regular file-alt"
54-
href="/learn/ask-fern/features/documents"
54+
href="/learn/ask-fern/configuration/documents"
5555
>
5656
Add custom documents to Ask Fern.
5757
</Card>

fern/products/home/pages/welcome.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ import { FernFooter } from "../../../components/FernFooter";
203203
<img src="./images/arrow-right-white.svg" alt="Arrow right light" className="dark:hidden" noZoom />
204204
<img src="./images/arrow-right-black.svg" alt="Arrow right light" className="hidden dark:block" noZoom />
205205
</a>
206-
<a className="fern-button minimal normal gap-1 a-btn" href="/ask-fern/configuration/custom-prompting">
206+
<a className="fern-button minimal normal gap-1 a-btn" href="/ask-fern/configuration/custom-prompts">
207207
Configure
208208
<img src="./images/arrow-right-black.svg" alt="Arrow right light" className="dark:hidden" noZoom />
209209
<img src="./images/arrow-right-white.svg" alt="Arrow right light" className="hidden dark:block" noZoom />

0 commit comments

Comments
 (0)