From 72cec22e01fd9dc658f0b3b38648de185b9d3faf Mon Sep 17 00:00:00 2001 From: kwt <4344285+kwtalley@users.noreply.github.com> Date: Fri, 28 Jul 2023 16:34:42 -0500 Subject: [PATCH] fix link in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee604a3..d590f37 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,6 @@ For an example of this in use look at [this repository's test workflow](https:// |---------------------------------|:------:|:------------:|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `github_token` | token | **Required** | set to `${{ secrets.GITHUB_TOKEN }}` | | `provenance_version` | string | **Required** | Version of Provenance to test, either a release or a branch | -| `smart_contract_action_version` | string | **Required** | Version of the (Smart Contract Test action docker image)[https://hub.docker.com/r/provenanceio/smart-contract-action/tags] | +| `smart_contract_action_version` | string | **Required** | Version of the [Smart Contract Test action docker image](https://hub.docker.com/r/provenanceio/smart-contract-action/tags) | | `init_data` | string | *Optional* | The directory that contains the initial seed data for Provenance. It should contain the `config`, `data`, and `keyring-test` directories. Example: [init_data](smart-contract-action%2Ftest%2Finit_data) | | `test_script` | string | *Optional* | Script used to run tests after provenance has been setup and is running |