docs: fix a link in installing-with-kata-manager.md

Fix the link from #install-kata-packages-only to #install-the-kata-packages-only

Fixes #295

Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
This commit is contained in:
Alex Yang 2018-11-01 16:45:23 +08:00
parent dc411015ca
commit b78fe831ec

View File

@ -12,7 +12,7 @@
> - `kata-manager` requires `curl` and `sudo` installed on your system. > - `kata-manager` requires `curl` and `sudo` installed on your system.
> >
> - Full installation mode is only available for Docker container manager. For other setups, you > - Full installation mode is only available for Docker container manager. For other setups, you
> can still use `kata-manager` to [install Kata package](#install-kata-packages-only), and then setup your container manager manually. > can still use `kata-manager` to [install Kata package](#install-the-kata-packages-only), and then setup your container manager manually.
> >
> - You can run `kata-manager` in dry run mode by passing the `-n` flag. Dry run mode allows you to review the > - You can run `kata-manager` in dry run mode by passing the `-n` flag. Dry run mode allows you to review the
> commands that `kata-manager` would run, without doing any change to your system. > commands that `kata-manager` would run, without doing any change to your system.