Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
update path to docs
Browse files Browse the repository at this point in the history
	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
  • Loading branch information
Daniel Holbach committed Jan 2, 2020
1 parent eef0934 commit e9b82b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/gitops.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:<user>/<repository>.git
Expand All @@ -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.

0 comments on commit e9b82b1

Please sign in to comment.