Skip to content

Commit

Permalink
Merge pull request #325 from Bradamant3/test-doc-paths
Browse files Browse the repository at this point in the history
fix syntax for doc paths on GH
  • Loading branch information
Bradamant3 authored Feb 21, 2018
2 parents 601d9f2 + 41b1a80 commit 7e0a629
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions docs/aws-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,6 @@ In the root of your Ark directory, run:
kubectl apply -f examples/common/10-deployment.yaml
```
[0]: /namespace.md
[6]: /config-definition.md#aws
[0]: namespace.md
[6]: config-definition.md#aws
[14]: http://docs.aws.amazon.com/IAM/latest/UserGuide/introduction.html
2 changes: 1 addition & 1 deletion docs/azure-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ In the root of your Ark directory, run:
kubectl apply -f examples/azure/
```
[0]: /namespace.md
[0]: namespace.md
[8]: config-definition.md#azure
[17]: https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-application-objects
[18]: https://docs.microsoft.com/en-us/cli/azure/install-azure-cli
6 changes: 3 additions & 3 deletions docs/build-from-scratch.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@ If you need to add or update the vendored dependencies, see [Vendoring dependenc
[5]: https://golang.org/doc/install
[6]: https://github.com/heptio/ark/tree/master/examples
[7]: #run
[8]: /config-definition.md
[9]: /cloud-common.md
[8]: config-definition.md
[9]: cloud-common.md
[10]: #vendoring-dependencies
[11]: /vendoring-dependencies.md
[11]: vendoring-dependencies.md
[12]: #test
[13]: https://github.com/heptio/ark/blob/master/hack/generate-proto.sh
[14]: https://grpc.io/docs/quickstart/go.html#install-protocol-buffers-v3
8 changes: 4 additions & 4 deletions docs/cloud-common.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ After you set up the Ark server, try these examples:
ark restore create nginx-backup
```

[0]: /docs/aws-config.md
[1]: /docs/gcp-config.md
[2]: /docs/azure-config.md
[3]: /docs/namespace.md
[0]: aws-config.md
[1]: gcp-config.md
[2]: azure-config.md
[3]: namespace.md
[19]: https://kubernetes.io/docs/concepts/storage/persistent-volumes/#reclaiming
4 changes: 2 additions & 2 deletions docs/extend.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ Ark includes mechanisms for extending the core functionality to meet your indivi
* [Hooks][27] allow you to specify commands to be executed within running pods during a backup. This is useful if you need to run a workload-specific command prior to taking a backup (for example, to flush disk buffers or to freeze a database).
* [Plugins][28] allow you to develop custom object/block storage back-ends or per-item backup/restore actions that can execute arbitrary logic, including modifying the items being backed up/restored. Plugins can be used by Ark without needing to be compiled into the core Ark binary.

[27]: /hooks.md
[28]: /plugins.md
[27]: hooks.md
[28]: plugins.md
4 changes: 2 additions & 2 deletions docs/gcp-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ In the root of your Ark directory, run:
kubectl apply -f examples/common/10-deployment.yaml
```
[0]: /namespace.md
[7]: /config-definition.md#gcp
[0]: namespace.md
[7]: config-definition.md#gcp
[15]: https://cloud.google.com/compute/docs/access/service-accounts
[16]: https://cloud.google.com/sdk/docs/
[22]: https://cloud.google.com/kubernetes-engine/docs/how-to/role-based-access-control#prerequisites_for_using_role-based_access_control
Expand Down
4 changes: 2 additions & 2 deletions docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ These tips can help you troubleshoot known issues. If they don't help, you can [

* [Debug restores][1]

[0]: /docs/debugging-deletes.md
[1]: /docs/debugging-restores.md
[0]: debugging-deletes.md
[1]: debugging-restores.md
[4]: https://github.com/heptio/ark/issues
[25]: http://slack.kubernetes.io/
2 changes: 1 addition & 1 deletion docs/use-cases.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ ark restore create <BACKUP-NAME>
[0]: #disaster-recovery
[1]: #cluster-migration
[3]: /config-definition.md#main-config-parameters
[3]: config-definition.md#main-config-parameters

0 comments on commit 7e0a629

Please sign in to comment.