Page MenuHomePhabricator

Change baseURI for Packages to avoid 404
ClosedPublic

Authored by amckinley on Nov 19 2020, 9:31 PM.
Tags
None
Referenced Files
F15549780: D21494.id51160.diff
Sun, Apr 27, 7:45 AM
F15547236: D21494.id.diff
Sat, Apr 26, 6:22 PM
F15542468: D21494.diff
Fri, Apr 25, 4:49 PM
F15494511: D21494.diff
Sun, Apr 13, 12:16 AM
F15449601: D21494.id51159.diff
Mar 28 2025, 11:12 AM
F15448019: D21494.id51157.diff
Mar 28 2025, 2:54 AM
F15445212: D21494.diff
Mar 27 2025, 12:55 PM
F15444219: D21494.id51160.diff
Mar 27 2025, 8:31 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.