Skip to content

Commit

Permalink
Update README.md (#440)
Browse files Browse the repository at this point in the history
Links towards the samples were pointing towards the dev branch instead of the main branch.
  • Loading branch information
theiszeduard authored Jan 14, 2025
1 parent 38ab711 commit 4d7c0a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ If you have a .NET Durable Functions application already, and want to configure
- Configure `EventHubsConnection` with the connection string for the Event Hubs namespace. You can do this using an environment variable, or with a function app configuration settings.

For more information, see the
[.NET sample](https://github.com/microsoft/durabletask-netherite/tree/dev/samples/Hello_Netherite_with_DotNetCore), the
[Python sample](https://github.com/microsoft/durabletask-netherite/tree/dev/samples/Hello_Netherite_with_Python), or the
[TypeScript sample](https://github.com/microsoft/durabletask-netherite/tree/dev/samples/Hello_Netherite_with_TypeScript).
[.NET sample](https://github.com/microsoft/durabletask-netherite/tree/main/samples/Hello_Netherite_with_DotNetCore), the
[Python sample](https://github.com/microsoft/durabletask-netherite/tree/main/samples/Hello_Netherite_with_Python), or the
[TypeScript sample](https://github.com/microsoft/durabletask-netherite/tree/main/samples/Hello_Netherite_with_TypeScript).

**Configure an existing Durable Task Application for Netherite.**

Expand All @@ -42,7 +42,7 @@ If you have an application that uses the Durable Task Framework already, and wan
- Add the NuGet package `Microsoft.Azure.DurableTask.Netherite` to your project.
- Update the server startup code to construct a `NetheriteOrchestrationService` object with the required settings, and then pass it as an argument to the constructors of `TaskHubClient` and `TaskHubWorker`.

For more information, see the [DTFx sample](https://github.com/microsoft/durabletask-netherite/blob/dev/samples/HelloDTFx/HelloDTFx/Program.cs).
For more information, see the [DTFx sample](https://github.com/microsoft/durabletask-netherite/blob/main/samples/HelloDTFx/HelloDTFx/Program.cs).

## Why a new engine?

Expand Down

0 comments on commit 4d7c0a0

Please sign in to comment.