Skip to content

Commit

Permalink
Fix repo url in UI Pages (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
tstaufferbzs authored Oct 29, 2024
1 parent 6e68826 commit dbd4777
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using CMS.Core;
using CMS.Core;
using CMS.Membership;

using Kentico.Xperience.Admin.Base;
Expand Down Expand Up @@ -59,7 +59,7 @@ public override async Task ConfigurePage()
new()
{
Headline = "Indexing is disabled",
Content = "Indexing is disabled. See <a target='_blank' href='https://github.com/Kentico/kentico-xperience-azuresearch'>our instructions</a> to read more about AzureSearch alias indexes.",
Content = "Indexing is disabled. See <a target='_blank' href='https://github.com/Kentico/xperience-by-kentico-azure-ai-search'>our instructions</a> to read more about AzureSearch alias indexes.",
ContentAsHtml = true,
Type = CalloutType.FriendlyWarning,
Placement = CalloutPlacement.OnDesk
Expand All @@ -75,7 +75,7 @@ public override async Task ConfigurePage()
new()
{
Headline = "No aliases",
Content = "No AzureSearch index aliases registered. See <a target='_blank' href='https://github.com/Kentico/kentico-xperience-azuresearch'>our instructions</a> to read more about creating and registering AzureSearch alias indexes.",
Content = "No AzureSearch index aliases registered. See <a target='_blank' href='https://github.com/Kentico/xperience-by-kentico-azure-ai-search'>our instructions</a> to read more about creating and registering AzureSearch alias indexes.",
ContentAsHtml = true,
Type = CalloutType.FriendlyWarning,
Placement = CalloutPlacement.OnDesk
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using CMS.Core;
using CMS.Core;
using CMS.Membership;

using Kentico.Xperience.Admin.Base;
Expand Down Expand Up @@ -58,7 +58,7 @@ public override async Task ConfigurePage()
new()
{
Headline = "Indexing is disabled",
Content = "Indexing is disabled. See <a target='_blank' href='https://github.com/Kentico/kentico-xperience-azuresearch'>our instructions</a> to read more about AzureSearch alias indexes.",
Content = "Indexing is disabled. See <a target='_blank' href='https://github.com/Kentico/xperience-by-kentico-azure-ai-search'>our instructions</a> to read more about AzureSearch alias indexes.",
ContentAsHtml = true,
Type = CalloutType.FriendlyWarning,
Placement = CalloutPlacement.OnDesk
Expand All @@ -75,7 +75,7 @@ public override async Task ConfigurePage()
new()
{
Headline = "No indexes",
Content = "No AzureSearch indexes registered. See <a target='_blank' href='https://github.com/Kentico/kentico-xperience-azuresearch'>our instructions</a> to read more about creating and registering AzureSearch indexes.",
Content = "No AzureSearch indexes registered. See <a target='_blank' href='https://github.com/Kentico/xperience-by-kentico-azure-ai-search'>our instructions</a> to read more about creating and registering AzureSearch indexes.",
ContentAsHtml = true,
Type = CalloutType.FriendlyWarning,
Placement = CalloutPlacement.OnDesk
Expand Down

0 comments on commit dbd4777

Please sign in to comment.