Skip to content
This repository has been archived by the owner on Nov 18, 2019. It is now read-only.

Commit

Permalink
Fix bad links (#44)
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
tamalsaha authored Feb 22, 2019
1 parent 95af704 commit cf70997
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/guides/kubeapps.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ menu:
identifier: kubeapps-guides
name: Using Kubeapps
parent: guides
weight: 10
weight: 30
product_name: service-broker
menu_name: product_service-broker_0.1.0
section_menu_id: guides
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/kubedb/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ menu:
identifier: kubedb-guides
name: KubeDB
parent: guides
weight: 20
weight: 10
menu_name: product_service-broker_0.1.0
---
2 changes: 1 addition & 1 deletion docs/guides/monitoring/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ menu:
identifier: monitoring-guides
name: Monitoring
parent: guides
weight: 30
weight: 20
menu_name: product_service-broker_0.1.0
---
3 changes: 3 additions & 0 deletions docs/setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ Setup contains instructions for installing the AppsCode Service Broker and its v

- [Install AppsCode Service Broker](/docs/setup/install.md). Installation instructions for AppsCode Service Broker.
- [Uninstall AppsCode Service Broker](/docs/setup/uninstall.md). Instructions for uninstallating AppsCode Service Broker.
- Developer Guide
- [Overview](/docs/setup/developer-guide/overview.md). Outlines everything you need to know from setting up your dev environment to how to build and test AppsCode Service Broker.
- [Release process](/docs/setup/developer-guide/release.md). Steps for releasing a new version of AppsCode Service Broker.
4 changes: 2 additions & 2 deletions docs/setup/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To check the installation for AppsCode Service Broker, we have used [Service Cat
## Install Service Broker

AppsCode Service Broker can be installed via [Helm](https://helm.sh/) using the [chart](https://github.com/appscode/service-broker/tree/0.10.0/chart/service-broker) from [AppsCode Charts Repository](https://github.com/appscode/charts). To install the chart with the release name `appscode-service-broker`:
AppsCode Service Broker can be installed via [Helm](https://helm.sh/) using the [chart](https://github.com/appscode/service-broker/tree/0.1.0/chart/service-broker) from [AppsCode Charts Repository](https://github.com/appscode/charts). To install the chart with the release name `appscode-service-broker`:

```console
$ helm repo add appscode https://charts.appscode.com/stable/
Expand All @@ -35,7 +35,7 @@ $ helm search appscode/service-broker
$ helm install appscode/service-broker --name appscode-service-broker --namespace kube-system
```

To see the detailed configuration options, visit [here](https://github.com/appscode/service-broker/tree/0.10.0/chart/service-broker).
To see the detailed configuration options, visit [here](https://github.com/appscode/service-broker/tree/0.1.0/chart/service-broker).

### Verify installation

Expand Down

0 comments on commit cf70997

Please sign in to comment.