From 9ce25c45fe958edc12b2fa8340471fa5460e0bc1 Mon Sep 17 00:00:00 2001 From: Sindhu Inti <89198083+Sindhuinti@users.noreply.github.com> Date: Tue, 11 Apr 2023 13:01:49 +0530 Subject: [PATCH 1/2] fix: broken link --- docs/getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 830e4419..17fae765 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -16,7 +16,7 @@ You can also * [Install on windows](#install-on-windows) * [Install on macOS](#install-on-macos) -* [Install on NixOS or Linux/macOS via nix](#install-on-nixos-or-with-nix-community) +* [Install on NixOS or Linux/macOS via nix](#install-on-nixos-or-with-nix) ## Run your first scan @@ -292,4 +292,4 @@ home-manager: ]; ``` -Or, to your profile (not preferred): `nix-env --install -A nixpkgs.kubescape` \ No newline at end of file +Or, to your profile (not preferred): `nix-env --install -A nixpkgs.kubescape` From 28fdee0dd259531b8ca8cd3e3b1fee9c10b35b83 Mon Sep 17 00:00:00 2001 From: Sindhu Inti <89198083+Sindhuinti@users.noreply.github.com> Date: Tue, 11 Apr 2023 13:10:31 +0530 Subject: [PATCH 2/2] fix: broken link Signed-off-by: Sindhuinti --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 17fae765..801beedf 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -16,7 +16,7 @@ You can also * [Install on windows](#install-on-windows) * [Install on macOS](#install-on-macos) -* [Install on NixOS or Linux/macOS via nix](#install-on-nixos-or-with-nix) +* [Install on NixOS or Linux/macOS via nix](#install-on-nixos-or-with-nix) ## Run your first scan