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
|
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.
|
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}
|
## Building and Testing {#building-and-testing}
|
||||||
|
|
||||||
|
@ -283,6 +283,11 @@ const redirects = [
|
|||||||
source: '/docs/tools/clef',
|
source: '/docs/tools/clef',
|
||||||
destination: '/docs/tools/clef/introduction',
|
destination: '/docs/tools/clef/introduction',
|
||||||
permanent: true
|
permanent: true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
source: '/docs/developers/contributing',
|
||||||
|
destination: '/docs/developers/geth-developer/contributing',
|
||||||
|
permanent: true
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -111,7 +111,7 @@
|
|||||||
- id: Code review guidelines
|
- id: Code review guidelines
|
||||||
to: /docs/developers/geth-developer/code-review-guidelines
|
to: /docs/developers/geth-developer/code-review-guidelines
|
||||||
- id: Contributing
|
- id: Contributing
|
||||||
to: /docs/developers/contributing
|
to: /docs/developers/geth-developer/contributing
|
||||||
- id: Monitoring
|
- id: Monitoring
|
||||||
items:
|
items:
|
||||||
- id: Dashboards
|
- id: Dashboards
|
||||||
|
Loading…
Reference in New Issue
Block a user