From 733ce1841d6c3308207e3f7431437af391fcabcc Mon Sep 17 00:00:00 2001 From: skflowne <1980370+skflowne@users.noreply.github.com> Date: Mon, 3 Feb 2025 19:51:05 +0100 Subject: [PATCH 1/2] Fixed client side code link in custom_node_walkthrough.mdx --- custom-nodes/custom_node_walkthrough.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-nodes/custom_node_walkthrough.mdx b/custom-nodes/custom_node_walkthrough.mdx index 952eb84..7eae359 100644 --- a/custom-nodes/custom_node_walkthrough.mdx +++ b/custom-nodes/custom_node_walkthrough.mdx @@ -10,7 +10,7 @@ it to have a range of selection criteria, and then finally add some client side This page assumes very little knowledge of Python or Javascript. After this walkthrough, dive into the details of [server side code](./custom_node_server_overview), -[client side code](./custom_node_server_overview), or [client-server comms](./comms_overview). +[client side code](./custom_node_javascript_overview), or [client-server comms](./comms_overview). ## The Basic Node From d05091f672339ac1933e4a73d7e685e23836e7ac Mon Sep 17 00:00:00 2001 From: skflowne <1980370+skflowne@users.noreply.github.com> Date: Mon, 3 Feb 2025 19:52:28 +0100 Subject: [PATCH 2/2] Fix client code link with the right link in Walkthrough --- custom-nodes/custom_node_walkthrough.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-nodes/custom_node_walkthrough.mdx b/custom-nodes/custom_node_walkthrough.mdx index 7eae359..d4ff02a 100644 --- a/custom-nodes/custom_node_walkthrough.mdx +++ b/custom-nodes/custom_node_walkthrough.mdx @@ -10,7 +10,7 @@ it to have a range of selection criteria, and then finally add some client side This page assumes very little knowledge of Python or Javascript. After this walkthrough, dive into the details of [server side code](./custom_node_server_overview), -[client side code](./custom_node_javascript_overview), or [client-server comms](./comms_overview). +[client side code](./javascript_overview), or [client-server comms](./comms_overview). ## The Basic Node