Skip to content

Commit c5bd6ba

Browse files
drernieclaude
andauthored
Fix image paths in Benchling documentation (#4691)
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 237c5ea commit c5bd6ba

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/examples/benchling.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ stack via the `@quiltdata/benchling-webhook`
2323

2424
### Auto-Packaging
2525

26-
![Packaged Notebook](imgs/benchling-package.png)
26+
![Packaged Notebook](../imgs/benchling-package.png)
2727

2828
When scientists create notebook entries in Benchling, this webhook
2929
automatically:
@@ -38,7 +38,7 @@ automatically:
3838

3939
### Package Linking
4040

41-
![experiment_id](imgs/benchling-link.png)
41+
![experiment_id](../imgs/benchling-link.png)
4242

4343
In addition, Quilt users can 'tag' additional packages by setting the
4444
`experiment_id` (or a custom metadata key) to the display ID of a Benchling
@@ -55,7 +55,7 @@ From inside the Quilt Catalog:
5555

5656
### Benchling App Canvas
5757

58-
![App Canvas - Home](imgs/benchling-canvas.png)
58+
![App Canvas - Home](../imgs/benchling-canvas.png)
5959

6060
The webhook includes a Benchling App Canvas, which allows Benchling users to
6161
view, browse, and sync the associated Quilt packages.
@@ -68,11 +68,11 @@ view, browse, and sync the associated Quilt packages.
6868

6969
The canvas also allows you to browse package contents:
7070

71-
![App Canvas - Browse](imgs/benchling-browse.png)
71+
![App Canvas - Browse](../imgs/benchling-browse.png)
7272

7373
and view package metadata:
7474

75-
![App Canvas - Metadata](imgs/benchling-metadata.png)
75+
![App Canvas - Metadata](../imgs/benchling-metadata.png)
7676

7777
#### Inserting a Canvas
7878

@@ -84,7 +84,7 @@ Benchling users can add it themselves:
8484
3. Choose "Quilt Package"
8585
4. After it is inserted, click the "Create" button
8686

87-
![App Canvas - Insert](imgs/benchling-insert.png)
87+
![App Canvas - Insert](../imgs/benchling-insert.png)
8888

8989
## Installation
9090

0 commit comments

Comments
 (0)