-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add self-hosted #queue redirect (#590)
Unfortunately bit.ly is going to start forcing free users to click through a page with ads. As an alternative, we'll host a simple redirect page here instead. I'll update the `#queue` linkifier on Zulip to point to https://leanprover-community.github.io/queue-redirect after this is merged.
- Loading branch information
1 parent
ac1f141
commit 2835aa9
Showing
2 changed files
with
17 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<!DOCTYPE HTML> | ||
<html lang="en-US"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="refresh" content="0; url=https://github.com/leanprover-community/mathlib4/pulls?q=is:open+is:pr+-is:draft+base:master+sort:updated-asc+status:success+-label:blocked-by-other-PR+-label:blocked-by-batt-PR+-label:blocked-by-core-PR+-label:blocked-by-qq-PR+-label:merge-conflict+-label:awaiting-author+-label:awaiting-CI+-label:awaiting-zulip+-label:WIP+-label:delegated+-label:auto-merge-after-CI+-label:ready-to-merge+-label:please-adopt+-label:help-wanted"> | ||
<script type="text/javascript"> | ||
window.location.href = "https://github.com/leanprover-community/mathlib4/pulls?q=is:open+is:pr+-is:draft+base:master+sort:updated-asc+status:success+-label:blocked-by-other-PR+-label:blocked-by-batt-PR+-label:blocked-by-core-PR+-label:blocked-by-qq-PR+-label:merge-conflict+-label:awaiting-author+-label:awaiting-CI+-label:awaiting-zulip+-label:WIP+-label:delegated+-label:auto-merge-after-CI+-label:ready-to-merge+-label:please-adopt+-label:help-wanted" | ||
</script> | ||
<title>Mathlib #queue</title> | ||
</head> | ||
<body> | ||
If you are not redirected automatically, follow this <a href='https://github.com/leanprover-community/mathlib4/pulls?q=is:open+is:pr+-is:draft+base:master+sort:updated-asc+status:success+-label:blocked-by-other-PR+-label:blocked-by-batt-PR+-label:blocked-by-core-PR+-label:blocked-by-qq-PR+-label:merge-conflict+-label:awaiting-author+-label:awaiting-CI+-label:awaiting-zulip+-label:WIP+-label:delegated+-label:auto-merge-after-CI+-label:ready-to-merge+-label:please-adopt+-label:help-wanted'>link to the mathlib #queue</a>. | ||
</body> | ||
</html> |