aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2019-08-11 15:17:39 +0200
committerBond_009 <bond.009@outlook.com>2019-08-11 15:17:39 +0200
commitcb492fe3c74f87e9eb4d6b35efc8be4dc3f45201 (patch)
tree662bdae3e628e6e333387521786df189809e8072
parent003238ef5e5151c43738fedcc90f83fd5064580a (diff)
Improve clickable link
-rw-r--r--Jellyfin.Server/Program.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Server/Program.cs b/Jellyfin.Server/Program.cs
index 82b903198..5e4e36a34 100644
--- a/Jellyfin.Server/Program.cs
+++ b/Jellyfin.Server/Program.cs
@@ -186,7 +186,7 @@ namespace Jellyfin.Server
/// Create the data, config and log paths from the variety of inputs(command line args,
/// environment variables) or decide on what default to use. For Windows it's %AppPath%
/// for everything else the
- /// <see href="https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html">XDG approach</see>
+ /// <a href="https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html">XDG approach</a>
/// is followed.
/// </summary>
/// <param name="options">The <see cref="StartupOptions" /> for this instance.</param>