From 99619d34e8e06f70698ffb09f0d522935b62085a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20=C5=A0ev=C4=8D=C3=ADk?= Date: Thu, 3 Mar 2022 11:43:33 +0100 Subject: [PATCH] Update URLs to Kontent Learn (#133) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a009656b..7e71ecb2 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ # Kontent model generator utility for .NET -This utility generates strongly-typed (POCO) models based on [Content Types](https://docs.kontent.ai/tutorials/set-up-projects/define-content-models/creating-and-deleting-content-types) in a [Kontent by Kentico](https://kontent.ai) project. You can choose one of the following: +This utility generates strongly-typed (POCO) models based on [content types](https://kontent.ai/learn/tutorials/manage-kontent/content-modeling/create-and-delete-content-types) in a Kontent project. You can choose one of the following: - [Generate models compatible with the Kontent Delivery SDK for .NET](#how-to-use-for-delivery-sdk) - [Generate models compatible with the Kontent Management SDK for .NET](#how-to-use-for-management-sdk).