From 7be33a5343cb197bb652e2716a618bf4ad8b8671 Mon Sep 17 00:00:00 2001 From: "ahrenholz@gmail.com" Date: Fri, 25 Oct 2013 14:13:40 +0000 Subject: [PATCH] update broken link --- wiki/Hacking.wiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/Hacking.wiki b/wiki/Hacking.wiki index 6201d447..37910f54 100644 --- a/wiki/Hacking.wiki +++ b/wiki/Hacking.wiki @@ -2,7 +2,7 @@ = Introduction = -Also refer to this [http://hipserver.mct.phantomworks.org/core/manual/Developer_0027s-Guide.html Developer's Guide] section in the CORE manual. The TclTkOverview page was created to collect notes on the GUI code. +Also refer to this [http://pf.itd.nrl.navy.mil/core/core-html/devguide.html Developer's Guide] section in the CORE manual. The TclTkOverview page was created to collect notes on the GUI code. Where possible, _follow the coding style used in existing code_. For example, CORE consists of Tcl/Tk scripts from the IMUNES project, C kernel code for FreeBSD, and C userspace code. Please refer to the appropriate style guidelines for the kernel code, for example.