Skip to content

Commit 7c2932e

Browse files
committed
fix doc links
1 parent 2e648aa commit 7c2932e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/linear_app/actions/create-issue/create-issue.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
type: "action",
55
key: "linear_app-create-issue",
66
name: "Create Issue",
7-
description: "Creates a new issue in Linear. Requires team ID and title. Optional: description, assignee, project, state. Returns response object with success status and issue details. Uses API Key authentication. [See the documentation]](https://developers.linear.app/docs/graphql/working-with-the-graphql-api#creating-and-editing-issues).",
7+
description: "Creates a new issue in Linear. Requires team ID and title. Optional: description, assignee, project, state. Returns response object with success status and issue details. Uses API Key authentication. [See the documentation](https://developers.linear.app/docs/graphql/working-with-the-graphql-api#creating-and-editing-issues).",
88
version: "0.4.14",
99
annotations: {
1010
destructiveHint: true,

components/linear_app/actions/update-issue/update-issue.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import linearApp from "../../linear_app.app.mjs";
33
export default {
44
key: "linear_app-update-issue",
55
name: "Update Issue",
6-
description: "Updates an existing Linear issue. Can modify title, description, assignee, state, project, team, labels, priority, and dates. Returns updated issue details. Uses API Key authentication. [See the documentation]](https://developers.linear.app/docs/graphql/working-with-the-graphql-api#creating-and-editing-issues).",
6+
description: "Updates an existing Linear issue. Can modify title, description, assignee, state, project, team, labels, priority, and dates. Returns updated issue details. Uses API Key authentication. [See the documentation](https://developers.linear.app/docs/graphql/working-with-the-graphql-api#creating-and-editing-issues).",
77
type: "action",
88
version: "0.1.14",
99
annotations: {

0 commit comments

Comments
 (0)