From ea8671b1922a59d42f50f2b1316f3fa683c11f03 Mon Sep 17 00:00:00 2001 From: Manaswini Das Date: Tue, 3 Oct 2023 22:52:47 +0530 Subject: [PATCH] Fix broken links in installation --- src/installation/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/installation/index.md b/src/installation/index.md index 6950e7d..c0c459b 100644 --- a/src/installation/index.md +++ b/src/installation/index.md @@ -60,12 +60,12 @@ go build -ldflags "-X main.version=$(git describe --tags --dirty --always | sed `act` is available in below package repositories - [AUR](./aur.md) (`Linux`) -- [Homebrew](./brew.md) (`Linux`, `macOS`) +- [Homebrew](./homebrew.md) (`Linux`, `macOS`) - [Chocolatey](./chocolatey.md) (`Windows`) - [COPR](./copr.md) (`Linux`) - [GitHub CLI](./gh.md) (`Linux`, `macOS`, `Windows`, `FreeBSD`) - [Nix/NixOS](./nix.md) (`Linux`, `macOS`) -- [MacPorts](./ports.md) (`macOS`) +- [MacPorts](./macports.md) (`macOS`) - [Scoop](./scoop.md) (`Windows`) - [Winget](./winget.md) (`Windows`)