From a0bce1a5381af6a12c75d7d2601d025dfe81a37d Mon Sep 17 00:00:00 2001 From: bmc-msft <41130664+bmc-msft@users.noreply.github.com> Date: Fri, 11 Jun 2021 08:09:28 -0400 Subject: [PATCH] fix markdown link (#983) --- contrib/onefuzz-job-github-actions/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/onefuzz-job-github-actions/README.md b/contrib/onefuzz-job-github-actions/README.md index eadcf6fc9..1524cee1e 100644 --- a/contrib/onefuzz-job-github-actions/README.md +++ b/contrib/onefuzz-job-github-actions/README.md @@ -7,7 +7,7 @@ To create work items upon finding crashes, this pipeline uses a [GitHub Personal ## Configuration This example uses [Encrypted Secrets](https://docs.github.com/en/actions/reference/encrypted-secrets) to configure the workflow: * `onefuzz_endpoint`: The Onefuzz Instance. This should be the URL for the instance, such as `https://onefuzz-playground.azurewebsites.net`. -* `onefuzz_client_id`: The Client ID for the [service principal]((https://docs.microsoft.com/en-us/azure/active-directory/develop/app-objects-and-service-principals). +* `onefuzz_client_id`: The Client ID for the [service principal](https://docs.microsoft.com/en-us/azure/active-directory/develop/app-objects-and-service-principals). * `onefuzz_client_secret`: The Client Secret for the [service principal](https://docs.microsoft.com/en-us/azure/active-directory/develop/app-objects-and-service-principals). * `onefuzz_pat`: The [GitHub Personal Access Token](https://github.com/settings/tokens).