mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
Update outdated OpenTabletDriver FAQ links
This commit is contained in:
parent
01a3cf3849
commit
a8c3fdd383
@ -107,8 +107,8 @@ namespace osu.Game.Overlays.Settings.Sections.Input
|
||||
t.NewLine();
|
||||
t.AddText("If your tablet is not detected, please read ");
|
||||
t.AddLink("this FAQ", LinkAction.External, RuntimeInfo.OS == RuntimeInfo.Platform.Windows
|
||||
? @"https://github.com/OpenTabletDriver/OpenTabletDriver/wiki/Windows-FAQ"
|
||||
: @"https://github.com/OpenTabletDriver/OpenTabletDriver/wiki/Linux-FAQ");
|
||||
? @"https://opentabletdriver.net/Wiki/FAQ/Windows"
|
||||
: @"https://opentabletdriver.net/Wiki/FAQ/Linux");
|
||||
t.AddText(" for troubleshooting steps.");
|
||||
}
|
||||
}),
|
||||
|
Loading…
Reference in New Issue
Block a user