You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: template-editor/quick-start.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Build a saved image template, test it with variables, and render it through the
18
18
19
19
Start in the dashboard by creating a new template or opening an existing one. The editor opens with the canvas in the middle, the block sidebar on the left, and the editing sidebar on the right.
20
20
21
-
If you want a starting point, browse the [template presets](https://htmlcsstoimage.com/templates) or try the [template playground](/templates/playground) before building your own template.
21
+
If you want a starting point, browse the [template presets](https://htmlcsstoimage.com/templates) or try the [template playground](https://htmlcsstoimage.com/templates/playground) before building your own template.
22
22
23
23
<figureclass="te-doc-figure te-doc-figure--wide">
24
24
<imgsrc="/assets/images/template-editor/te-empty-editor.png"alt="Blank template editor with the block sidebar, empty canvas, and properties sidebar">
@@ -30,7 +30,7 @@ If you want a starting point, browse the [template presets](https://htmlcsstoima
30
30
|:---------------|:------------|
31
31
| Blank template | You already know the size and layout you want |
32
32
|[Template presets](https://htmlcsstoimage.com/templates)| You want to start from an existing design |
33
-
|[Template playground](/templates/playground)| You want to test a template flow in the browser |
33
+
|[Template playground](https://htmlcsstoimage.com/templates/playground)| You want to test a template flow in the browser |
34
34
35
35
## Basic workflow
36
36
@@ -71,7 +71,7 @@ The editor saves the design structure for you. In API requests, you work with th
71
71
| Topic | Go here |
72
72
|:------|:--------|
73
73
| Start from an existing design |[Template presets](https://htmlcsstoimage.com/templates)|
74
-
| Try a template in the browser |[Template playground](/templates/playground)|
74
+
| Try a template in the browser |[Template playground](https://htmlcsstoimage.com/templates/playground)|
75
75
| Set the image size |[Canvas](/template-editor/canvas/)|
76
76
| Pick the right block type |[Blocks](/template-editor/blocks/)|
0 commit comments