Skip to content

Commit

Permalink
Code of Conduct is on main Scala site now
Browse files Browse the repository at this point in the history
it was added there by scala/scala-lang#382

in this repo, there were no links to update.

the exact redirection method used here is based on advice I found at
http://stackoverflow.com/a/506004/86485

I also looked at how the redirect was done for overview/macros.html ,
but the use of `if` there
1) prevents it from working when testing the site locally
2) doesn't seem necessary afaict
  • Loading branch information
SethTisue committed Dec 18, 2015
1 parent 91844e9 commit fc7b062
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 87 deletions.
11 changes: 11 additions & 0 deletions conduct.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>Redirecting you to the Scala Code of Conduct...</title>
</head>
<body>
<h2>Redirecting you to the Scala Code of Conduct...</h2>
<script type="text/javascript">
window.location.replace('http://scala-lang.org/conduct.html');
</script>
</body>
87 changes: 0 additions & 87 deletions conduct.md

This file was deleted.

0 comments on commit fc7b062

Please sign in to comment.