Skip to content

Commit c699426

Browse files
author
Sorita Heng
committed
Add 'link:' prefix to hyperlinks
1 parent 9933563 commit c699426

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

modules/ROOT/partials/integrations/blazor-quick-start.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The https://github.com/tinymce/tinymce-blazor[Official {productname} Blazor component] integrates {productname} into https://dotnet.microsoft.com/apps/aspnet/web-apps/blazor[Blazor applications]. This procedure creates a basic Blazor application and adds a {productname} editor using the {productname} Blazor integration. The basic Blazor application is based on the following tutorial: https://dotnet.microsoft.com/learn/aspnet/blazor-tutorial/[Microsoft .NET Blazor Tutorial - Build your first Blazor app].
1+
The link:https://github.com/tinymce/tinymce-blazor[Official {productname} Blazor component^] integrates {productname} into link:https://dotnet.microsoft.com/apps/aspnet/web-apps/blazor[Blazor applications^]. This procedure creates a basic Blazor application and adds a {productname} editor using the {productname} Blazor integration. The basic Blazor application is based on the following tutorial: link:https://dotnet.microsoft.com/learn/aspnet/blazor-tutorial/[Microsoft .NET Blazor Tutorial - Build your first Blazor app^].
22

33
Select from the following guides:
44

@@ -37,12 +37,12 @@ endif::[]
3737

3838
This procedure requires:
3939

40-
* https://docs.microsoft.com/en-us/visualstudio/windows/[Microsoft Visual Studio]
41-
* https://docs.microsoft.com/en-us/dotnet/core/install/[Microsoft .NET]
40+
* link:https://docs.microsoft.com/en-us/visualstudio/windows/[Microsoft Visual Studio^]
41+
* link:https://docs.microsoft.com/en-us/dotnet/core/install/[Microsoft .NET^]
4242

4343
=== Procedure
4444

45-
. On the Visual Studio toolbar, click the link:https://docs.microsoft.com/en-us/visualstudio/ide/create-new-project[*New Project* button].
45+
. On the Visual Studio toolbar, click the link:https://docs.microsoft.com/en-us/visualstudio/ide/create-new-project[*New Project* button^].
4646
. Select the *Blazor Web App* template and follow the steps to set up the project.
4747
. Use the NuGet package manager console to install the `+TinyMCE.Blazor+` package, such as:
4848
+
@@ -71,7 +71,7 @@ endif::[]
7171

7272
This procedure requires:
7373

74-
* https://docs.microsoft.com/en-us/dotnet/core/install/[Microsoft .NET]
74+
* link:https://docs.microsoft.com/en-us/dotnet/core/install/[Microsoft .NET^]
7575

7676
=== Procedure
7777

0 commit comments

Comments
 (0)