aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-02-21 07:47:07 +0800
committerobscuren <geffobscura@gmail.com>2014-02-21 07:47:07 +0800
commitd7ecc92c4134e3987b2b370bb53b0cd560fc0f7b (patch)
treedf03d399ef521dbde1a5b50ddf0f30faa8add2e9 /README.md
parent6736c03711b3ef35285392c12a79bbf6e4cdf914 (diff)
downloadgo-tangerine-d7ecc92c4134e3987b2b370bb53b0cd560fc0f7b.tar
go-tangerine-d7ecc92c4134e3987b2b370bb53b0cd560fc0f7b.tar.gz
go-tangerine-d7ecc92c4134e3987b2b370bb53b0cd560fc0f7b.tar.bz2
go-tangerine-d7ecc92c4134e3987b2b370bb53b0cd560fc0f7b.tar.lz
go-tangerine-d7ecc92c4134e3987b2b370bb53b0cd560fc0f7b.tar.xz
go-tangerine-d7ecc92c4134e3987b2b370bb53b0cd560fc0f7b.tar.zst
go-tangerine-d7ecc92c4134e3987b2b370bb53b0cd560fc0f7b.zip
Fixed broken links. Fixes #18
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index d0a08f7b8..e0d19b712 100644
--- a/README.md
+++ b/README.md
@@ -11,10 +11,10 @@ of Concept 2". For build instructions see the [Wiki](https://github.com/ethereum
Ethereum Go is split up in several sub packages Please refer to each
individual package for more information.
1. [eth](https://github.com/ethereum/eth-go)
- 2. [ethchain](https://github.com/ethereum/ethchain-go)
- 3. [ethwire](https://github.com/ethereum/ethwire-go)
- 4. [ethdb](https://github.com/ethereum/ethdb-go)
- 5. [ethutil](https://github.com/ethereum/ethutil-go)
+ 2. [ethchain](https://github.com/ethereum/eth-go/ethchain)
+ 3. [ethwire](https://github.com/ethereum/eth-go/ethwire)
+ 4. [ethdb](https://github.com/ethereum/eth-go/ethdb)
+ 5. [ethutil](https://github.com/ethereum/eth-go/ethutil)
The [eth](https://github.com/ethereum/eth-go) is the top-level package
of the Ethereum protocol. It functions as the Ethereum bootstrapping and