Commit 9e9ca734 authored by Graham Dumpleton's avatar Graham Dumpleton

Fix URLs for location of Source-to-Image example directory in master.

parent 9b78b0c1
......@@ -18,7 +18,7 @@ As an example of how S2I can be used to create a custom image with a bundled set
```
s2i build \
--scripts-url https://raw.githubusercontent.com/jupyter/docker-stacks/source-to-image/examples/source-to-image \
--scripts-url https://raw.githubusercontent.com/jupyter/docker-stacks/master/examples/source-to-image \
--context-dir docs/source/examples/Notebook \
https://github.com/jupyter/notebook \
jupyter/minimal-notebook:latest \
......@@ -116,7 +116,7 @@ Integration with OpenShift
The OpenShift platform provides integrated support for S2I type builds. Templates are provided for using the S2I build mechanism with the scripts in this directory. To load the templates run:
```
oc create -f https://raw.githubusercontent.com/jupyter/docker-stacks/source-to-image/examples/source-to-image/templates.json
oc create -f https://raw.githubusercontent.com/jupyter/docker-stacks/master/examples/source-to-image/templates.json
```
This will create the templates:
......
......@@ -27,7 +27,7 @@
},
{
"name": "BUILDER_SCRIPTS",
"value": "https://raw.githubusercontent.com/jupyter/docker-stacks/source-to-image/examples/source-to-image",
"value": "https://raw.githubusercontent.com/jupyter/docker-stacks/master/examples/source-to-image",
"required": true
},
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment