From b6477fc3dc6d9bbf0f93c9fd561fe070ecbecb2d Mon Sep 17 00:00:00 2001 From: KennethLavrsen Date: Sun, 2 Dec 2007 15:13:04 +0000 Subject: [PATCH] http control help The http://www.lavrsen.dk/twiki/bin/view/Motion/MotionGuideAlphabeticalOptionReferenceManual is a document that suit better and is faster to load. --- webhttpd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webhttpd.h b/webhttpd.h index 07dde180..37d84671 100644 --- a/webhttpd.h +++ b/webhttpd.h @@ -13,7 +13,7 @@ #ifndef _INCLUDE_WEBHTTPD_H_ #define _INCLUDE_WEBHTTPD_H_ -#define TWIKI_URL "http://www.lavrsen.dk/twiki/bin/view/Motion/MotionGuideOneLargeDocument" +#define TWIKI_URL "http://www.lavrsen.dk/twiki/bin/view/Motion/MotionGuideAlphabeticalOptionReferenceManual" void * motion_web_control(void *arg); void httpd_run(struct context **);