From 58f3932241263e661448baca26621c6e2a2c35e4 Mon Sep 17 00:00:00 2001 From: Collin Alpert Date: Mon, 3 Oct 2022 15:28:48 +0200 Subject: [PATCH] Update readme.md --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 94bd094..dda084e 100644 --- a/readme.md +++ b/readme.md @@ -69,7 +69,7 @@ dotnet add package QuestPDF ## Documentation -[![Getting started tutorial]( https://img.shields.io/badge/%F0%9F%9A%80%20read-getting%20started-blue)](https://www.questpdf.com/getting-started.html) +[![Getting started tutorial]( https://img.shields.io/badge/%F0%9F%9A%80%20read-getting%20started-blue)](https://www.questpdf.com/getting-started) A short and easy to follow tutorial showing how to design an invoice document under 200 lines of code. @@ -77,14 +77,14 @@ A short and easy to follow tutorial showing how to design an invoice document un A detailed description of behavior of all available components and how to use them with C# Fluent API. -[![Patterns and Practices](https://img.shields.io/badge/%E2%9C%A8%20read-patterns%20and%20practices-blue)](https://www.questpdf.com/design-patterns.html) +[![Patterns and Practices](https://img.shields.io/badge/%E2%9C%A8%20read-patterns%20and%20practices-blue)](https://www.questpdf.com/design-patterns) Everything that may help you designing great reports and create reusable code that is easy to maintain. ## QuestPDF Previewer The QuestPDF Previewer is a tool designed to simplify and speed up your development lifecycle. First, it shows a preview of your document. But the real magic starts with the hot-reload capability! It observes your code and updates the preview every time you change the implementation. Get real-time results without the need of code recompilation. Save time and enjoy the task! -[![Learn more](https://img.shields.io/badge/%F0%9F%93%96%20Previewer-learn%20more-blue)](https://www.questpdf.com/document-previewer.html) +[![Learn more](https://img.shields.io/badge/%F0%9F%93%96%20Previewer-learn%20more-blue)](https://www.questpdf.com/document-previewer)