commit c5174ccb9b4fc527f2d41732fbc8423254751213
Author: Pavel Sanda <[email protected]>
Date:   Thu Aug 22 22:55:55 2024 +0200

    Update to new infra
---
 farm/cookbook/LyX/i18n.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/farm/cookbook/LyX/i18n.php b/farm/cookbook/LyX/i18n.php
index 87a6b6dd..c68f6572 100644
--- a/farm/cookbook/LyX/i18n.php
+++ b/farm/cookbook/LyX/i18n.php
@@ -136,8 +136,8 @@ while (list($foo,$info) = each($podata)) {
     $output = $output."<td align=\"left\">" ;
 
     // e.g.:
-    // https://git.lyx.org/?p=lyx.git;a=blob_plain;hb=2.0.x;f=po/tr.po
-    $output = $output."[[ https://git.lyx.org/?p=lyx.git;a=blob_plain;hb="; . 
$branch_tag . ";f=po/" . $info['langcode'] . ".po |" . $lang[$info['langcode']] 
. "]]</td>";
+    // https://git.lyx.org/gitweb/?p=lyx.git;a=blob_plain;hb=2.0.x;f=po/tr.po
+    $output = $output."[[ 
https://git.lyx.org/gitweb/?p=lyx.git;a=blob_plain;hb="; . $branch_tag . 
";f=po/" . $info['langcode'] . ".po |" . $lang[$info['langcode']] . "]]</td>";
 
     // old svn code
     // $output = $output."[[ https://www.lyx.org/trac/browser/lyx-devel/"; . 
$branch_tag . "/po/" . $info['langcode'] . ".po?format=raw |" . 
$lang[$info['langcode']] . "]]</td>";
-- 
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to