Skip to content

Commit

Permalink
Merge pull request WICG#14 from tidoust/contact-api
Browse files Browse the repository at this point in the history
Add redirect for Contact Picker API
  • Loading branch information
yoavweiss authored Dec 27, 2021
2 parents 1f19fb0 + b50c07d commit 5e50efc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions contact-api/spec/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<!DOCTYPE html>
<script>
let currentHash = window.location.hash;
let newLocation = "https://w3c.github.io/contact-api/spec/" + currentHash;
window.location = newLocation;
</script>

0 comments on commit 5e50efc

Please sign in to comment.