Skip to content

Commit

Permalink
Merge pull request #3 from ETCDEVTeam/namespace-ETCDEVTeam
Browse files Browse the repository at this point in the history
move namespace ethereumproject -> ETCDEVTeam
  • Loading branch information
whilei authored Sep 4, 2018
2 parents 67fde48 + 4dc588a commit abfe5e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -20,7 +20,7 @@ interact with it. You can find the generated documentation file for
Import the `sputnikvm` library to your application:

```
import "github.com/ethereumproject/sputnikvm-ffi/go/sputnikvm"
import "github.com/ETCDEVTeam/sputnikvm-ffi/go/sputnikvm"
```

Build a static library for the C FFI, which will give you an
Expand All @@ -39,5 +39,5 @@ CGO_LDFLAGS="/path/to/libsputnikvm.a -ldl" go build .
```

Refer to
[GoDoc](https://godoc.org/github.com/ethereumproject/sputnikvm-ffi/go/sputnikvm)
[GoDoc](https://godoc.org/github.com/ETCDEVTeam/sputnikvm-ffi/go/sputnikvm)
for documentation of the Go bindings.
2 changes: 1 addition & 1 deletion go/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"math/big"
"github.com/ethereumproject/go-ethereum/common"
"github.com/ethereumproject/sputnikvm-ffi/go/sputnikvm"
"github.com/ETCDEVTeam/sputnikvm-ffi/go/sputnikvm"
)

func main() {
Expand Down

0 comments on commit abfe5e4

Please sign in to comment.