From 45d55961d09b9b694ef3daac1f2ed5855eab01f9 Mon Sep 17 00:00:00 2001 From: Dilep Dev <34891655+DilepDev@users.noreply.github.com> Date: Sun, 8 Sep 2024 23:08:14 +0530 Subject: [PATCH] Fix broken links in CONTRIBUTING.md Signed-off-by: Dilep Dev <34891655+DilepDev@users.noreply.github.com> --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 40f155c7e5..f519a503f2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -66,7 +66,7 @@ anybody starts working on it. We are always thrilled to receive pull requests. We do our best to process them quickly. If your pull request is not accepted on the first try, don't get discouraged! Our contributor's guide explains [the review process we -use for simple changes](https://docs.docker.com/opensource/workflow/make-a-contribution/). +use for simple changes](https://github.com/docker/docker/blob/master/project/REVIEWING.md). ### Talking to other Docker users and contributors @@ -124,8 +124,8 @@ submitting a pull request. Update the documentation when creating or modifying features. Test your documentation changes for clarity, concision, and correctness, as well as a clean documentation build. See our contributors guide for [our style -guide](https://docs.docker.com/opensource/doc-style) and instructions on [building -the documentation](https://docs.docker.com/opensource/project/test-and-docs/#build-and-test-the-documentation). +guide](https://docs.docker.com/contribute/style/grammar/) and instructions on [building +the documentation](https://docs.docker.com/contribute/). Write clean code. Universally formatted code promotes ease of writing, reading, and maintenance. Always run `gofmt -s -w file.go` on each changed file before