Skip to content

Commit af94c7f

Browse files
authored
Fix path /docs in bot in prod (#1078)
<!-- Explain the changes introduced in your PR --> ## Pull Request approval You will need to get your PR approved by at least one member of the Sourcegraph team. For reviews of docs formatting, styles, and component usage, please tag the docs team via the #docs Slack channel.
1 parent 4268cc7 commit af94c7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/chat.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default function Chat() {
1515
title="Ask AI"
1616
triggerText="Ask AI"
1717
badge="Experimental"
18-
apiRoute="/api/chat"
18+
apiRoute="/docs/api/chat"
1919
openingMessage="Hi there! I'm Sourcegraph's AI assistant trained for our documentation. How can I help you?"
2020
// Remember AI can make mistakes, please double-check responses.
2121
suggestions={[

0 commit comments

Comments
 (0)