From f430f4364e5afbaec49dd1b14a76663c11891cfe Mon Sep 17 00:00:00 2001 From: Kilian von Pflugk Date: Tue, 10 Sep 2024 20:29:18 +0200 Subject: [PATCH] point url to the new wiki --- ConfusedPolarBear.Plugin.IntroSkipper/Plugin.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ConfusedPolarBear.Plugin.IntroSkipper/Plugin.cs b/ConfusedPolarBear.Plugin.IntroSkipper/Plugin.cs index 94b119e..51896a3 100644 --- a/ConfusedPolarBear.Plugin.IntroSkipper/Plugin.cs +++ b/ConfusedPolarBear.Plugin.IntroSkipper/Plugin.cs @@ -138,7 +138,7 @@ public partial class Plugin : BasePlugin, IHasWebPages { WarningManager.SetFlag(PluginWarning.UnableToAddSkipButton); - _logger.LogError("Failed to add skip button to web interface. See https://github.com/jumoog/intro-skipper?tab=readme-ov-file#skip-button-is-not-visible for the most common issues. Error: {Error}", ex); + _logger.LogError("Failed to add skip button to web interface. See https://github.com/jumoog/intro-skipper/wiki/Troubleshooting#skip-button-is-not-visible for the most common issues. Error: {Error}", ex); } FFmpegWrapper.CheckFFmpegVersion();