README/docs: add 3.0 notice, update links to relative

Start real 3.0 branch, yay!
This commit is contained in:
Roman Khimov 2020-04-09 19:45:46 +03:00
parent bfaa025a34
commit 57bf0810e2
3 changed files with 16 additions and 9 deletions

View file

@ -166,7 +166,7 @@ INDEX OPCODE DESC
```
In depth documentation about the **neo-go** compiler and smart contract examples can be found inside
the [compiler package](https://github.com/nspcc-dev/neo-go/tree/master/pkg/compiler).
the [compiler package](pkg/compiler).
## VM run
To run VM use

View file

@ -138,7 +138,7 @@ At the moment this is implemented via RPC call to the remote server.
## Smart contract examples
Some examples are provided in the [examples directory](https://github.com/nspcc-dev/neo-go/tree/master/examples).
Some examples are provided in the [examples directory](examples).
### Check if the invoker of the contract is the owning address