From e9b82b1d8617c367834ecf5e3819bc929ada55f2 Mon Sep 17 00:00:00 2001 From: Daniel Holbach Date: Thu, 2 Jan 2020 09:56:49 +0100 Subject: [PATCH] update path to docs fixes this warning: /home/daniel/go/src/github.com/weaveworks/ignite/docs/gitops.md:52: WARNING: None:any reference target not found: ../docs/installation /home/daniel/go/src/github.com/weaveworks/ignite/docs/gitops.md:64: WARNING: None:any reference target not found: ../docs/declarative-config --- docs/gitops.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/gitops.md b/docs/gitops.md index b16b697d3..1a0105d6f 100644 --- a/docs/gitops.md +++ b/docs/gitops.md @@ -49,7 +49,7 @@ status: For a more complete example repository configuration, see [luxas/ignite-gitops](https://github.com/luxas/ignite-gitops) -After you have [installed Ignite](../docs/installation.md), you can do the following: +After you have [installed Ignite](installation.md), you can do the following: ```console ignited gitops git@github.com:/.git @@ -61,4 +61,4 @@ you need to set up SSH authentication and use the SSH clone URL for now. Ignite will now search that repo for suitable JSON/YAML files, and apply their state locally. You should see `my-vm` starting up in `ignite ps`. To enter the VM, run `ignite ssh my-vm`. -Please refer to [docs/declarative-config.md](../docs/declarative-config.md) for the full API reference. +Please refer to [docs/declarative-config.md](declarative-config.md) for the full API reference.