From d9a0656065fcdd0a5a4f3c38a5859f66dbae12ac Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Wed, 15 Nov 2023 16:28:27 +0300 Subject: [PATCH] add docs link --- jfrog-oauth/README.md | 2 +- jfrog-token/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jfrog-oauth/README.md b/jfrog-oauth/README.md index 73c7bb3..00eee3d 100644 --- a/jfrog-oauth/README.md +++ b/jfrog-oauth/README.md @@ -62,7 +62,7 @@ pip install requests ### Using the access token in other terraform resources -JFrog Access token is also available as a terraform output. You can use it in other terraform resources. For example, you can use it to configure an Artifactory docker registry with the [docker terraform provider](https://registry.terraform.io/providers/kreuzwerker/docker/latest/docs). +JFrog Access token is also available as a terraform output. You can use it in other terraform resources. For example, you can use it to configure an [Artifactory docker registry](https://jfrog.com/help/r/jfrog-artifactory-documentation/docker-registry) with the [docker terraform provider](https://registry.terraform.io/providers/kreuzwerker/docker/latest/docs). ```hcl diff --git a/jfrog-token/README.md b/jfrog-token/README.md index f7dcdc7..512c863 100644 --- a/jfrog-token/README.md +++ b/jfrog-token/README.md @@ -71,7 +71,7 @@ pip install requests ### Using the access token in other terraform resources -JFrog Access token is also available as a terraform output. You can use it in other terraform resources. For example, you can use it to configure an Artifactory docker registry with the [docker terraform provider](https://registry.terraform.io/providers/kreuzwerker/docker/latest/docs). +JFrog Access token is also available as a terraform output. You can use it in other terraform resources. For example, you can use it to configure an [Artifactory docker registry](https://jfrog.com/help/r/jfrog-artifactory-documentation/docker-registry) with the [docker terraform provider](https://registry.terraform.io/providers/kreuzwerker/docker/latest/docs). ```hcl