Replace links to Orphis buildbot with /devbuilds

This commit is contained in:
Henrik Rydgård 2024-04-07 19:54:18 +02:00
parent f54ab0c22c
commit d52651f1d2
6 changed files with 7 additions and 7 deletions

View File

@ -127,7 +127,7 @@ body:
attributes: attributes:
label: Checklist label: Checklist
options: options:
- label: "Test in the [latest git build](https://buildbot.orphis.net/ppsspp/) in case it's already fixed." - label: "Test in the [latest git build](https://www.ppsspp.org/devbuilds) in case it's already fixed."
required: true required: true
- label: "[Search for other reports](https://github.com/hrydgard/ppsspp/search?q=my+issue&type=issues) of the same issue." - label: "[Search for other reports](https://github.com/hrydgard/ppsspp/search?q=my+issue&type=issues) of the same issue."
required: true required: true

View File

@ -84,7 +84,7 @@ body:
attributes: attributes:
label: Checklist label: Checklist
options: options:
- label: "Test in the [latest git build](https://buildbot.orphis.net/ppsspp/) in case it's already fixed." - label: "Test in the [latest git build](https://www.ppsspp.org/devbuilds) in case it's already fixed."
required: true required: true
- label: "Make sure to run `git submodule update --init --recursive` before building." - label: "Make sure to run `git submodule update --init --recursive` before building."
required: true required: true

View File

@ -68,7 +68,7 @@ body:
attributes: attributes:
label: Checklist label: Checklist
options: options:
- label: "Check the [latest git build](https://buildbot.orphis.net/ppsspp/) in case it's already implemented." - label: "Check the [latest git build](https://www.ppsspp.org/devbuilds) in case it's already implemented."
required: true required: true
- label: "[Search for other requests](https://github.com/hrydgard/ppsspp/search?q=my+issue&type=issues) of the same feature." - label: "[Search for other requests](https://github.com/hrydgard/ppsspp/search?q=my+issue&type=issues) of the same feature."
required: true required: true

View File

@ -141,7 +141,7 @@ body:
attributes: attributes:
label: Checklist label: Checklist
options: options:
- label: "Test in the [latest git build](https://buildbot.orphis.net/ppsspp/) in case it's already fixed." - label: "Test in the [latest git build](https://www.ppsspp.org/devbuilds) in case it's already fixed."
required: true required: true
- label: "[Search for other reports](https://github.com/hrydgard/ppsspp/search?q=my+issue&type=issues) of the same issue." - label: "[Search for other reports](https://github.com/hrydgard/ppsspp/search?q=my+issue&type=issues) of the same issue."
required: true required: true

View File

@ -125,7 +125,7 @@ body:
attributes: attributes:
label: Checklist label: Checklist
options: options:
- label: "Test in the [latest git build](https://buildbot.orphis.net/ppsspp/) in case it's already fixed." - label: "Test in the [latest git build](https://www.ppsspp.org/devbuilds) in case it's already fixed."
required: true required: true
- label: "[Search for other reports](https://github.com/hrydgard/ppsspp/search?q=my+issue&type=issues) of the same issue." - label: "[Search for other reports](https://github.com/hrydgard/ppsspp/search?q=my+issue&type=issues) of the same issue."
required: true required: true

View File

@ -21,7 +21,7 @@ For documentation of all kinds (usage, reference, development), see the [documen
For build instructions and other development tutorials, see [the wiki](https://github.com/hrydgard/ppsspp/wiki). For build instructions and other development tutorials, see [the wiki](https://github.com/hrydgard/ppsspp/wiki).
If you want to download regularly updated builds for Android, Windows x86 and x64, [visit Orphis' buildbot](https://buildbot.orphis.net/ppsspp/) To download fresh development builds for Android, Windows and Mac, [go to the /devbuilds page](https://www.ppsspp.org/devbuilds)
For game compatibility, see [community compatibility feedback](https://report.ppsspp.org/games). For game compatibility, see [community compatibility feedback](https://report.ppsspp.org/games).
@ -399,4 +399,4 @@ Credit goes to:
[#18822]: https://github.com/hrydgard/ppsspp/issues/18822 "Avoid vertically merging the two main framebuffers, even if FramebufferAllowLargeVerticalOffset is on." [#18822]: https://github.com/hrydgard/ppsspp/issues/18822 "Avoid vertically merging the two main framebuffers, even if FramebufferAllowLargeVerticalOffset is on."
[#18813]: https://github.com/hrydgard/ppsspp/issues/18813 "Mali: Turn off any depth writes in the shader if depth test == NEVER" [#18813]: https://github.com/hrydgard/ppsspp/issues/18813 "Mali: Turn off any depth writes in the shader if depth test == NEVER"
[#18819]: https://github.com/hrydgard/ppsspp/issues/18819 "Temporarily disable MSAA on Adreno GPUs" [#18819]: https://github.com/hrydgard/ppsspp/issues/18819 "Temporarily disable MSAA on Adreno GPUs"
[#18823]: https://github.com/hrydgard/ppsspp/issues/18823 "Memory exception handler: Don't disassemble if ignoring the exception" [#18823]: https://github.com/hrydgard/ppsspp/issues/18823 "Memory exception handler: Don't disassemble if ignoring the exception"