Skip to content

Commit da1771e

Browse files
author
Natalie Arellano
committed
Minor fixes
Signed-off-by: Natalie Arellano <[email protected]>
1 parent c665ad1 commit da1771e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/docs/extension-author-guide/create-extension/build-dockerfile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ weight=404
1212

1313
#### generate
1414

15-
`cat extensions/tree/bin/generate` - the extension generates a `build.Dockerfile` that installs `tree` on the builder
15+
`cat $workspace/samples/extensions/tree/bin/generate` - the extension generates a `build.Dockerfile` that installs `tree` on the builder
1616
image
1717

1818
### Re-create our builder with `hello-extensions` updated to require `tree`

content/docs/extension-author-guide/create-extension/run-dockerfile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ weight=405
1212

1313
#### generate
1414

15-
`cat extensions/curl/bin/generate` - the extension generates a `run.Dockerfile` that switches the run image to
15+
`cat $workspace/samples/extensions/curl/bin/generate` - the extension generates a `run.Dockerfile` that switches the run image to
1616
reference `run-image-curl`
1717

1818
### Build a run image for `curl` extension to use

0 commit comments

Comments
 (0)