summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrzemysław Dolata <snowball91b@gmail.com>2017-11-02 11:56:53 +0100
committerGitHub <noreply@github.com>2017-11-02 11:56:53 +0100
commit3a0afbfbc6c6b238e74a6dab105a0101b458912d (patch)
tree95bea9006a496b2d997aa59c810e4056a2a5b28a
parentb4ffad848e7a54e2f22081f07c8c7e49f31ca5f4 (diff)
parent1f1326d046773d31a9f0916d8f5f8ccaa67bde46 (diff)
downloadcaffe-3a0afbfbc6c6b238e74a6dab105a0101b458912d.tar.gz
caffe-3a0afbfbc6c6b238e74a6dab105a0101b458912d.tar.bz2
caffe-3a0afbfbc6c6b238e74a6dab105a0101b458912d.zip
Merge pull request #5866 from cijianzy/update_link_to_google_style_guide
Update link to google style guide.
-rw-r--r--docs/development.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/development.md b/docs/development.md
index ec05bbee..36cd3995 100644
--- a/docs/development.md
+++ b/docs/development.md
@@ -116,5 +116,5 @@ To get a list of all options `googletest` provides, simply pass the `--help` fla
- **Run `make lint` to check C++ code.**
- Wrap lines at 80 chars.
-- Follow [Google C++ style](http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml) and [Google python style](http://google-styleguide.googlecode.com/svn/trunk/pyguide.html) + [PEP 8](http://legacy.python.org/dev/peps/pep-0008/).
+- Follow [Google C++ style](https://google.github.io/styleguide/cppguide.html) and [Google python style](https://google.github.io/styleguide/pyguide.html) + [PEP 8](http://legacy.python.org/dev/peps/pep-0008/).
- Remember that “a foolish consistency is the hobgoblin of little minds,” so use your best judgement to write the clearest code for your particular case.