fix links to CORE HTML manual

This commit is contained in:
ahrenholz@gmail.com 2014-01-31 18:45:44 +00:00
parent 6c5704e5a9
commit 8e3b2d50a6
3 changed files with 7 additions and 7 deletions

View file

@ -2,7 +2,7 @@
= Introduction =
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.
Also refer to this [http://downloads.pf.itd.nrl.navy.mil/docs/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.