Skip to content

Commit

Permalink
Merge pull request #61 from Linaro/connect-redirect
Browse files Browse the repository at this point in the history
Redirect connect URL
  • Loading branch information
pcolmer authored May 13, 2024
2 parents 74f90e9 + 1a41391 commit 9791f5e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/pages/connect.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<!doctype html>
<title>Redirecting to: https://www.linaro.org/connect</title>
<meta http-equiv="refresh" content="0;url=https://www.linaro.org/connect">
<meta name="robots" content="noindex">
<link rel="canonical" href="https://www.linaro.org/connect">
<body></body>

0 comments on commit 9791f5e

Please sign in to comment.