remove old osx, fix hyperlink
This commit is contained in:
parent
585fc01020
commit
aea3da0023
3 changed files with 4 additions and 4 deletions
|
@ -21,8 +21,8 @@ matrix:
|
|||
- env: TARGET=x86_64-unknown-linux-gnu
|
||||
|
||||
# OSX
|
||||
- env: TARGET=i686-apple-darwin
|
||||
os: osx
|
||||
# - env: TARGET=i686-apple-darwin
|
||||
# os: osx
|
||||
- env: TARGET=x86_64-apple-darwin
|
||||
os: osx
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ _This is a proof-of-concept implementation. It has not been tested for productio
|
|||
|
||||
## Getting Started
|
||||
|
||||
Load the ZoKrates Plugin on [Remix](remix.ethereum.org) to write your first SNARK program!
|
||||
Load the ZoKrates Plugin on [Remix](https://remix.ethereum.org) to write your first SNARK program!
|
||||
|
||||
Alternatively, you can install the ZoKrates CLI:
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
### Remix online IDE
|
||||
|
||||
To write your first SNARK program, check out the ZoKrates plugin in the [Remix online IDE](remix.ethereum.org)!
|
||||
To write your first SNARK program, check out the ZoKrates plugin in the [Remix online IDE](https://remix.ethereum.org)!
|
||||
|
||||
### One-line install
|
||||
|
||||
|
|
Loading…
Reference in a new issue