From 2acb7728233b4a75ef3dba17b653795ef7bb09f1 Mon Sep 17 00:00:00 2001 From: Daniel <223140489+AgriciDaniel@users.noreply.github.com> Date: Tue, 7 Apr 2026 15:50:58 +0300 Subject: [PATCH] fix: replace private skool-hub paths in canvas-spec examples Co-Authored-By: Claude Sonnet 4.6 (1M context) --- skills/canvas/references/canvas-spec.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/skills/canvas/references/canvas-spec.md b/skills/canvas/references/canvas-spec.md index abb760b..5296087 100644 --- a/skills/canvas/references/canvas-spec.md +++ b/skills/canvas/references/canvas-spec.md @@ -58,7 +58,7 @@ Renders an image, PDF, markdown note, or other vault file inline. { "id": "img-cover-7823", "type": "file", - "file": "_attachments/images/skool-hub/logo-pro.png", + "file": "_attachments/images/example.png", "x": -900, "y": -100, "width": 420, @@ -236,13 +236,13 @@ function place_node(canvas, zone_label, new_w, new_h): { "id": "img-logo-pro", "type": "file", - "file": "_attachments/images/skool-hub/logo-pro.png", + "file": "_attachments/images/example.png", "x": -900, "y": -2180, "width": 420, "height": 236 }, { "id": "img-icon-free", "type": "file", - "file": "_attachments/images/skool-hub/icon-free-v1.png", + "file": "_attachments/images/example-icon.png", "x": -440, "y": -2180, "width": 280, "height": 280 }, { @@ -254,7 +254,7 @@ function place_node(canvas, zone_label, new_w, new_h): { "id": "img-seo", "type": "file", - "file": "_attachments/images/skool-hub/claude-seo-cover.png", + "file": "_attachments/images/example-cover.png", "x": -900, "y": -1800, "width": 420, "height": 236 } ],