Merge pull request #5426 from electron/vendor-link-in-docs

Link to vendor folder on GitHub
This commit is contained in:
Kevin Sawicki 2016-05-06 13:31:23 -07:00
commit 081c8e1f28

View file

@ -66,7 +66,7 @@ Electron
## Keeping Git Submodules Up to Date ## Keeping Git Submodules Up to Date
The Electron repository has a few vendored dependencies, found in the The Electron repository has a few vendored dependencies, found in the
[/vendor](/vendor) directory. Occasionally you might see a message like this [/vendor][vendor] directory. Occasionally you might see a message like this
when running `git status`: when running `git status`:
```sh ```sh
@ -89,3 +89,5 @@ in your `~/.gitconfig` file:
[alias] [alias]
su = submodule update --init --recursive su = submodule update --init --recursive
``` ```
[vendor]: https://github.com/electron/electron/tree/master/vendor