Skip to content

Commit db4233b

Browse files
update links to reflect name change (#23)
* update clone/dev links to reflect namechange
1 parent bd4985e commit db4233b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The default for the model capacity in deployment is 50k tokens. For optimal perf
4646
Download the project code:
4747

4848
```shell
49-
git clone https://github.com/Azure-Samples/azureai-agents-chat.git
49+
git clone https://github.com/Azure-Samples/get-started-with-ai-agents.git
5050
```
5151
At this point you could make changes to the code if required. However, no changes are needed to deploy and test the app as shown in the next step.
5252

@@ -209,7 +209,7 @@ You can run this template virtually by using GitHub Codespaces. The button will
209209

210210
1. Open the template (this may take several minutes):
211211

212-
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/Azure-Samples/azureai-basic-python)
212+
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/Azure-Samples/get-started-with-ai-agents)
213213

214214
2. Open a terminal window
215215
3. Continue with the [deploying steps](#deployment)
@@ -226,7 +226,7 @@ A related option is VS Code Dev Containers, which will open the project in your
226226
1. Start Docker Desktop (install it if not already installed [Docker Desktop](https://www.docker.com/products/docker-desktop/))
227227
2. Open the project:
228228

229-
[![Open in Dev Containers](https://img.shields.io/static/v1?style=for-the-badge&label=Dev%20Containers&message=Open&color=blue&logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/Azure-Samples/azureai-basic-python)
229+
[![Open in Dev Containers](https://img.shields.io/static/v1?style=for-the-badge&label=Dev%20Containers&message=Open&color=blue&logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/Azure-Samples/get-started-with-ai-agents)
230230

231231
3. In the VS Code window that opens, once the project files show up (this may take several minutes), open a terminal window.
232232
4. Continue with the [deploying steps](#deployment)

0 commit comments

Comments
 (0)