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

PHP: update reference docs links #457

Merged
merged 1 commit into from
Feb 14, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>