From 3249bd933c9e8e1b3f9a5e9c66e320cc7e17018c Mon Sep 17 00:00:00 2001 From: Zach Rhoads Date: Tue, 22 Aug 2017 16:41:11 -0500 Subject: [PATCH] fixes #525 --- docs/landing-page/master.adoc | 2 +- .../topics/minishift-install-create-launchpad-app-script.adoc | 2 +- docs/topics/minishift-install-create-launchpad-app.adoc | 2 +- docs/topics/readme/circuit-breaker-README.adoc | 2 +- docs/topics/readme/configmap-README.adoc | 2 +- docs/topics/readme/crud-README.adoc | 2 +- docs/topics/readme/health-check-README.adoc | 2 +- docs/topics/readme/rest-http-README.adoc | 2 +- docs/topics/templates/document-attributes.adoc | 4 ++-- openshift/template.yaml | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/landing-page/master.adoc b/docs/landing-page/master.adoc index 2165290bdb..87e31f8256 100644 --- a/docs/landing-page/master.adoc +++ b/docs/landing-page/master.adoc @@ -2,7 +2,7 @@ include::topics/templates/document-attributes.adoc[] :landing-page: :toc!: -:title: launch.openshift.io +:title: https://developers.redhat.com/launch //var for front-end topics, if below is defined in topic, its used in docs, if not its used in the front end :docs-topic: diff --git a/docs/topics/minishift-install-create-launchpad-app-script.adoc b/docs/topics/minishift-install-create-launchpad-app-script.adoc index 7d5ebaff1a..49d72611ee 100644 --- a/docs/topics/minishift-install-create-launchpad-app-script.adoc +++ b/docs/topics/minishift-install-create-launchpad-app-script.adoc @@ -56,4 +56,4 @@ When all services are running, you are ready to use the {launcher} application. + A new browser tab will open with the {launcher} application. -You are now running on your local cloud the same service we will be hosting over at `launch.openshift.io`. See the link:{link-getting-started-guide}#_continuous_delivery_using_single_node_openshift_cluster[{getting-started-guide-name}] for more details on using the {launcher} application to launch mission booster applications. +You are now running on your local cloud the same service we will be hosting over at `{link-launcher-oso}`. See the link:{link-getting-started-guide}#_continuous_delivery_using_single_node_openshift_cluster[{getting-started-guide-name}] for more details on using the {launcher} application to launch mission booster applications. \ No newline at end of file diff --git a/docs/topics/minishift-install-create-launchpad-app.adoc b/docs/topics/minishift-install-create-launchpad-app.adoc index a0fdd5c5bb..b46a51c664 100644 --- a/docs/topics/minishift-install-create-launchpad-app.adoc +++ b/docs/topics/minishift-install-create-launchpad-app.adoc @@ -64,4 +64,4 @@ The grey circles reference that the docker images for these services are being p . When all services are running, you are ready to use the {launcher} application. Click the link at the top of all services--which typically ends in the `nip.io` suffix--to open the {launcher} application in a new browser tab. -You are now running on your local cloud the same service we will be hosting over at `launch.openshift.io`. +You are now running on your local cloud the same service we will be hosting over at `{launcher}`. diff --git a/docs/topics/readme/circuit-breaker-README.adoc b/docs/topics/readme/circuit-breaker-README.adoc index e5bf25a969..8e0ec988f5 100644 --- a/docs/topics/readme/circuit-breaker-README.adoc +++ b/docs/topics/readme/circuit-breaker-README.adoc @@ -63,4 +63,4 @@ $ curl http://${greeting-app-name}-MY_PROJECT_NAME.LOCAL_OPENSHIFT_HOSTNAME/api/ ---- == More Information -You can learn more about this booster and rest of the ${runtime} runtime in the link:${guideURL}[${runtime} Runtime Guide]. +You can learn more about this booster and rest of the ${runtime} runtime in the link:${guideURL}[${runtime} Runtime Guide]. \ No newline at end of file diff --git a/docs/topics/readme/configmap-README.adoc b/docs/topics/readme/configmap-README.adoc index f996c061d5..fc200857e5 100644 --- a/docs/topics/readme/configmap-README.adoc +++ b/docs/topics/readme/configmap-README.adoc @@ -93,4 +93,4 @@ $ curl http://${app-name}-MY_PROJECT_NAME.LOCAL_OPENSHIFT_HOSTNAME/api/greeting? ---- == More Information -You can learn more about this booster and rest of the ${runtime} runtime in the link:${guideURL}[${runtime} Runtime Guide]. +You can learn more about this booster and rest of the ${runtime} runtime in the link:${guideURL}[${runtime} Runtime Guide]. \ No newline at end of file diff --git a/docs/topics/readme/crud-README.adoc b/docs/topics/readme/crud-README.adoc index d1590e94e8..0e577aeefb 100644 --- a/docs/topics/readme/crud-README.adoc +++ b/docs/topics/readme/crud-README.adoc @@ -100,4 +100,4 @@ NOTE: If you receive an HTTP Error code `503` as a response after executing thes == More Information -You can learn more about this booster and rest of the ${runtime} runtime in the link:${guideURL}[${runtime} Runtime Guide]. +You can learn more about this booster and rest of the ${runtime} runtime in the link:${guideURL}[${runtime} Runtime Guide]. \ No newline at end of file diff --git a/docs/topics/readme/health-check-README.adoc b/docs/topics/readme/health-check-README.adoc index f2f03c4327..0a33390686 100644 --- a/docs/topics/readme/health-check-README.adoc +++ b/docs/topics/readme/health-check-README.adoc @@ -79,4 +79,4 @@ ${app-name}-1-26iy7 1/1 Running 5 18m When `READY` changes to `0/1`, if you re-execute a `curl` command to `api/greeting` or attempt to access the application's URL, it will be unavailable. When `READY` changes back to `1/1`, `curl` commands and the application URL will be available again. == More Information -You can learn more about this booster and rest of the ${runtime} runtime in the link:${guideURL}[${runtime} Runtime Guide]. +You can learn more about this booster and rest of the ${runtime} runtime in the link:${guideURL}[${runtime} Runtime Guide]. \ No newline at end of file diff --git a/docs/topics/readme/rest-http-README.adoc b/docs/topics/readme/rest-http-README.adoc index 5f3d50d3a9..8a0689ad31 100644 --- a/docs/topics/readme/rest-http-README.adoc +++ b/docs/topics/readme/rest-http-README.adoc @@ -57,4 +57,4 @@ $ ${OSORunCMD} ---- == More Information -You can learn more about this booster and rest of the ${runtime} runtime in the link:${guideURL}[${runtime} Runtime Guide]. +You can learn more about this booster and rest of the ${runtime} runtime in the link:${guideURL}[${runtime} Runtime Guide]. \ No newline at end of file diff --git a/docs/topics/templates/document-attributes.adoc b/docs/topics/templates/document-attributes.adoc index 656ee730bf..cc31f73737 100644 --- a/docs/topics/templates/document-attributes.adoc +++ b/docs/topics/templates/document-attributes.adoc @@ -22,7 +22,7 @@ :SpringBoot: Spring Boot Tomcat :VertX: Eclipse Vert.x :NodeJS: Node.js -:launcher: launch.openshift.io +:launcher: developers.redhat.com/launch :RHSSO: Red Hat SSO :app-name: MY_APP_NAME @@ -120,7 +120,7 @@ :link-rhsso: https://github.com/obsidian-toaster-quickstarts/redhat-sso :link-launcher-yaml: /latest-launcher-template -:link-launcher-oso: https://launch.openshift.io/wizard/ +:link-launcher-oso: https://developers.redhat.com/launch // Minishift route URL e.g: 192.168.42.152.nip.io :osl-route-hostname: LOCAL_OPENSHIFT_HOSTNAME diff --git a/openshift/template.yaml b/openshift/template.yaml index cc131bde34..622226743e 100644 --- a/openshift/template.yaml +++ b/openshift/template.yaml @@ -4,7 +4,7 @@ metadata: name: appdev-documentation annotations: openshift.io/display-name: "Appdev - Documentation" - description: This application contains the launch.openshift.io documentation + description: This application contains the https://developers.redhat.com/launch documentation tags: instant-app,launchpad, documentation iconClass: icon-shadowman template.openshift.io/long-description: This application contains the Appdev documentation