kontent-ai / delivery-sdk-net

Kontent.ai Delivery .NET SDK
https://www.nuget.org/packages/Kontent.Ai.Delivery
MIT License
32 stars 41 forks source link

Broken link in readme #365

Closed gormal closed 1 year ago

gormal commented 1 year ago

Brief bug description

There is a broken link in the readme: https://github.com/kontent-ai/delivery-sdk-net/Kontent.Ai.Delivery/Builders/DeliveryOptions/DeliveryOptionsBuilder.cs

You can also set up a `DeliveryOptions` manually using the [`DeliveryClientBuilder`](https://github.com/kontent-ai/delivery-sdk-net/Kontent.Ai.Delivery/Builders/DeliveryOptions/DeliveryOptionsBuilder.cs).

Repro steps

  1. Go to Readme.md
  2. Click on 'DeliveryClientBuilder'
  3. See the not found page.

Expected behavior

The link should point to the correct URL.