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

Help users find docs about services #1211

Merged
merged 3 commits into from
Aug 29, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion static_src/components/marketplace.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,10 @@ export default class Marketplace extends React.Component {
<PanelDocumentation description>
<p>
Use this marketplace to create service instances for apps in this space. Then bind service instances to apps.
See <a href="https://cloud.gov/docs/services/">docs for these services</a>, and
{ config.docs.managed_services &&
<span>
<a href={ config.docs.managed_services }> Learn about using service instances</a>.
<a href={ config.docs.managed_services }> learn about using service instances</a>.
</span>
}
</p>
Expand Down
2 changes: 1 addition & 1 deletion static_src/components/service_instance_table.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default class ServiceInstanceTable extends React.Component {
return (
<PanelDocumentation description>
<p>
To create service instances for this space, use this org’s marketplace (at left or on the command line). Then bind instances to apps using the command line.
To create service instances for this space, use this org’s marketplace (below or on the command line).
{ config.docs.managed_services &&
<span>
(<a href={ config.docs.managed_services }>Learn about using service instances and marketplaces</a>.)
Expand Down
6 changes: 3 additions & 3 deletions static_src/skins/cg/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ export const config = {
concepts_roles: 'https://docs.cloudfoundry.org/concepts/roles.html',
concepts_spaces: 'https://cloud.gov/docs/getting-started/concepts/',
deploying_apps: 'https://cloud.gov/docs/getting-started/your-first-deploy/',
use: 'https://cloud.gov/docs/intro/overview/using-cloudgov-paas/',
invite_user: 'https://cloud.gov/docs/apps/managing-teammates',
use: 'https://cloud.gov/overview/overview/using-cloudgov-paas/',
invite_user: 'https://cloud.gov/docs/apps/managing-teammates/',
roles: 'https://cloud.gov/docs/apps/managing-teammates/#give-roles-to-a-teammate',
managed_services: 'https://docs.cloud.gov/apps/managed-services/',
managed_services: 'https://cloud.gov/docs/apps/managed-services/',
status: 'https://cloudgov.statuspage.io/',
contact: 'https://cloud.gov/docs/help/'
},
Expand Down