Skip to content

Commit 241eef3

Browse files
author
Natalie Arellano
committed
Make demo copy/pastable
Signed-off-by: Natalie Arellano <[email protected]>
1 parent 7daeece commit 241eef3

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
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
@@ -93,5 +93,5 @@ Let's take a look at how the `samples/curl` extension fixes the error by switchi
9393
<!--+ if false+-->
9494
---
9595

96-
<a href="/docs/extension-author-guide/create-extension/run-dockerfile" class="button bg-pink">Next Step</a>
96+
<a href="/docs/extension-author-guide/create-extension/run-dockerfile-switch" class="button bg-pink">Next Step</a>
9797
<!--+ end +-->

content/docs/extension-author-guide/create-extension/setup-local-environment.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,11 @@ We unset any custom lifecycle image that may have been provided to ensure that t
7272

7373
<!-- test:exec -->
7474
```bash
75-
git clone https://github.com/buildpacks/samples.git
76-
git checkout runext/update-samples # FIXME: remove when https://github.com/buildpacks/samples/pull/149 is merged
75+
# FIXME: remove branch when https://github.com/buildpacks/samples/pull/149 is merged
76+
git clone https://github.com/buildpacks/samples.git && \
77+
cd samples && \
78+
git checkout runext/update-samples && \
79+
cd ..
7780
```
7881

7982
<!--+ if false +-->

0 commit comments

Comments
 (0)