(no commit message)
[openafs-wiki.git] / AFSLore / CodeArchitecture.mdwn
index e1f2b2c..b1e6510 100644 (file)
@@ -4,17 +4,14 @@ This is an entry point into the code architecture. As always, the source for you
 
 -- Starting Point --
 
-- <http://www.openafs.org/cgi-bin/cvsweb.cgi/openafs/doc/pdf/> Early architectural documents. Out of date, but still important. You should especially read the Architectural Overview document (archov-doc.pdf)
+- Early architectural documents are in the source tree at openafs/doc/pdf. They are out of date, but still important. You should especially read the Architectural Overview document (archov-doc.pdf)
 - To understand the source layout, consult src/SOURCE-MAP -- this is a good place to go after reading the Architectural Overview
 - Need to document the build environment issues -- README, README.DEVEL, README.CVS
-- src/BUILDNOTES (at least in the 1.4 tree) is not very helpful. 
-
-[Hard Drive Restoration](http://www.securedatarecovery.com)
+- src/BUILDNOTES (at least in the 1.4 tree) is not very helpful
 
 -- Source Browsing --
 
-- The source tree has been converted to git - see [[GitDevelopers]] for how to access it.
-
+- The source tree has been converted to git - see [[GitDevelopers]] for how to access it. 
 - If you must use CVS, see [[OpenAFSCVS]]
 
 But in that tree, README.CVS has the following line:
@@ -24,7 +21,7 @@ Do not use the CVS tree unless you know what you're doing.
 This document helps you learn what you're doing.
 
 - cvs co, regen.sh (&amp; when to run regen.sh)
-
+- [http://www.linhkiendienthoai.cellphone.vn/ linh kien dien thoai]
 ----
 
 In the source itself ---