From b6c0b944ece1f03f8bf7005fa570bd2e2c7d8731 Mon Sep 17 00:00:00 2001 From: Rue <135553058+Ruemena@users.noreply.github.com> Date: Tue, 14 Nov 2023 08:03:33 -0600 Subject: [PATCH] Update hintbuilding.md --- markdown/hintbuilding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown/hintbuilding.md b/markdown/hintbuilding.md index b9db5a2..69e2412 100644 --- a/markdown/hintbuilding.md +++ b/markdown/hintbuilding.md @@ -1,5 +1,5 @@ # HintBuilding Extensions -RueI provides extensions to [StringBuilder](https://learn.microsoft.com/en-us/dotnet/api/system.text.stringbuilder?view=net-7.0) through the [HintBuilding](./api/RueI.Extensions.HintBuilding.HintBuilding.html) class. this provides a large number of methods on StringBuilder to make adding tags easier and less error-prone. +RueI provides extensions to [StringBuilder](https://learn.microsoft.com/en-us/dotnet/api/system.text.stringbuilder?view=net-7.0) through the [HintBuilding](../api/RueI.Extensions.HintBuilding.HintBuilding.html) class. this provides a large number of methods on StringBuilder to make adding tags easier and less error-prone. to use this, you first bring the class into scope: ```csharp