Skip to content

Commit 1c72e31

Browse files
committed
fixing links
1 parent 6a56844 commit 1c72e31

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

articles/ai-services/agents/how-to/virtual-networks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Use the following code to create and run an agent. To run this code, you need to
186186

187187
`<HostName>;<AzureSubscriptionId>;<ResourceGroup>;<ProjectName>`
188188

189-
[!INCLUDE [connection-string-portal](../includes/connection-string-portal.md)]
189+
[!INCLUDE [connection-string-portal](../includes/endpoint-string-portal.md)]
190190

191191
`HostName` can be found by navigating to your `discovery_url` and removing the leading `https://` and trailing `/discovery`. To find your `discovery_url`, run this CLI command:
192192

articles/ai-services/agents/includes/quickstart-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Use the following code to create and run an agent. To run this code, you will ne
6767

6868
`<HostName>;<AzureSubscriptionId>;<ResourceGroup>;<ProjectName>`
6969

70-
[!INCLUDE [connection-string-portal](connection-string-portal.md)]
70+
[!INCLUDE [connection-string-portal](endpoint-string-portal.md)]
7171

7272
`HostName` can be found by navigating to your `discovery_url` and removing the leading `https://` and trailing `/discovery`. To find your `discovery_url`, run this CLI command:
7373

articles/ai-services/agents/includes/quickstart-python-openai.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Use the following code to create and run an agent. To run this code, you will ne
5353

5454
`<HostName>;<AzureSubscriptionId>;<ResourceGroup>;<ProjectName>`
5555

56-
[!INCLUDE [connection-string-portal](connection-string-portal.md)]
56+
[!INCLUDE [connection-string-portal](endpoint-string-portal.md)]
5757

5858
`HostName` can be found by navigating to your `discovery_url` and removing the leading `https://` and trailing `/discovery`. To find your `discovery_url`, run this CLI command:
5959

articles/ai-services/agents/includes/quickstart-typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Use the following code to create and run an agent. To run this code, you will ne
5858

5959
`<HostName>;<AzureSubscriptionId>;<ResourceGroup>;<ProjectName>`
6060

61-
[!INCLUDE [connection-string-portal](connection-string-portal.md)]
61+
[!INCLUDE [connection-string-portal](endpoint-string-portal.md)]
6262

6363
`HostName` can be found by navigating to your `discovery_url` and removing the leading `https://` and trailing `/discovery`. To find your `discovery_url`, run this CLI command:
6464

0 commit comments

Comments
 (0)