FIX github repo for edit links

This was missing a "silverstripe-" prefix.
This commit is contained in:
Cam Findlay 2014-11-11 13:22:59 +13:00
parent f368a7c8ff
commit 196e8193b7
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ try {
DocumentationViewer::set_edit_link(
'framework',
'https://github.com/silverstripe/framework/edit/%version%/docs/%lang%/%path%',
'https://github.com/silverstripe/silverstripe-framework/edit/%version%/docs/%lang%/%path%',
array(
'rewritetrunktomaster' => true
)