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

Commit

Permalink
Merge pull request #505 from dholbach/docs-updates
Browse files Browse the repository at this point in the history
small docs updates/fixes
  • Loading branch information
Daniel Holbach committed Jan 2, 2020
2 parents 9713f37 + e9b82b1 commit f4e80c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.
6 changes: 3 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
sphinx == 2.1.2
sphinx_markdown_tables == 0.0.9
recommonmark == 0.5.0
sphinx == 2.3.0
sphinx_markdown_tables == 0.0.10
recommonmark == 0.6.0

0 comments on commit f4e80c9

Please sign in to comment.