From e888f5d7df1d3f249733ba7c4a5e30b6d39d98ee Mon Sep 17 00:00:00 2001 From: filip Date: Tue, 15 May 2018 21:50:10 +0200 Subject: fixing doc po paths --- langs/resources_list.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/langs/resources_list.php b/langs/resources_list.php index 3bada5149..5c5f0114c 100644 --- a/langs/resources_list.php +++ b/langs/resources_list.php @@ -10,17 +10,17 @@ if ('Documentation' == $resource_type) { array( 'pot_name' => 'help', // Mageia Installer Help 'tx_name' => 'doc_installer', - 'git_path' => 'http://gitweb.mageia.org/software/i18n/tools/plain/docs/installer', + 'git_path' => 'http://gitweb.mageia.org/software/i18n/tools/plain/docs/docs/stable/installer', ), array( 'pot_name' => 'mcc-help', // Mageia Control Center Help 'tx_name' => 'mcc-help', - 'git_path' => 'http://gitweb.mageia.org/software/i18n/tools/plain/docs/mcc-help', + 'git_path' => 'http://gitweb.mageia.org/software/i18n/tools/plain/docs/docs/stable/mcc-help', ), array( 'pot_name' => 'bootiso', // Mageia bootiso Help 'tx_name' => 'bootiso-help', - 'git_path' => 'http://gitweb.mageia.org/software/i18n/tools/plain/docs/bootiso', + 'git_path' => 'http://gitweb.mageia.org/software/i18n/tools/plain/docs/docs/stable/bootiso', ), ); } else if ('Cauldron' == $resource_type) { -- cgit v1.2.1