From 8a0e08fb12a5dfb9ce62a770c69b3890114dafc9 Mon Sep 17 00:00:00 2001 From: xieyuschen Date: Fri, 8 Nov 2024 12:46:50 +0800 Subject: [PATCH] gopls/doc: add missing doc link Change-Id: I691a03d5d48bee2a38a074d623c192cbb7ff3bd6 Reviewed-on: https://go-review.googlesource.com/c/tools/+/626415 Auto-Submit: Alan Donovan Reviewed-by: Alan Donovan Reviewed-by: Robert Findley LUCI-TryBot-Result: Go LUCI --- gopls/doc/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gopls/doc/contributing.md b/gopls/doc/contributing.md index 007c5793073..914794aee71 100644 --- a/gopls/doc/contributing.md +++ b/gopls/doc/contributing.md @@ -19,7 +19,7 @@ claiming it. ## Getting started Most of the `gopls` logic is in the `golang.org/x/tools/gopls/internal` -directory. See [design/implementation.md] for an overview of the code organization. +directory. See [design/implementation.md](./design/implementation.md) for an overview of the code organization. ## Build