From: oes Date: Tue, 13 Jan 2004 16:12:14 +0000 (+0000) Subject: Fixed double slash in USER_MANUAL_URL. Closes BR #867088. X-Git-Tag: v_3_0_3~27 X-Git-Url: http://www.privoxy.org/gitweb/?a=commitdiff_plain;h=4c409729977e4bc6936528f84826582abe8764a1;p=privoxy.git Fixed double slash in USER_MANUAL_URL. Closes BR #867088. --- diff --git a/project.h b/project.h index 381bf4bd..4bacb288 100644 --- a/project.h +++ b/project.h @@ -1,7 +1,7 @@ #ifndef PROJECT_H_INCLUDED #define PROJECT_H_INCLUDED /** Version string. */ -#define PROJECT_H_VERSION "$Id: project.h,v 1.72.2.2 2002/11/28 18:15:44 oes Exp $" +#define PROJECT_H_VERSION "$Id: project.h,v 1.72.2.3 2003/03/11 11:54:37 oes Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/Attic/project.h,v $ @@ -37,6 +37,9 @@ * * Revisions : * $Log: project.h,v $ + * Revision 1.72.2.3 2003/03/11 11:54:37 oes + * Introduced RC_FLAG_* flags for use in child process return code + * * Revision 1.72.2.2 2002/11/28 18:15:44 oes * Added flag to each cgi_dispatcher that allows or denies * external linking and removed const qualifier from @@ -1415,7 +1418,7 @@ struct configuration_spec #define HOME_PAGE_URL "http://www.privoxy.org/" /** URL for the Privoxy user manual. */ -#define USER_MANUAL_URL HOME_PAGE_URL "/" VERSION "/user-manual/" +#define USER_MANUAL_URL HOME_PAGE_URL VERSION "/user-manual/" /** Prefix for actions help links (append to USER_MANUAL_URL). */ #define ACTIONS_HELP_PREFIX "actions-file.html#"