aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--langs/resources_list.php6
1 files 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) {