mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
web: Save a needless 301 redirect from /integrations to /integrations/.
This commit is contained in:
committed by
Tim Abbott
parent
5967dda35d
commit
a1570ff3dd
@@ -21,7 +21,7 @@ gear_info = {
|
||||
"manage-streams": ["Manage streams", "/#streams/subscribed"],
|
||||
"settings": ["Personal Settings", "/#settings/profile"],
|
||||
"organization-settings": ["Organization settings", "/#organization/organization-profile"],
|
||||
"integrations": ["Integrations", "/integrations"],
|
||||
"integrations": ["Integrations", "/integrations/"],
|
||||
"stats": ["Usage statistics", "/stats"],
|
||||
"plans": ["Plans and pricing", "/plans"],
|
||||
"billing": ["Billing", "/billing"],
|
||||
|
||||
Reference in New Issue
Block a user