Skip to content

Commit

Permalink
Fix doc links
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha committed Jan 4, 2018
1 parent 51926fa commit 956abb8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Expand Up @@ -28,7 +28,7 @@ is where you can learn about what Voyager does and how it does it.
- [Setup](/docs/setup/). Setup contains instructions for installing
the Voyager in various cloud providers.

- [Guides](/docs/guides/). Guides show you how to perform tasks with Voyager. These are organized under [Ingress](/docs/guides/ingress) and [Certificate](/docs/guides/certificate).
- Guides. Guides show you how to perform tasks with Voyager. These are organized under [Ingress](/docs/guides/ingress) and [Certificate](/docs/guides/certificate).

- [Reference](/docs/reference/). Detailed exhaustive lists of
command-line options, configuration options, API definitions, and procedures.
Expand Down
6 changes: 3 additions & 3 deletions docs/concepts/overview.md
Expand Up @@ -31,13 +31,13 @@ This also support configurable application ports with all the options available
- [HSTS](/docs/guides/ingress/http/hsts.md)
- [Forward Traffic to StatefulSet Pods](/docs/guides/ingress/http/statefulset-pod.md)
- [Configure Sticky session to Backends](/docs/guides/ingress/http/sticky-session.md)
- [Blue Green Deployments using weighted Loadbalancing](/docs/guides/ingress/http/weighted.md)
- [Blue Green Deployments using weighted Loadbalancing](/docs/guides/ingress/http/blue-green-deployment.md)
- TLS/SSL
- [TLS Termination](/docs/guides/ingress/tls/tls.md)
- [TLS Termination](/docs/guides/ingress/tls/overview.md)
- [Backend TLS](/docs/guides/ingress/tls/backend-tls.md)
- [Supports AWS certificate manager](/docs/guides/ingress/tls/aws-cert-manager.md)
- TCP
- [TCP LoadBalancing](/docs/guides/ingress/tcp/tcp.md)
- [TCP LoadBalancing](/docs/guides/ingress/tcp/overview.md)
- Configuration
- [Customize generated HAProxy config via BackendRule](/docs/guides/ingress/configuration/backend-rule.md) (can be used for [http rewriting](https://www.haproxy.com/doc/aloha/7.0/haproxy/http_rewriting.html), add [health checks](https://www.haproxy.com/doc/aloha/7.0/haproxy/healthchecks.html), etc.)
- [Apply Frontend Rules](/docs/guides/ingress/configuration/frontend-rule.md)
Expand Down
6 changes: 3 additions & 3 deletions docs/guides/ingress/README.md
Expand Up @@ -29,13 +29,13 @@ Guides show you how to use Voyager as a Kubernetes Ingress controller.
- [HSTS](/docs/guides/ingress/http/hsts.md)
- [Forward Traffic to StatefulSet Pods](/docs/guides/ingress/http/statefulset-pod.md)
- [Configure Sticky session to Backends](/docs/guides/ingress/http/sticky-session.md)
- [Blue Green Deployments using weighted Loadbalancing](/docs/guides/ingress/http/weighted.md)
- [Blue Green Deployments using weighted Loadbalancing](/docs/guides/ingress/http/blue-green-deployment.md)
- TLS/SSL
- [TLS Termination](/docs/guides/ingress/tls/tls.md)
- [TLS Termination](/docs/guides/ingress/tls/overview.md)
- [Backend TLS](/docs/guides/ingress/tls/backend-tls.md)
- [Supports AWS certificate manager](/docs/guides/ingress/tls/aws-cert-manager.md)
- TCP
- [TCP LoadBalancing](/docs/guides/ingress/tcp/tcp.md)
- [TCP LoadBalancing](/docs/guides/ingress/tcp/overview.md)
- Configuration
- [Customize generated HAProxy config via BackendRule](/docs/guides/ingress/configuration/backend-rule.md) (can be used for [http rewriting](https://www.haproxy.com/doc/aloha/7.0/haproxy/http_rewriting.html), add [health checks](https://www.haproxy.com/doc/aloha/7.0/haproxy/healthchecks.html), etc.)
- [Apply Frontend Rules](/docs/guides/ingress/configuration/frontend-rule.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/setup/developer-guide/overview.md
Expand Up @@ -59,7 +59,7 @@ $ glide slow
```

#### Build Docker images
To build and push your custom Docker image, follow the steps below. To release a new version of Voyager, please follow the [release guide](/docs/developer-guide/release.md).
To build and push your custom Docker image, follow the steps below. To release a new version of Voyager, please follow the [release guide](/docs/setup/developer-guide/release.md).

```console
# Build Docker image
Expand Down

0 comments on commit 956abb8

Please sign in to comment.