Skip to content

Commit

Permalink
fix hyperlinks in docs and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
coreggon11 committed Aug 17, 2022
1 parent 092fc9d commit 5f8fa2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ You can run the application with `cargo +nightly run contract.sol`, assuming you
The result will be stored in `contract/lib.rs` and the Cargo.toml file in `contract/Cargo.toml`.
You can transpile the example contracts from examples folder by running `cargo +nightly test`.
If you are using Sol2Ink from release pages, you will need to run `./sol_to_ink contract.sol`, substituting contract.sol with your Solidity contract's name.
You can read more information about Sol2Ink (here)[https://www.sol2ink.com].
You can read more information about Sol2Ink [here](https://www.sol2ink.com).

### Examples

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Sol2Ink is a tool developed to ease the developers' transition from Solidity to

### What you'll need

Sol2Ink is written in Rust, so you will need Rust installed with the nightly toolchain. If this is satisfied, you will also need Sol2Ink, which you can get (here)[https://github.com/Supercolony-net/sol2ink/releases/tag/v1.0.0]. Another thing you will need is the Solidity file you want to transpile. And that's it! We can start transpiling now!
Sol2Ink is written in Rust, so you will need Rust installed with the nightly toolchain. If this is satisfied, you will also need Sol2Ink, which you can get [here](https://github.com/Supercolony-net/sol2ink/releases/tag/v1.0.0). Another thing you will need is the Solidity file you want to transpile. And that's it! We can start transpiling now!

0 comments on commit 5f8fa2f

Please sign in to comment.