From b285c116719cf71b919997cea559dba511a6cc82 Mon Sep 17 00:00:00 2001 From: Paul Wackerow <54227730+wackerow@users.noreply.github.com> Date: Tue, 20 Dec 2022 16:37:49 +0100 Subject: [PATCH] Add missing redirect (#197) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * add missing redirect * fix: contributing links Co-authored-by: Nicolás Quiroz --- docs/developers/geth-developer/dev-guide.md | 2 +- redirects.js | 5 +++++ src/data/documentation-links.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/developers/geth-developer/dev-guide.md b/docs/developers/geth-developer/dev-guide.md index 1a816c5e5c..d2c90f1d47 100644 --- a/docs/developers/geth-developer/dev-guide.md +++ b/docs/developers/geth-developer/dev-guide.md @@ -6,7 +6,7 @@ description: Entry point for developers working on Geth This document is the entry point for developers who wish to work on Geth. Developers are people who are interested to build, develop, debug, submit a bug report or pull request or otherwise contribute to the Geth source code. -Please see [Contributing](/docs/developers/contributing) for the Geth contribution guidelines. +Please see [Contributing](/docs/developers/geth-developer/contributing) for the Geth contribution guidelines. ## Building and Testing {#building-and-testing} diff --git a/redirects.js b/redirects.js index fdd78cc0b0..2ecf3cd1d7 100644 --- a/redirects.js +++ b/redirects.js @@ -283,6 +283,11 @@ const redirects = [ source: '/docs/tools/clef', destination: '/docs/tools/clef/introduction', permanent: true + }, + { + source: '/docs/developers/contributing', + destination: '/docs/developers/geth-developer/contributing', + permanent: true } ]; diff --git a/src/data/documentation-links.yaml b/src/data/documentation-links.yaml index 5024211767..7def82cadf 100644 --- a/src/data/documentation-links.yaml +++ b/src/data/documentation-links.yaml @@ -111,7 +111,7 @@ - id: Code review guidelines to: /docs/developers/geth-developer/code-review-guidelines - id: Contributing - to: /docs/developers/contributing + to: /docs/developers/geth-developer/contributing - id: Monitoring items: - id: Dashboards