From ae5776041e00184a9388e5a761a7b7d7d8343587 Mon Sep 17 00:00:00 2001 From: Erick Zhao Date: Tue, 8 Sep 2020 04:37:47 -0700 Subject: [PATCH] docs: full links to MD files in development README (#24963) --- docs/development/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/development/README.md b/docs/development/README.md index 81775f7b0af8..ca2ec645d343 100644 --- a/docs/development/README.md +++ b/docs/development/README.md @@ -4,8 +4,8 @@ These guides are intended for people working on the Electron project itself. For guides on Electron app development, see [/docs/README.md](../README.md#guides-and-tutorials). -* [Code of Conduct](../../CODE_OF_CONDUCT.md) -* [Contributing to Electron](../../CONTRIBUTING.md) +* [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) +* [Contributing to Electron](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) * [Issues](issues.md) * [Pull Requests](pull-requests.md) * [Documentation Styleguide](coding-style.md#documentation)