Skip to content

Commit 05d70c5

Browse files
authored
Update link to responsive display (#1513)
* Update link to resize function
1 parent 01452f7 commit 05d70c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/default/src/index.md.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Here are some ideas of things you could try…
4545

4646
<div class="grid grid-cols-4">
4747
<div class="card">
48-
Chart your own data using <a href="https://observablehq.com/framework/lib/plot"><code>Plot</code></a> and <a href="https://observablehq.com/framework/files"><code>FileAttachment</code></a>. Make it responsive using <a href="https://observablehq.com/framework/display#responsive-display"><code>resize</code></a>.
48+
Chart your own data using <a href="https://observablehq.com/framework/lib/plot"><code>Plot</code></a> and <a href="https://observablehq.com/framework/files"><code>FileAttachment</code></a>. Make it responsive using <a href="https://observablehq.com/framework/javascript#resize(render)"><code>resize</code></a>.
4949
</div>
5050
<div class="card">
5151
Create a <a href="https://observablehq.com/framework/project-structure">new page</a> by adding a Markdown file (<code>whatever.md</code>) to the <code>src</code> folder.

0 commit comments

Comments
 (0)