Skip to content
This repository was archived by the owner on Jun 15, 2021. It is now read-only.

Commit 5eb0d7c

Browse files
authored
Fixing redirection link
1 parent 63c98c6 commit 5eb0d7c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<html lang="en-US">
33
<head>
44
<meta charset="UTF-8">
5-
<meta http-equiv="refresh" content="0; url=https://seleniumhq.github.io/site/documentation/en/">
5+
<meta http-equiv="refresh" content="0; url=https://selenium.dev/documentation/en/">
66
<script type="text/javascript">
7-
window.location.href = "https://seleniumhq.github.io/site/documentation/en/"
7+
window.location.href = "https://selenium.dev/documentation/en/"
88
</script>
99
<title>Page Redirection - Selenium Docs</title>
1010
</head>
1111
<body>
1212
<!-- Note: don't tell people to `click` the link, just tell them that it is a link. -->
1313
If you are not redirected automatically, follow this
14-
<a href='https://seleniumhq.github.io/site/documentation/en/'>link to the Selenium Docs</a>.
14+
<a href='https://selenium.dev/documentation/en/'>link to the Selenium Docs</a>.
1515
</body>
1616
</html>

0 commit comments

Comments
 (0)