Skip to content

Commit d57c972

Browse files
authored
Merge pull request #10 from CiscoDevNet/development
Update for redirecting ciscodevnet.github.io to developer.cisco.com
2 parents 00ac7cf + aa7ceb3 commit d57c972

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5-
<title>Redirecting...</title>
5+
<title>DevNet Loading...</title>
66
<!-- Replace https://www.example.com with your desired destination URL -->
7-
<meta http-equiv="refresh" content="0; url=https://www.example.com/">
7+
<meta http-equiv="refresh" content="0; url=https://developer.cisco.com/">
88
</head>
99
<body>
10-
<p>If you are not redirected automatically, follow this <a href="https://www.example.com/">link to the new page</a>.</p>
10+
<p>If you are not redirected automatically, follow this <a href="https://developer.cisco.com/">link to the new page</a>.</p>
1111
</body>
1212
</html>

0 commit comments

Comments
 (0)