File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
ask-fern/pages/getting-started Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 />
You can’t perform that action at this time.
0 commit comments