Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed missing links in documentation. #166

Merged
merged 1 commit into from
Apr 7, 2018
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
6 changes: 3 additions & 3 deletions docs/installing_agones.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ This will install Agones in your cluster.

## Install with YAML

We can install Agones to the cluster using the [install.yaml file](agones-install-file)
We can install Agones to the cluster using the [install.yaml file][agones-install-file]

[agones-install-file]: ../install/yaml/install.yaml

Expand All @@ -191,8 +191,8 @@ kubectl apply -f https://raw.githubusercontent.com/googlecloudplatform/agones/re

## Install using Helm

Also, we can install Agones using [Helm](helm) package manager. If you want more details and configuration
options see the [Helm installation guide for Agones](agones-install-guide)
Also, we can install Agones using [Helm][helm] package manager. If you want more details and configuration
options see the [Helm installation guide for Agones][agones-install-guide]

[helm]: https://docs.helm.sh
[agones-install-guide]: ../install/helm/README.md
Expand Down
2 changes: 1 addition & 1 deletion install/helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ $ helm install --name my-release -f values.yaml agones

## Confirm Agones is running

To confirm Agones is up and running, [go to the next section](../../docs/installing_agones#confirming-agones-started-successfully)
To confirm Agones is up and running, [go to the next section](../../docs/installing_agones.md#confirming-agones-started-successfully)