1
0
Fork 0
mirror of synced 2025-09-23 20:28:36 +00:00

remove old osx, fix hyperlink

This commit is contained in:
schaeff 2020-02-20 17:02:59 +01:00
parent 585fc01020
commit aea3da0023
3 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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:

View file

@ -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