Add missing redirect (#197)
* add missing redirect * fix: contributing links Co-authored-by: Nicolás Quiroz <nh.quiroz@gmail.com>
This commit is contained in:
parent
0de88cfb69
commit
b285c11671
@ -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…
Reference in New Issue
Block a user