Page MenuHomePhabricator

Change baseURI for Packages to avoid 404
ClosedPublic

Authored by amckinley on Nov 19 2020, 9:31 PM.
Tags
None
Referenced Files
F12849802: D21494.diff
Fri, Mar 29, 4:54 AM
F12839968: D21494.diff
Thu, Mar 28, 8:03 PM
Unknown Object (File)
Sat, Mar 23, 12:52 PM
Unknown Object (File)
Sat, Mar 16, 1:10 AM
Unknown Object (File)
Thu, Mar 14, 5:46 PM
Unknown Object (File)
Feb 4 2024, 12:31 AM
Unknown Object (File)
Jan 18 2024, 10:24 AM
Unknown Object (File)
Jan 7 2024, 5:32 PM
Subscribers

Details

Summary

Without this change, the landing page for the Packages app is https://secure.phabricator.com/packages, which is a 404. There's probably a better way to fix this, but this was the fewest characters.

Test Plan

doitlive

Diff Detail

Repository
rP Phabricator
Branch
master
Lint
Lint Passed
Unit
Tests Skipped
Build Status
Buildable 24971
Build 34459: Run Core Tests
Build 34458: arc lint + arc unit

Event Timeline

Seems reasonable, definitely the highest impact-per-character change I can come up with.

src/applications/packages/application/PhabricatorPackagesApplication.php
18

I think this should have a trailing slash for consistency.

This revision is now accepted and ready to land.Nov 19 2020, 9:35 PM
This revision was automatically updated to reflect the committed changes.