Page MenuHomePhabricator

Change baseURI for Packages to avoid 404
ClosedPublic

Authored by amckinley on Nov 19 2020, 9:31 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Dec 25, 9:16 AM
Unknown Object (File)
Fri, Dec 20, 3:03 AM
Unknown Object (File)
Tue, Dec 17, 9:33 PM
Unknown Object (File)
Tue, Dec 17, 6:52 PM
Unknown Object (File)
Tue, Dec 17, 1:24 PM
Unknown Object (File)
Mon, Dec 16, 6:27 AM
Unknown Object (File)
Thu, Dec 12, 10:07 AM
Unknown Object (File)
Fri, Nov 29, 1:43 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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.