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, Jul 2, 10:00 PM
Unknown Object (File)
Fri, Jun 27, 5:02 PM
Unknown Object (File)
Jun 5 2025, 5:05 PM
Unknown Object (File)
May 30 2025, 5:51 AM
Unknown Object (File)
May 29 2025, 10:15 AM
Unknown Object (File)
May 27 2025, 7:31 PM
Unknown Object (File)
May 26 2025, 5:18 PM
Unknown Object (File)
May 5 2025, 7:08 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
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.