mirror of https://github.com/grpc/grpc.io.git
Directly link to FAQ page, avoiding the redirect (#836)
This commit is contained in:
parent
6beb7b8d13
commit
ec719acffe
|
|
@ -10,7 +10,7 @@ material for all supported [languages][] and [platforms][]:
|
||||||
|
|
||||||
- [Introduction to gRPC](what-is-grpc/introduction/)
|
- [Introduction to gRPC](what-is-grpc/introduction/)
|
||||||
- [Core concepts, architecture and lifecycle](what-is-grpc/core-concepts/)
|
- [Core concepts, architecture and lifecycle](what-is-grpc/core-concepts/)
|
||||||
- [FAQ](/faq/)
|
- [FAQ][]
|
||||||
|
|
||||||
- **Eager to see gRPC in action?**
|
- **Eager to see gRPC in action?**
|
||||||
|
|
||||||
|
|
@ -29,7 +29,8 @@ These are the officially supported gRPC language, platform and OS versions:
|
||||||
|
|
||||||
{{< supported-lang-and-os >}}
|
{{< supported-lang-and-os >}}
|
||||||
|
|
||||||
[language]: {{< relref "languages" >}}
|
[FAQ]: {{< relref faq >}}
|
||||||
[languages]: {{< relref "languages" >}}
|
[language]: {{< relref languages >}}
|
||||||
[platform]: {{< relref "platforms" >}}
|
[languages]: {{< relref languages >}}
|
||||||
[platforms]: {{< relref "platforms" >}}
|
[platform]: {{< relref platforms >}}
|
||||||
|
[platforms]: {{< relref platforms >}}
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,7 @@ All implementations are licensed under [Apache 2.0](https://github.com/grpc/grpc
|
||||||
|
|
||||||
### How can I contribute?
|
### How can I contribute?
|
||||||
|
|
||||||
[Contributors](/contribute/) are highly welcome and the repositories are hosted on GitHub. We look forward to community feedback, additions and bugs. Both individual contributors and corporate contributors need to sign our CLA. If you have ideas for a project around gRPC, please read guidelines and submit [here](https://github.com/grpc/grpc-contrib/blob/master/CONTRIBUTING.md). We have a growing list of projects under the [gRPC Ecosystem](https://github.com/grpc-ecosystem) organization on GitHub.
|
[Contributors](/community/#contribute) are highly welcome and the repositories are hosted on GitHub. We look forward to community feedback, additions and bugs. Both individual contributors and corporate contributors need to sign our CLA. If you have ideas for a project around gRPC, read guidelines and submit [here](https://github.com/grpc/grpc-contrib/blob/master/CONTRIBUTING.md). We have a growing list of projects under the [gRPC Ecosystem](https://github.com/grpc-ecosystem) organization on GitHub.
|
||||||
|
|
||||||
### Where is the documentation?
|
### Where is the documentation?
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue