Skip to content

Commit 67a7d89

Browse files
Fix bad links (#1100)
1 parent d1346f1 commit 67a7d89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fern/products/ask-fern/pages/configuration/custom-prompting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Customizing the system prompt gives you the ability to tailor the AI search resp
2626
</Step>
2727
<Step title="Add in your custom prompts">
2828
Insert your custom prompts in the `system-prompt` field. Anthropic has a [great guide](https://docs.claude.com/en/docs/claude-code/sdk/modifying-system-prompts) that can help provide ideas and examples for your custom prompts.
29-
You can also leverage Fern's [system prompts](https://github.com/fern-api/fern-platform/blob/4e823037606106a293f6abff24a9606cdcfe31fb/packages/fern-docs/search-server/src/utils/system-prompt.ts#L22-L31) as a starting point.
29+
You can also leverage Fern's [system prompts](https://github.com/fern-api/fern-platform/blob/2da971cf751ba1a7cdcfd89c4c36cde1c050cef1/packages/fern-docs/search-server/ask-fern/src/utils/system-prompt.ts#L73-L94) as a starting point.
3030

3131
</Step>
3232
</Steps>

fern/products/docs/pages/api-references/generate-websocket-ref.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Learn how to generate and customize WebSocket API reference documen
77

88
Fern generates WebSocket API reference documentation from your AsyncAPI specification or Fern Definition. The AsyncAPI specification describes message-driven APIs in a machine-readable format. Fern supports the [v2](https://www.asyncapi.com/docs/reference/specification/v2.x) and [v3](https://www.asyncapi.com/docs/reference/specification/v3.0.0) specifications.
99

10-
<Frame caption={<a href="https://developers.deepgram.com/reference/text-to-speech-api/speak-streaming">Example of how a WebSocket API Reference renders in Fern</a>}>
10+
<Frame caption={<a href="https://developers.deepgram.com/reference/text-to-speech/speak-streaming">Example of how a WebSocket API Reference renders in Fern</a>}>
1111
<img src="websocket-deepgram.png" alt="WebSocket API Reference Example" />
1212
</Frame>
1313

0 commit comments

Comments
 (0)