📝 Fix dead urls

This commit is contained in:
TiagoDanin 2018-04-09 17:58:10 -03:00
parent eca0436f58
commit d7a003b0bc
No known key found for this signature in database
GPG key ID: D6EA04D1246CFE9B
15 changed files with 20 additions and 20 deletions

View file

@ -1,14 +1,14 @@
# Developing Electron
These guides are intended for people working on the Electron project itself.
For guides on Electron app development, see
These guides are intended for people working on the Electron project itself.
For guides on Electron app development, see
[/docs/README.md](../README.md#guides-and-tutorials).
* [Code of Conduct](../../CODE_OF_CONDUCT.md)
* [Contributing to Electron](../../CONTRIBUTING.md)
* [Issues](issues.md)
* [Pull Requests](pull-requests.md)
* [Documentation Styleguide](styleguide.md)
* [Documentation Styleguide](coding-style.md#documentation)
* [Source Code Directory Structure](source-code-directory-structure.md)
* [Coding Style](coding-style.md)
* [Using clang-format on C++ Code](clang-format.md)
@ -25,4 +25,4 @@ For guides on Electron app development, see
* [Upgrading Chromium](upgrading-chromium.md)
* [Upgrading Crashpad](upgrading-crashpad.md)
* [Upgrading Node](upgrading-node.md)
* [Releasing](releasing.md)
* [Releasing](releasing.md)