From 196e8193b7c65b78680109b81453eec3b30af270 Mon Sep 17 00:00:00 2001 From: Cam Findlay Date: Tue, 11 Nov 2014 13:22:59 +1300 Subject: [PATCH] FIX github repo for edit links This was missing a "silverstripe-" prefix. --- app/_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/_config.php b/app/_config.php index ad9bf18..d5b901e 100644 --- a/app/_config.php +++ b/app/_config.php @@ -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 )