aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorWouter van Oortmerssen <wvo@google.com>2015-05-27 15:09:06 -0700
committerWouter van Oortmerssen <wvo@google.com>2015-05-27 15:21:10 -0700
commit788acb08d491d8436a77efb113c3533d17a5bac2 (patch)
tree804807bc46d62e9963b4f8b7f2e30a110e6716c6 /docs
parentddb1d5ffe4bf6d6799662811d9383478ff3d36cc (diff)
downloadflatbuffers-788acb08d491d8436a77efb113c3533d17a5bac2.tar.gz
Added GitHub link to start of documentation page.
Diffstat (limited to 'docs')
-rw-r--r--docs/source/FlatBuffers.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/source/FlatBuffers.md b/docs/source/FlatBuffers.md
index 05e8c8e6..8e78337f 100644
--- a/docs/source/FlatBuffers.md
+++ b/docs/source/FlatBuffers.md
@@ -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
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?
@@ -122,7 +123,7 @@ sections provide a more in-depth usage guide.
## Online resources
-- [github repository](http://github.com/google/flatbuffers)
-- [landing page](http://google.github.io/flatbuffers)
+- [GitHub repository](http://github.com/google/flatbuffers)
+- [Landing page](http://google.github.io/flatbuffers)
- [FlatBuffers Google Group](http://group.google.com/group/flatbuffers)
- [FlatBuffers Issues Tracker](http://github.com/google/flatbuffers/issues)