From cd5c274c81288508d8107a22e4de3276dde0fca8 Mon Sep 17 00:00:00 2001 From: jankleinert Date: Fri, 7 Sep 2018 14:05:25 -0400 Subject: [PATCH] Updated documentation links and text to refer to OKD. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e973a23..7e77a92 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ After adding your templates, you can go to your OpenShift web console, browse to Adjust the parameter values to suit your configuration. Most times you can just accept the default values, however you will probably want to set the `GIT_REPOSITORY` parameter to point to your fork and the `DATABASE_*` parameters to match your database configuration. -Alternatively, you can use the command line to create your new app, assuming your OpenShift deployment has the default set of ImageStreams defined. Instructions for installing the default ImageStreams are available [here](https://docs.openshift.org/latest/install_config/imagestreams_templates.html). If you are defining the set of ImageStreams now, remember to pass in the proper cluster-admin credentials and to create the ImageStreams in the 'openshift' namespace: +Alternatively, you can use the command line to create your new app, assuming your OpenShift deployment has the default set of ImageStreams defined. Instructions for installing the default ImageStreams are available [here](https://docs.okd.io/latest/install_config/imagestreams_templates.html). If you are defining the set of ImageStreams now, remember to pass in the proper cluster-admin credentials and to create the ImageStreams in the 'openshift' namespace: oc new-app openshift/templates/django.json -p SOURCE_REPOSITORY_URL= @@ -218,7 +218,7 @@ Redeploy your application to have your changes applied, and open the welcome pag ## Looking for help -If you get stuck at some point, or think that this document needs further details or clarification, you can give feedback and look for help using the channels mentioned in [the OpenShift Origin repo](https://github.com/openshift/origin), or by filing an issue. +If you get stuck at some point, or think that this document needs further details or clarification, you can give feedback and look for help using the channels mentioned in [the OKD repo](https://github.com/openshift/origin), or by filing an issue. ## License