Skip to content

Commit

Permalink
Merge pull request grpc#457 from stanley-cheung/update-php-api-doc-url
Browse files Browse the repository at this point in the history
PHP: update reference docs links
  • Loading branch information
stanley-cheung authored Feb 14, 2017
2 parents 9d6c6fa + 11f7e5e commit cc2eea1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ <h2 class="col-sm-8 doc-header">gRPC by Language</h2>
<div class="lang-card-title">PHP</div>
<a class="lang-card-link" href="quickstart/php.html">Quick Start Guide</a>
<a class="lang-card-link" href="tutorials/basic/php.html">gRPC Basics Tutorial</a>
<a class="lang-card-link" href="http://www.grpc.io/grpc/php/namespaces/Grpc.html">API Reference</a>
<a class="lang-card-link" href="http://www.grpc.io/grpc/php/namespace-Grpc.html">API Reference</a>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart/php.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ In another terminal, from the `examples/php` directory:
[Overview](http://www.grpc.io/docs/)
- Work through a more detailed tutorial in [gRPC Basics: PHP][]
- Explore the gRPC PHP core API in its [reference
documentation](http://www.grpc.io/grpc/php/namespaces/Grpc.html)
documentation](http://www.grpc.io/grpc/php/namespace-Grpc.html)

[helloworld.proto]:../protos/helloworld.proto
[gRPC Basics: PHP]:http://www.grpc.io/docs/tutorials/basic/php.html
2 changes: 1 addition & 1 deletion docs/reference/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<li><a target="_blank" href="http://www.grpc.io/grpc/node/">Node.js API</a></li>
<li><a target="_blank" href="http://www.grpc.io/grpc/csharp/">C# API</a></li>
<li><a target="_blank" href="https://godoc.org/google.golang.org/grpc">GO API</a></li>
<li><a target="_blank" href="http://www.grpc.io/grpc/php/namespaces/Grpc.html">PHP API</a></li>
<li><a target="_blank" href="http://www.grpc.io/grpc/php/namespace-Grpc.html">PHP API</a></li>
<li><a target="_blank" href="http://cocoadocs.org/docsets/gRPC/">Objective-C API</a></li>
<li><a target="_blank" href="http://www.grpc.io/grpc/core/">gRPC Core Lib (for wrapped languages).</a></ul></li>
</ul>

0 comments on commit cc2eea1

Please # to comment.