Skip to content

Commit ac262e6

Browse files
authored
GH-571: [Docs] Fix redirect pattern (#575)
Fixes #571. We need to use `^/java/$` not `^/$` because we deploy our website to `https://.../java/` not `https://.../`.
1 parent 619dc3e commit ac262e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.htaccess

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
RedirectMatch permanent "^/$" /current/
18+
RedirectMatch permanent "^/java/$" /java/current/

0 commit comments

Comments
 (0)