Skip to content
This repository was archived by the owner on Apr 9, 2021. It is now read-only.

Commit 0b8bb92

Browse files
authored
Merge pull request #723 from jtattermusch/install_md_references
Get rid of references to INSTALL.md
2 parents eafa32d + 717687b commit 0b8bb92

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

_posts/2016-4-4-installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Go | Linux, Mac, Windows | `go get google.golang.org/grpc`
3232
Objective-C | Mac | Runtime source fetched automatically from Github by Cocoapods
3333
C# | Windows | Install [gRPC NuGet package](https://www.nuget.org/packages/Grpc/) from your IDE (Visual Studio, Monodevelop, Xamarin Studio)
3434
Java | Linux, Mac, Windows | Use our [Maven and Gradle plugins](https://github.com/grpc/grpc-java/blob/master/README.md) that provide gRPC with [statically linked `boringssl`](https://github.com/grpc/grpc-java/blob/master/SECURITY.md#openssl-statically-linked-netty-tcnative-boringssl-static)
35-
C++ | Linux, Mac, Windows | Currently requires [manual build and install](https://github.com/grpc/grpc/blob/{{ site.data.config.grpc_release_tag }}/INSTALL.md)
35+
C++ | Linux, Mac, Windows | Currently requires [manual build and install](https://github.com/grpc/grpc/blob/{{ site.data.config.grpc_release_tag }}/src/cpp/README.md)
3636

3737
You can find out more about installation in our [Getting Started guide](/docs/#install-grpc) and Github repositories. Do send us your feedback on our [mailing list](https://groups.google.com/forum/#!forum/grpc-io) or file issues on our issue tracker if you run into any problems.
3838

docs/tutorials/basic/c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ For simplicity, we've provided a [Makefile](https://github.com/grpc/grpc/blob/
162162
that runs `protoc` for you with the appropriate plugin, input, and output (if
163163
you want to run this yourself, make sure you've installed protoc and followed
164164
the gRPC code [installation instructions](https://github.com/grpc/grpc/blob/
165-
{{ site.data.config.grpc_release_tag }}/INSTALL.md) first):
165+
{{ site.data.config.grpc_release_tag }}/src/cpp/README.md#make) first):
166166

167167
```
168168
$ make route_guide.grpc.pb.cc route_guide.pb.cc

docs/tutorials/basic/ruby.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ a special gRPC Ruby plugin.
155155

156156
If you want to run this yourself, make sure you've installed protoc and followed
157157
the gRPC Ruby plugin [installation
158-
instructions](https://github.com/grpc/grpc/blob/{{ site.data.config.grpc_release_tag }}/INSTALL.md) first):
158+
instructions](https://github.com/grpc/grpc/blob/{{ site.data.config.grpc_release_tag }}/src/cpp/README.md#make) first):
159159

160160
Once that's done, the following command can be used to generate the ruby code.
161161

0 commit comments

Comments
 (0)