Browse Source

Fixing code.google.com links to point to github instead (#2235)

pull/2240/merge
lararennie 7 years ago
committed by GitHub
parent
commit
1a513f6477
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      cpp/README

+ 3
- 3
cpp/README View File

@ -52,7 +52,7 @@ Requirements:
$ sudo apt-get install cmake-curses-gui
- Protocol Buffers
http://code.google.com/p/protobuf/
http://github.com/google/protobuf/
Version 2.4 or more recent is required (this is available by default for
recent Debian-based GNU/Linux distributions).
@ -73,13 +73,13 @@ Requirements:
$ ./configure && make && sudo make install
- Google Test
http://code.google.com/p/googletest/
http://github.com/google/googletest
Installation:
$ sudo apt-get install libgtest-dev
- RE2
http://code.google.com/p/re2/
http://github.com/google/re2
Installation:
$ sudo apt-get install libre2-dev


Loading…
Cancel
Save