Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
fixes #525
Browse files Browse the repository at this point in the history
  • Loading branch information
Zach Rhoads committed Sep 29, 2017
1 parent e2c99f5 commit 3249bd9
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/landing-page/master.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion docs/topics/minishift-install-create-launchpad-app.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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}`.
2 changes: 1 addition & 1 deletion docs/topics/readme/circuit-breaker-README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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].
2 changes: 1 addition & 1 deletion docs/topics/readme/configmap-README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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].
2 changes: 1 addition & 1 deletion docs/topics/readme/crud-README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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].
2 changes: 1 addition & 1 deletion docs/topics/readme/health-check-README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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].
2 changes: 1 addition & 1 deletion docs/topics/readme/rest-http-README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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].
4 changes: 2 additions & 2 deletions docs/topics/templates/document-attributes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion openshift/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3249bd9

Please sign in to comment.