aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfilip <filip.komar@gmail.com>2018-05-15 21:50:10 +0200
committerfilip <filip.komar@gmail.com>2018-05-15 21:50:10 +0200
commite888f5d7df1d3f249733ba7c4a5e30b6d39d98ee (patch)
treefbb87bc1d534492932ead32ef00973e5cc690104
parentf33f645fff48715c4ad9fdb031a08c57f801c36f (diff)
downloadwww-e888f5d7df1d3f249733ba7c4a5e30b6d39d98ee.tar
www-e888f5d7df1d3f249733ba7c4a5e30b6d39d98ee.tar.gz
www-e888f5d7df1d3f249733ba7c4a5e30b6d39d98ee.tar.bz2
www-e888f5d7df1d3f249733ba7c4a5e30b6d39d98ee.tar.xz
www-e888f5d7df1d3f249733ba7c4a5e30b6d39d98ee.zip
fixing doc po paths
-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) {