From c2e38988d4f5dbded8238ed98dfafb3ab9170962 Mon Sep 17 00:00:00 2001 From: Rue <135553058+Ruemena@users.noreply.github.com> Date: Tue, 14 Nov 2023 08:03:18 -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 6da832d..b9db5a2 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/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