Skip to content

Commit

Permalink
docs: fix url for a workshop from docs & gramatical fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ryestew committed Sep 4, 2019
1 parent 370d536 commit b1dd67f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/contract_metadata.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Build Artifact
==============

As compilation succeeds Remix creates a JSON file for each compiled contract.
These JSON files contains several metadata
When a compilation succeeds, Remix creates a JSON file for each compiled contract.
The JSON file contains the compilation's artifact.

Library Deployment
------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/import.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Importing Source Files in Solidity

It is essential to know many techniques for importing files.

For a tutorial about importing files click [here](https://github.com/ethereum/remix-workshops/tree/master/loading_via_npm_github_plugin).
For a tutorial about importing files click [here](https://github.com/ethereum/remix-workshops/tree/master/LoadingContent).

For a detailed explanation of the `import` keyword see the
[Solidity documentation](https://solidity.readthedocs.io/en/develop/layout-of-source-files.html?highlight=import#importing-other-source-files)
Expand Down

0 comments on commit b1dd67f

Please sign in to comment.