Skip to content

Commit

Permalink
Adjust redirect page
Browse files Browse the repository at this point in the history
  • Loading branch information
telegrapher committed Apr 30, 2021
1 parent fbe0311 commit 1030221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/redirect/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<body>
<h1>If your browser is not automatically redirected, please click <a href="http://localhost:8888/">THIS link</a>.</h1>
<script>
location.replace(window.location.href.replace("https://github.com/pages/adobe/imscli/redirect/","http://localhost:8888/"));
location.replace(window.location.href.replace("https://opensource.adobe.com/imscli/redirect/","http://localhost:8888/"));
</script>
<noscript>
<h1>This browser doesn't support javascript, get the URL and substitute "https://git.corp.adobe.com/pages/Evergreen/cmcli/" for "http://localhost:8888/".</h1>
Expand Down

0 comments on commit 1030221

Please sign in to comment.