Page MenuHomePhabricator

Change baseURI for Packages to avoid 404
ClosedPublic

Authored by amckinley on Nov 19 2020, 9:31 PM.
Tags
None
Referenced Files
F13195157: D21494.diff
Sun, May 12, 10:10 PM
F13192900: D21494.id.diff
Sun, May 12, 10:33 AM
F13192866: D21494.id.diff
Sun, May 12, 10:21 AM
F13192852: D21494.id.diff
Sun, May 12, 10:12 AM
F13177947: D21494.diff
Wed, May 8, 8:04 PM
Unknown Object (File)
Tue, May 7, 3:22 PM
Unknown Object (File)
Thu, Apr 25, 1:03 AM
Unknown Object (File)
Fri, Apr 19, 3:20 AM
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.