Skip to content

Commit 820180c

Browse files
docs(hrefs): update readthedocs hrefs (#3476)
1 parent a7f6411 commit 820180c

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<a href="https://github.com/LizardByte/Sunshine/actions/workflows/localize.yml?query=branch%3Amaster">
3636
<img src="https://img.shields.io/github/actions/workflow/status/lizardbyte/sunshine/localize.yml.svg?branch=master&label=localize%20build&logo=github&style=for-the-badge" alt="GitHub Workflow Status (localize)">
3737
</a>
38-
<a href="https://sunshinestream.readthedocs.io">
38+
<a href="https://docs.lizardbyte.dev/projects/sunshine">
3939
<img src="https://img.shields.io/readthedocs/sunshinestream.svg?label=Docs&style=for-the-badge&logo=readthedocs" alt="Read the Docs">
4040
</a>
4141
<a href="https://codecov.io/gh/LizardByte/Sunshine">
@@ -51,10 +51,10 @@ encoding. Software encoding is also available. You can connect to Sunshine from
5151
devices. A web UI is provided to allow configuration, and client pairing, from your favorite web browser. Pair from
5252
the local server or any mobile device.
5353

54-
LizardByte has the full documentation hosted on [Read the Docs](https://app.readthedocs.org)
54+
LizardByte has the full documentation hosted on [Read the Docs](https://docs.lizardbyte.dev/projects/sunshine)
5555

56-
* [Stable](https://sunshinestream.readthedocs.io/en/latest/)
57-
* [Beta](https://sunshinestream.readthedocs.io/en/master/)
56+
* [Stable](https://docs.lizardbyte.dev/projects/sunshine/latest/)
57+
* [Beta](https://docs.lizardbyte.dev/projects/sunshine/master/)
5858

5959
## 🖥️ System Requirements
6060

@@ -186,7 +186,7 @@ LizardByte has the full documentation hosted on [Read the Docs](https://app.read
186186

187187
## ❓ Support
188188

189-
Our support methods are listed in our [LizardByte Docs](https://lizardbyte.readthedocs.io/en/latest/about/support.html).
189+
Our support methods are listed in our [LizardByte Docs](https://docs.lizardbyte.dev/latest/about/support.html).
190190

191191
<div class="section_buttons">
192192

cmake/packaging/windows.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ set(CPACK_PACKAGE_INSTALL_DIRECTORY "${CPACK_PACKAGE_NAME}")
6262
SET(CPACK_NSIS_EXTRA_INSTALL_COMMANDS
6363
"${CPACK_NSIS_EXTRA_INSTALL_COMMANDS}
6464
IfSilent +2 0
65-
ExecShell 'open' 'https://sunshinestream.readthedocs.io/'
65+
ExecShell 'open' 'https://docs.lizardbyte.dev/projects/sunshine'
6666
nsExec::ExecToLog 'icacls \\\"$INSTDIR\\\" /reset'
6767
nsExec::ExecToLog '\\\"$INSTDIR\\\\scripts\\\\migrate-config.bat\\\"'
6868
nsExec::ExecToLog '\\\"$INSTDIR\\\\scripts\\\\add-firewall-rule.bat\\\"'
@@ -109,12 +109,12 @@ set(CPACK_NSIS_DELETE_ICONS_EXTRA
109109
# Checking for previous installed versions
110110
set(CPACK_NSIS_ENABLE_UNINSTALL_BEFORE_INSTALL "ON")
111111

112-
set(CPACK_NSIS_HELP_LINK "https://sunshinestream.readthedocs.io/en/latest/about/installation.html")
112+
set(CPACK_NSIS_HELP_LINK "https://docs.lizardbyte.dev/projects/sunshine/latest/md_docs_2getting__started.html")
113113
set(CPACK_NSIS_URL_INFO_ABOUT "${CMAKE_PROJECT_HOMEPAGE_URL}")
114114
set(CPACK_NSIS_CONTACT "${CMAKE_PROJECT_HOMEPAGE_URL}/support")
115115

116116
set(CPACK_NSIS_MENU_LINKS
117-
"https://sunshinestream.readthedocs.io" "Sunshine documentation"
117+
"https://docs.lizardbyte.dev/projects/sunshine" "Sunshine documentation"
118118
"https://app.lizardbyte.dev" "LizardByte Web Site"
119119
"https://app.lizardbyte.dev/support" "LizardByte Support")
120120
set(CPACK_NSIS_MANIFEST_DPI_AWARE true)

docs/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing
22
Read our contribution guide in our organization level
3-
[docs](https://lizardbyte.readthedocs.io/en/latest/developers/contributing.html).
3+
[docs](https://docs.lizardbyte.dev/latest/developers/contributing.html).
44

55
## Project Patterns
66

packaging/linux/flatpak/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Flathub installs](https://img.shields.io/flathub/downloads/dev.lizardbyte.app.Sunshine?style=for-the-badge&logo=flathub)](https://flathub.org/apps/dev.lizardbyte.app.Sunshine)
44
[![Flathub Version](https://img.shields.io/flathub/v/dev.lizardbyte.app.Sunshine?style=for-the-badge&logo=flathub)](https://flathub.org/apps/dev.lizardbyte.app.Sunshine)
55

6-
LizardByte has the full documentation hosted on [Read the Docs](https://sunshinestream.readthedocs.io).
6+
LizardByte has the full documentation hosted on [Read the Docs](https://docs.lizardbyte.dev/projects/sunshine).
77

88
## About
99

packaging/sunshine.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def caveats
130130
Thanks for installing @PROJECT_NAME@!
131131
132132
To get started, review the documentation at:
133-
https://docs.lizardbyte.dev/projects/sunshine/en/latest/
133+
https://docs.lizardbyte.dev/projects/sunshine
134134
EOS
135135

136136
if OS.linux?

src/platform/linux/kmsgrab.cpp

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

src_assets/common/assets/web/apps.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ <h4>{{ $t('apps.env_vars_about') }}</h4>
337337
<pre>sh -c "displayplacer "id:&lt;screenId&gt; res:${SUNSHINE_CLIENT_WIDTH}x${SUNSHINE_CLIENT_HEIGHT} hz:${SUNSHINE_CLIENT_FPS} scaling:on origin:(0,0) degree:0""</pre>
338338
</div>
339339
<div class="form-text"><a
340-
href="https://docs.lizardbyte.dev/projects/sunshine/en/latest/about/guides/app_examples.html"
340+
href="https://docs.lizardbyte.dev/projects/sunshine/latest/md_docs_2app__examples.html"
341341
target="_blank">{{ $t('_common.see_more') }}</a></div>
342342
</div>
343343
<!-- Save buttons -->

0 commit comments

Comments
 (0)