mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-09 16:32:39 +01:00
Update URI in bugtraq.logregex description
Summary: HTTPS makes the world a safer place. Test Plan: Go to `/config/edit/bugtraq.logregex/` and click the URI in the description. Carefully compare what you clicked and where you ended up. Perhaps the real treasure was the friends you made along the way? Reviewers: O1 Blessed Committers, valerio.bozzolan Reviewed By: O1 Blessed Committers, valerio.bozzolan Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno Differential Revision: https://we.phorge.it/D25606
This commit is contained in:
parent
6ab2b56a1a
commit
2cc94023ff
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ final class PhabricatorDiffusionConfigOptions
|
|||
->setDescription(
|
||||
pht(
|
||||
'Regular expression to link external bug tracker. See '.
|
||||
'http://tortoisesvn.net/docs/release/TortoiseSVN_en/'.
|
||||
'https://tortoisesvn.net/docs/release/TortoiseSVN_en/'.
|
||||
'tsvn-dug-bugtracker.html for further explanation.')),
|
||||
$this->newOption('diffusion.allow-http-auth', 'bool', false)
|
||||
->setBoolOptions(
|
||||
|
|
Loading…
Reference in a new issue