[gnumeric] www: gnome changed layout of the gnumeric help files, so fix links.



commit f8c43b8780bc273db9ca89b3bb816cffe11bdd94
Author: Morten Welinder <terra gnome org>
Date:   Wed Dec 31 19:44:33 2014 -0500

    www: gnome changed layout of the gnumeric help files, so fix links.

 src/func.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/func.c b/src/func.c
index 1228a3d..221397b 100644
--- a/src/func.c
+++ b/src/func.c
@@ -514,8 +514,8 @@ function_dump_defs (char const *filename, int dump_type)
                                *strchr (catname, ' ') = '_';
                        fprintf (output_file, "<tr class=\"function\">\n");
                        fprintf (output_file,
-                                "<td><a href 
=\"https://help.gnome.org/users/gnumeric/stable/CATEGORY_%s.html.en#gnumeric-function-%s\";>%s</a></td>\n",
-                                catname, up, fd->name);
+                                "<td><a href 
=\"https://help.gnome.org/users/gnumeric/stable/gnumeric.html#gnumeric-function-%s\";>%s</a></td>\n",
+                                up, fd->name);
                        g_free (up);
                        g_free (catname);
                        fprintf (output_file,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]