Add missing redirect (#197)

* add missing redirect

* fix: contributing links

Co-authored-by: Nicolás Quiroz <nh.quiroz@gmail.com>
pull/26374/head^2
Paul Wackerow 2 years ago committed by GitHub
parent 0de88cfb69
commit b285c11671
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/developers/geth-developer/dev-guide.md
  2. 5
      redirects.js
  3. 2
      src/data/documentation-links.yaml

@ -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}

@ -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
}
];

@ -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

Loading…
Cancel
Save