Update aur dev.archlinux.org Testing

Kevin Morris 2021-10-28 00:28:56 +00:00
parent fedcbc7a6a
commit daad576414

@ -10,7 +10,7 @@ read the following sections:
## Toggling Between FastAPI and PHP ## Toggling Between FastAPI and PHP
https://aur-dev.archlinux.org provides a method of toggling between https://aur-dev.archlinux.org provides a method of toggling between
the two implementations using the `version` cookie. the two implementations using the `aurweb_version` cookie.
To toggle between FastAPI and PHP, users should utilize To toggle between FastAPI and PHP, users should utilize
https://aur-dev.archlinux.org/version, which contains an explanation of https://aur-dev.archlinux.org/version, which contains an explanation of
@ -24,6 +24,8 @@ TL;DR: To switch to one of the following choices, browse to its endpoint:
| `fastapi` | https://aur-dev.archlinux.org/version?version=fastapi | | `fastapi` | https://aur-dev.archlinux.org/version?version=fastapi |
| `php` | https://aur-dev.archlinux.org/version?version=php | | `php` | https://aur-dev.archlinux.org/version?version=php |
Or set the `aurweb_version` cookie to a valid choice any other way.
To check which choice you're currently on, visit To check which choice you're currently on, visit
https://aur-dev.archlinux.org/version, which displays your current choice. https://aur-dev.archlinux.org/version, which displays your current choice.