From 7fbaa42c2206710eac62c45101f115fe3159feb7 Mon Sep 17 00:00:00 2001 From: Felicia Date: Thu, 30 May 2024 12:25:32 -0700 Subject: [PATCH] fix links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8dc52e7..00afdfd 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ The following options must be configured in order to make a deployment. | Key | Value Information | Type| Required | |----------|----------|----------|----------| -| jamsocket_api_token | Your API token for Jamsocket authentication, which you can find in (Settings)[https://app.jamsocket.com/settings] under Access Tokens. Store this API token as a (secret)[https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions#creating-encrypted-secrets]. | `with` | Yes | -| jamsocket_account | The name of your Jamsocket account, which can be found in (Settings)[https://app.jamsocket.com/settings] under Account > name. | `with`| Yes | +| jamsocket_api_token | Your API token for Jamsocket authentication, which you can find in [Settings](https://app.jamsocket.com/settings) under Access Tokens. Store this API token as a [secret](https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions#creating-encrypted-secrets). | `with` | Yes | +| jamsocket_account | The name of your Jamsocket account, which can be found in [Settings](https://app.jamsocket.com/settings) under Account > name. | `with`| Yes | | jamsocket_service | The name of the Jamsocket service you are pushing your code to. | `with` | Yes | | docker_build_context | The path to your Docker build context, which should be the same as the WORKDIR specified in your Dockerfile. | `with` | Yes | | dockerfile_path | The path to your Dockerfile. | `with` | Yes |