mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-30 01:22:00 +00:00
Added GitHub link to start of documentation page.
This commit is contained in:
@@ -4,7 +4,8 @@ FlatBuffers is an efficient cross platform serialization library for C++,
|
|||||||
with support for Java, C# and Go. It was created at Google specifically for game
|
with support for Java, C# and Go. It was created at Google specifically for game
|
||||||
development and other performance-critical applications.
|
development and other performance-critical applications.
|
||||||
|
|
||||||
It is available as open source under the Apache license, v2 (see LICENSE.txt).
|
It is available as Open Source on [GitHub](http://github.com/google/flatbuffers)
|
||||||
|
under the Apache license, v2 (see LICENSE.txt).
|
||||||
|
|
||||||
## Why use FlatBuffers?
|
## Why use FlatBuffers?
|
||||||
|
|
||||||
@@ -122,7 +123,7 @@ sections provide a more in-depth usage guide.
|
|||||||
|
|
||||||
## Online resources
|
## Online resources
|
||||||
|
|
||||||
- [github repository](http://github.com/google/flatbuffers)
|
- [GitHub repository](http://github.com/google/flatbuffers)
|
||||||
- [landing page](http://google.github.io/flatbuffers)
|
- [Landing page](http://google.github.io/flatbuffers)
|
||||||
- [FlatBuffers Google Group](http://group.google.com/group/flatbuffers)
|
- [FlatBuffers Google Group](http://group.google.com/group/flatbuffers)
|
||||||
- [FlatBuffers Issues Tracker](http://github.com/google/flatbuffers/issues)
|
- [FlatBuffers Issues Tracker](http://github.com/google/flatbuffers/issues)
|
||||||
|
|||||||
Reference in New Issue
Block a user