1
0
Fork 0
mirror of https://github.com/thoughtbot/shoulda-matchers.git synced 2022-11-09 12:01:38 -05:00

Make redirection to latest version domain-agnostic

This commit is contained in:
Elliot Winkler 2015-01-23 15:00:14 -07:00
parent 4da3ecf6bb
commit 5bc062efec

View file

@ -2,7 +2,7 @@
<html>
<head>
<title>shoulda-matchers Documentation - latest</title>
<meta http-equiv="refresh" content="0;URL=http://<%= locals[:github_username] %>.github.io/shoulda-matchers/docs/<%= locals[:ref] %>">
<meta http-equiv="refresh" content="0;URL=<%= locals[:ref] %>">
</head>
<body>
</body>