fix the phoenix endpoint (#1691)

This commit is contained in:
sunghyunkang1111
2023-11-10 18:53:23 -06:00
committed by GitHub
parent 40b8127a6f
commit 0ab07419ce
5 changed files with 6 additions and 6 deletions

View File

@@ -70,7 +70,7 @@ export const WelcomeModal = ({ visible }: { visible: boolean }): JSX.Element =>
<Text>
Ask Copilot to generate a query by describing the query in your words.
<br />
<Link target="_blank" href="https://aka.ms/CopilotInAzureCDBDocs">
<Link target="_blank" href="https://aka.ms/MicrosoftCopilotForAzureInCDBHowTo">
Learn more
</Link>
</Text>