Update rewrite path to actual registry URL, not the test area
diff --git a/.htaccess b/.htaccess
index 6bcc367..32c4f5d 100644
--- a/.htaccess
+++ b/.htaccess
@@ -14,5 +14,5 @@
 
 # Unified specs and refpages are all under specs/unified/ now, and the
 # current API version is no longer in the URL.
-RewriteRule ^specs/3.0-unified/(.*)$    https://registry.khronos.org/testcl/specs/unified/$1 [L,R=301]
-RewriteRule ^sdk/3.0/docs/(.*)$         https://registry.khronos.org/testcl/specs/unified/refpages/$1 [L,R=301]
+RewriteRule ^specs/3.0-unified/(.*)$    https://registry.khronos.org/OpenCL/specs/unified/$1 [L,R=301]
+RewriteRule ^sdk/3.0/docs/(.*)$         https://registry.khronos.org/OpenCL/specs/unified/refpages/$1 [L,R=301]