Quellcode durchsuchen

Improve clickable link

Bond_009 vor 5 Jahren
Ursprung
Commit
cb492fe3c7
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      Jellyfin.Server/Program.cs

+ 1 - 1
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>