Skip to content

Commit

Permalink
Fix id.
Browse files Browse the repository at this point in the history
  • Loading branch information
markpbaggett committed Dec 9, 2024
1 parent 32f2777 commit e482430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/recipes/scripts/0033-choice-method1.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
label="John Dee performing an experiment before Queen Elizabeth I."
)
canvas = manifest.make_canvas(
id=f"{base_url}/page/p1/1",
id=f"{base_url}/canvas/p1",
height=1271,
width=2000
)
Expand Down

0 comments on commit e482430

Please sign in to comment.