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)
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
Unknown Object (File)
Jan 3 2024, 4:08 PM
Unknown Object (File)
Dec 30 2023, 5:06 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.