Skip to content

Commit 7a3ab50

Browse files
committed
Use new path for pre-release builds
1 parent b33b33d commit 7a3ab50

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

roles/properties/qa/templates/qa.php.net.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
RewriteRule ^/buildtest-submit.php - [F]
2424

2525
# Redirect content to new location
26-
RewriteRule ^/$ https://www.php.net/release-candidates.php
26+
RewriteRule ^/$ https://www.php.net/pre-release-builds.php
2727
RewriteRule ^/expectf_details.php https://php.github.io/php-src/miscellaneous/writing-tests.html#id4 [NE]
2828
RewriteRule ^/handling-bugs.php https://github.com/php/php-src/issues/new/choose
2929
RewriteRule ^/howtohelp.php https://php.github.io/php-src/miscellaneous/writing-tests.html
@@ -32,8 +32,8 @@
3232
RewriteRule ^/list_builds.php https://github.com/php/php-src/actions
3333
RewriteRule ^/pftt.php https://github.com/php/php-src/actions
3434
RewriteRule ^/phpt_details.php https://php.github.io/php-src/miscellaneous/writing-tests.html#phpt-structure-details [NE]
35-
RewriteRule ^/projects https://www.php.net/release-candidates.php
36-
RewriteRule ^/rc https://www.php.net/release-candidates.php
35+
RewriteRule ^/projects https://www.php.net/pre-release-builds.php
36+
RewriteRule ^/rc https://www.php.net/pre-release-builds.php
3737
RewriteRule ^/running-tests.php https://php.github.io/php-src/miscellaneous/running-tests.html
3838
RewriteRule ^/write-test.php https://php.github.io/php-src/miscellaneous/writing-tests.html
3939
RewriteRule ^/sample_tests https://php.github.io/php-src/miscellaneous/writing-tests.html#samples [NE]

0 commit comments

Comments
 (0)