From 4dc588ae2bf447541eca15330b9a22fcb1bc4de9 Mon Sep 17 00:00:00 2001 From: ia Date: Tue, 4 Sep 2018 12:09:58 -0500 Subject: [PATCH] problem: README should use ETCDEVTeam namespace solution: use it' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18ffeac..a232bb9 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ In `c` folder, run `make build`. It will generate an object file `libsputnikvm.so`, and you can use the header file `sputnikvm.h` to interact with it. You can find the generated documentation file for `sputnikvm.h` -[here](https://ethereumproject.github.io/sputnikvm-ffi/sputnikvm_8h.html). +[here](https://ETCDEVTeam.github.io/sputnikvm-ffi/sputnikvm_8h.html). ### Go