Skip to content

Commit da9328c

Browse files
Update README.md
Change URLs due to repo name change.
1 parent 79b26b8 commit da9328c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@ To deploy this sample Python web application from the OpenShift web console, you
2020

2121
The HTTPS URL of this code repository which should be supplied to the _Git Repository URL_ field when using _Add to project_ is:
2222

23-
* https://github.com/OpenShiftDemos/python-flask-gunicorn.git
23+
* https://github.com/OpenShiftDemos/os-sample-python.git
2424

2525
If using the ``oc`` command line tool instead of the OpenShift web console, to deploy this sample Python web application, you can run:
2626

2727
```
28-
oc new-app https://github.com/OpenShiftDemos/python-flask-gunicorn.git
28+
oc new-app https://github.com/OpenShiftDemos/os-sample-python.git
2929
```
3030

3131
In this case, because no language type was specified, OpenShift will determine the language by inspecting the code repository. Because the code repository contains a ``requirements.txt``, it will subsequently be interpreted as including a Python application. When such automatic detection is used, ``python:latest`` will be used.
3232

3333
If needing to select a specific Python version when using ``oc new-app``, you should instead use the form:
3434

3535
```
36-
oc new-app python:2.7~https://github.com/OpenShiftDemos/python-flask-gunicorn.git
36+
oc new-app python:2.7~https://github.com/OpenShiftDemos/os-sample-python.git
3737
```

0 commit comments

Comments
 (0)