Skip to content

Commit

Permalink
Fix id.
Browse files Browse the repository at this point in the history
  • Loading branch information
markpbaggett committed Dec 18, 2024
1 parent f7865bc commit 0e5085d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/recipes/scripts/0029-metadata-anywhere-method1.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
id=f"{base_url}/page/p1/1"
)
anno = Annotation(
id=f"{base_url}/canvas/annotation/p0001-image",
id=f"{base_url}/annotation/p0001-image",
motivation="painting",
body=anno_body,
target=f"{base_url}/canvas/p1"
Expand Down

0 comments on commit 0e5085d

Please sign in to comment.