From ec89dd606ddebb753b3e19554f30d27c9c1512d0 Mon Sep 17 00:00:00 2001 From: usr3 <50021155+usr3@users.noreply.github.com> Date: Fri, 17 Feb 2023 13:09:16 +0530 Subject: [PATCH] Fix link 404 Fix 404 for `Setup Docker Compose Plugin` --- CONTRIBUTION.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTION.md b/CONTRIBUTION.md index 9d869bb10..0db983295 100644 --- a/CONTRIBUTION.md +++ b/CONTRIBUTION.md @@ -20,7 +20,7 @@ ## 2) Basic requirements - [Install Pnpm](https://pnpm.io/installation) - [Install Docker Engine](https://docs.docker.com/engine/install/) -- [Setup Docker Compose Plugin](https://docs.docker.com/compose/install/compose-plugin/) +- [Setup Docker Compose Plugin](https://docs.docker.com/compose/install/linux/) - [Setup GIT LFS Support](https://git-lfs.github.com/) ## 3) Setup Coolify @@ -45,4 +45,4 @@ ## 4) Start Coding You should be able to access `http://localhost:3000`. -1. Click `Register` and setup your first user. \ No newline at end of file +1. Click `Register` and setup your first user.