Fix broken link in samples/readme.md (#1175)

This commit is contained in:
hoshinokanade 2022-11-18 04:12:14 +10:00 коммит произвёл GitHub
Родитель 1cc98c0424
Коммит 709f73cc10
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -8,7 +8,7 @@ This folder contains a set of samples that demonstrate various scenarios.
| ------ | ------------ |
|[Configuration](./Configuration)| Demonstrates how to configure the worker using Program.cs and WorkerOptions |
|[Custom Middleware](./CustomMiddleware)| Demonstrates how to create and use custom middleware |
|[Entity Framework](./EntityFramework])| Demonstrates how to work with entity framework |
|[Entity Framework](./EntityFramework)| Demonstrates how to work with entity framework |
|[Extensions](./Extensions)| Examples of how to work with various extensions |
|[Function App](./FunctionApp)| Examples of using the HTTP Trigger; default project for debugging the worker SDK |
|[.NET 7 Worker](./Net7Worker)| Demonstrates how to setup a .NET 7 Function App |