[gnumeric] www: gnome changed layout of the gnumeric help files, so fix links.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] www: gnome changed layout of the gnumeric help files, so fix links.
- Date: Thu, 1 Jan 2015 00:45:06 +0000 (UTC)
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]