mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-18 19:40:55 +01:00
Fix broken link to PHPExcel site
phpexcel.net currently serves a 500 page, and the top Google hit for PHPExcel (on codeplex) gives you a site warning you that it is 3 years out of date, and to see GitHub instead. Update the link from Maniphest's 'please install PHPExcel to enable export' prompt.
This commit is contained in:
parent
24a28dd1f3
commit
518479a916
1 changed files with 3 additions and 1 deletions
|
@ -31,7 +31,9 @@ final class ManiphestExportController extends ManiphestController {
|
||||||
'<p>%s</p>'.
|
'<p>%s</p>'.
|
||||||
'<br />'.
|
'<br />'.
|
||||||
'<p>'.
|
'<p>'.
|
||||||
'<a href="http://www.phpexcel.net/">http://www.phpexcel.net/</a>'.
|
'<a href="https://github.com/PHPOffice/PHPExcel">'.
|
||||||
|
'https://github.com/PHPOffice/PHPExcel'.
|
||||||
|
'</a>'.
|
||||||
'</p>'.
|
'</p>'.
|
||||||
'<br />'.
|
'<br />'.
|
||||||
'<p>%s</p>',
|
'<p>%s</p>',
|
||||||
|
|
Loading…
Reference in a new issue