summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/Framework/Extensions.cs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-08-15 13:05:32 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-08-15 13:05:32 -0400
commitd6a830f7e84ea656f9967e83d82a568bfd4a2400 (patch)
treee09903c569db483707fa0a21049d958556dd6823 /src/SMAPI.Web/Framework/Extensions.cs
parent544919ad1328c0f8b283941b1c2c5c8864a3a84d (diff)
downloadSMAPI-d6a830f7e84ea656f9967e83d82a568bfd4a2400.tar.gz
SMAPI-d6a830f7e84ea656f9967e83d82a568bfd4a2400.tar.bz2
SMAPI-d6a830f7e84ea656f9967e83d82a568bfd4a2400.zip
fix broken URL in update alerts for unofficial versions
Diffstat (limited to 'src/SMAPI.Web/Framework/Extensions.cs')
-rw-r--r--src/SMAPI.Web/Framework/Extensions.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI.Web/Framework/Extensions.cs b/src/SMAPI.Web/Framework/Extensions.cs
index 3a246245..5305b142 100644
--- a/src/SMAPI.Web/Framework/Extensions.cs
+++ b/src/SMAPI.Web/Framework/Extensions.cs
@@ -19,7 +19,7 @@ namespace StardewModdingAPI.Web.Framework
/****
** View helpers
****/
- /// <summary>Get a URL with the absolute path for an action method. Unlike <see cref="IUrlHelper.Action"/>, only the specified <paramref name="values"/> are added to the URL without merging values from the current HTTP request.</summary>
+ /// <summary>Get a URL for an action method. Unlike <see cref="IUrlHelper.Action"/>, only the specified <paramref name="values"/> are added to the URL without merging values from the current HTTP request.</summary>
/// <param name="helper">The URL helper to extend.</param>
/// <param name="action">The name of the action method.</param>
/// <param name="controller">The name of the controller.</param>