See Q81. Link to /diviner/find/ could not find the documentation because it was renamed to "Restarting Phorge".
Details
Details
- Reviewers
valerio.bozzolan speck - Group Reviewers
O1: Blessed Committers - Commits
- rPce5e0f3e333e: Fix doc link to Restarting Phorge
- Uninstall optional PHP extension zip and restart Phorge
- Vist /config/issue/ and click on a missing extension issue
- Click on the documentation link to Restarting
Diff Detail
Diff Detail
- Repository
- rP Phorge
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
I've tested this locally with:
$ php -a require 'scripts/init/init-script.php'; echo PhabricatorEnv::getDoclink('Restarting Phabricator'); echo PhabricatorEnv::getDoclink('Restarting Phorge');
Resulting in:
https://we.phorge.it/diviner/find/?name=Restarting%20Phabricator&type=article&jump=1
https://we.phorge.it/diviner/find/?name=Restarting%20Phorge&type=article&jump=1
So indeed the second works :)
Thanks for this change!
Comment Actions
Probably but I cannot catch them. No other results with:
$ grep -R " Phabricator'" --include="*.php" .