Skip to content

Commit

Permalink
feat: added Twitter and YouTube shortlink (apache#1344)
Browse files Browse the repository at this point in the history
  • Loading branch information
juzhiyuan authored Sep 27, 2022
1 parent ab865b9 commit 551149e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ Options -Indexes

</IfModule>

Redirect 302 "/twitter" "https://twitter.com/ApacheAPISIX"
Redirect 302 "/youtube" "https://www.youtube.com/channel/UCgPD18cMhOg5rmPVnQhAC8g"
Redirect 302 "/slack" "https://join.slack.com/t/the-asf/shared_invite/zt-1g9ghsrol-v4hkkV8uKbGrDqRuPEq7fg"
Redirect 302 "/community-meeting-signup" "https://docs.google.com/forms/d/1wK1AqUIFfXDveNolqZmlwKOcJN1aGq8G9rfYmtHdB0I/"

Expand Down

0 comments on commit 551149e

Please sign in to comment.