Merge remote-tracking branch 'geth-website/master' into geth-nextjs

This commit is contained in:
Paul Wackerow 2022-12-20 11:25:04 -08:00
commit ed54fe3582
No known key found for this signature in database
GPG Key ID: BB63E296FE9CAB8D
3 changed files with 7 additions and 2 deletions

View File

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

View File

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

View File

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