diff options
author | oharboe <oharboe> | 2008-08-08 12:04:17 +0000 |
---|---|---|
committer | oharboe <oharboe> | 2008-08-08 12:04:17 +0000 |
commit | 797d635849980a18a6261f3538c72abc52abea74 (patch) | |
tree | bc7e0a7390ddd3700aa668333dbd25249cb64781 | |
parent | 10995e1545e11556e84665ff013313f5160f6161 (diff) | |
download | zpu-797d635849980a18a6261f3538c72abc52abea74.zip zpu-797d635849980a18a6261f3538c72abc52abea74.tar.gz |
added link.
-rw-r--r-- | zpu/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zpu/index.html b/zpu/index.html index bb5714f..161902b 100644 --- a/zpu/index.html +++ b/zpu/index.html @@ -1,9 +1,9 @@ <html> <body> <h1>Getting started</h1> -FPGA: check out zpu/hdl, read zpu/hdl/index.html +FPGA: check out zpu/hdl, read <a href="hdl/index.html">zpu/hdl/index.html</a> <p> -Software: check out zpu/sw, read zpu/sw/index.html +Software: check out zpu/sw, read <a href="sw/index.html">zpu/sw/index.html</a> <p> Docs: check out zpu/docs, this is what's available as of writing. Further documentation exists in the eCosBoard 1.1 product: http://www.zylin.com/ecosboard.htm <h2>Other directories</h2> |