Page MenuHomePhabricator

Change baseURI for Packages to avoid 404
ClosedPublic

Authored by amckinley on Nov 19 2020, 9:31 PM.
Tags
None
Referenced Files
F15449601: D21494.id51159.diff
Fri, Mar 28, 11:12 AM
F15448019: D21494.id51157.diff
Fri, Mar 28, 2:54 AM
F15445212: D21494.diff
Thu, Mar 27, 12:55 PM
F15444219: D21494.id51160.diff
Thu, Mar 27, 8:31 AM
F15441817: D21494.id.diff
Wed, Mar 26, 8:12 PM
F15437215: D21494.diff
Tue, Mar 25, 6:22 PM
F15382597: D21494.diff
Fri, Mar 14, 1:19 PM
F15382200: D21494.diff
Fri, Mar 14, 11:15 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
Branch
master
Lint
Lint Passed
Unit
Tests Skipped
Build Status
Buildable 24973
Build 34463: Run Core Tests
Build 34462: 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.