Fix readme path

This commit is contained in:
Chris Rickman
2026-02-22 12:36:55 -08:00
Unverified
parent 607a07cb08
commit ae287982e9
8 changed files with 8 additions and 8 deletions
@@ -17,7 +17,7 @@ See the [README.md](../README.md) file in the parent directory for more informat
With the environment setup, you can run the sample:
```bash
cd dotnet/samples/DurableAgents/ConsoleApps/01_SingleAgent
cd dotnet/samples/04-hosting/DurableAgents/ConsoleApps/01_SingleAgent
dotnet run --framework net10.0
```
@@ -18,7 +18,7 @@ See the [README.md](../README.md) file in the parent directory for more informat
With the environment setup, you can run the sample:
```bash
cd dotnet/samples/DurableAgents/ConsoleApps/02_AgentOrchestration_Chaining
cd dotnet/samples/04-hosting/DurableAgents/ConsoleApps/02_AgentOrchestration_Chaining
dotnet run --framework net10.0
```
@@ -18,7 +18,7 @@ See the [README.md](../README.md) file in the parent directory for more informat
With the environment setup, you can run the sample:
```bash
cd dotnet/samples/DurableAgents/ConsoleApps/03_AgentOrchestration_Concurrency
cd dotnet/samples/04-hosting/DurableAgents/ConsoleApps/03_AgentOrchestration_Concurrency
dotnet run --framework net10.0
```
@@ -18,7 +18,7 @@ See the [README.md](../README.md) file in the parent directory for more informat
With the environment setup, you can run the sample:
```bash
cd dotnet/samples/DurableAgents/ConsoleApps/04_AgentOrchestration_Conditionals
cd dotnet/samples/04-hosting/DurableAgents/ConsoleApps/04_AgentOrchestration_Conditionals
dotnet run --framework net10.0
```
@@ -18,7 +18,7 @@ See the [README.md](../README.md) file in the parent directory for more informat
With the environment setup, you can run the sample:
```bash
cd dotnet/samples/DurableAgents/ConsoleApps/05_AgentOrchestration_HITL
cd dotnet/samples/04-hosting/DurableAgents/ConsoleApps/05_AgentOrchestration_HITL
dotnet run --framework net10.0
```
@@ -19,7 +19,7 @@ See the [README.md](../README.md) file in the parent directory for more informat
With the environment setup, you can run the sample:
```bash
cd dotnet/samples/DurableAgents/ConsoleApps/06_LongRunningTools
cd dotnet/samples/04-hosting/DurableAgents/ConsoleApps/06_LongRunningTools
dotnet run --framework net10.0
```
@@ -32,7 +32,7 @@ docker ps | grep redis
With the environment setup, you can run the sample:
```bash
cd dotnet/samples/DurableAgents/ConsoleApps/07_ReliableStreaming
cd dotnet/samples/04-hosting/DurableAgents/ConsoleApps/07_ReliableStreaming
dotnet run --framework net10.0
```
@@ -93,7 +93,7 @@ export AZURE_OPENAI_DEPLOYMENT="your-deployment-name"
Navigate to the sample directory and run the console app:
```bash
cd dotnet/samples/DurableAgents/ConsoleApps/01_SingleAgent
cd dotnet/samples/04-hosting/DurableAgents/ConsoleApps/01_SingleAgent
dotnet run --framework net10.0
```