Skip to content

Commit 5cd7e59

Browse files
Update link to request access form (#165)
1 parent a78f959 commit 5cd7e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/account/link_key/link_key.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ mutation InitiateLinking($request: InitiateLinkingRequest!) {
257257
During private Beta, only approved organizations can deploy workflows to CRE environment.
258258
259259
→ If you believe this is an error or would like to request access, please visit:
260-
https://docs.cre.link/request-deployment-access`
260+
https://cre.chain.link/request-access`
261261
return initiateLinkingResponse{}, fmt.Errorf("\n%s\n%w", unauthorizedMsg, err)
262262
}
263263
return initiateLinkingResponse{}, fmt.Errorf("graphql request failed: %w", err)

0 commit comments

Comments
 (0)