From fb7846270036a12ad409f19d3c6e0a4da13c0c0f Mon Sep 17 00:00:00 2001 From: Justin Ellingwood Date: Thu, 19 Dec 2024 11:49:34 +0000 Subject: [PATCH] Fix link --- docs/integrations/builtin/credentials/linear.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/builtin/credentials/linear.md b/docs/integrations/builtin/credentials/linear.md index f55a1d231d..c27266d2b5 100644 --- a/docs/integrations/builtin/credentials/linear.md +++ b/docs/integrations/builtin/credentials/linear.md @@ -40,6 +40,6 @@ To configure this credential, you'll need: - Select the **Actor**: The actor defines how the OAuth2 application should create issues, comments and other changes. Options include: - **User** (Linear's default): The application creates resources as the authorizing user. Use this option if you want each user to do their own authentication. - **Application**: The application creates resources as itself. Use this option if you have only one user (like an admin) authorizing the application. -- To use this credential with the [Linear Trigger](/integrations/builtin/trigger-nodes/n8n-nodes-base.lineartrigger/) node or with a [Webhook](integrations/builtin/core-nodes/n8n-nodes-base.webhook/) node, you must enable the **Include Admin Scope** toggle. +- To use this credential with the [Linear Trigger](/integrations/builtin/trigger-nodes/n8n-nodes-base.lineartrigger/) node or with a [Webhook](/integrations/builtin/core-nodes/n8n-nodes-base.webhook/) node, you must enable the **Include Admin Scope** toggle. Refer to the [Linear OAuth2 Authentication documentation](https://developers.linear.app/docs/oauth/authentication){:target=_blank .external-link} for more detailed instructions and explanations. Use the n8n **OAuth Redirect URL** as the **Redirect callback URL** in your Linear OAuth2 application.