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

small docs updates/fixes #505

Merged
merged 2 commits into from
Jan 2, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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