Skip to content

Commit

Permalink
setup a redirect for GH pages
Browse files Browse the repository at this point in the history
  • Loading branch information
vnikolova committed Feb 4, 2025
1 parent b2f656b commit 3e84c88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
Empty file added docs/_config.yml
Empty file.
10 changes: 3 additions & 7 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<!DOCTYPE html>
<html lang="en-US">
<meta charset="utf-8">
<title>You will be redirected shortly</title>
<meta http-equiv="refresh" content="0; url=home.html">
<h1>Redirecting&hellip;</h1>
<a href="home.html">Click here if you are not redirected.</a>
<script>location = "home.html"</script>
</html>
<title>Redirecting to https://www.jetbrains.com/help/exposed/</title>
<meta http-equiv="refresh" content="0; URL=https://www.jetbrains.com/help/exposed/">
<link rel="canonical" href="https://www.jetbrains.com/help/exposed/">

0 comments on commit 3e84c88

Please sign in to comment.