docs(hrefs): update readthedocs hrefs (#3476)

This commit is contained in:
ReenigneArcher
2025-01-13 22:34:54 -05:00
committed by GitHub
parent a7f64118a8
commit 820180c9e7
7 changed files with 13 additions and 13 deletions

View File

@@ -1685,7 +1685,7 @@ namespace platf {
BOOST_LOG((window_system != window_system_e::X11 || config::video.capture == "kms") ? fatal : error)
<< "You must run [sudo setcap cap_sys_admin+p $(readlink -f $(which sunshine))] for KMS display capture to work!\n"sv
<< "If you installed from AppImage or Flatpak, please refer to the official documentation:\n"sv
<< "https://docs.lizardbyte.dev/projects/sunshine/en/latest/about/setup.html#install"sv;
<< "https://docs.lizardbyte.dev/projects/sunshine/latest/md_docs_2getting__started.html#linux"sv;
break;
}