Skip to content

Commit 679fce0

Browse files
Change source code repository references.
1 parent 4f7b4ff commit 679fce0

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
@@ -16,18 +16,18 @@ To deploy this sample Python web application from the OpenShift web console, you
1616

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

19-
* https://gitlab.com/graham-dumpleton/python-flask-gunicorn.git
19+
* https://gitlab.com/osevg/python-flask-gunicorn.git
2020

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

2323
```
24-
oc new-app https://gitlab.com/graham-dumpleton/python-flask-gunicorn.git
24+
oc new-app https://gitlab.com/osevg/python-flask-gunicorn.git
2525
```
2626

2727
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.
2828

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

3131
```
32-
oc new-app python:2.7~https://gitlab.com/graham-dumpleton/python-flask-gunicorn.git
32+
oc new-app python:2.7~https://gitlab.com/osevg/python-flask-gunicorn.git
3333
```

0 commit comments

Comments
 (0)