From b1dd67f87767da47598ec46e3e4f9ed3c8b98d69 Mon Sep 17 00:00:00 2001 From: Rob Stupay Date: Wed, 4 Sep 2019 10:01:38 +0200 Subject: [PATCH] docs: fix url for a workshop from docs & gramatical fix --- docs/contract_metadata.md | 4 ++-- docs/import.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/contract_metadata.md b/docs/contract_metadata.md index 46dcc40832..28a09795d8 100644 --- a/docs/contract_metadata.md +++ b/docs/contract_metadata.md @@ -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 ------------------ diff --git a/docs/import.md b/docs/import.md index 8d2c030b1e..d794cbdf15 100644 --- a/docs/import.md +++ b/docs/import.md @@ -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)