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

Commit

Permalink
Merge pull request #1211 from 18F/services-copy
Browse files Browse the repository at this point in the history
Help users find docs about services
  • Loading branch information
Andrew Suprenant authored Aug 29, 2017
2 parents a8a1cd4 + 24dc76d commit 01d7724
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
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

0 comments on commit 01d7724

Please sign in to comment.