From 747a8c628e4781941e2bbb6999bf339bca25f252 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mahmut=20Ali=20=C3=96ZKURAN?= Date: Wed, 18 May 2016 12:02:32 +0300 Subject: [PATCH] Fixed Library Location in CppUsage.md Fixed Library Location "https://github.com/google/flatbuffers/tree/master/include/flatbuffers" in CppUsage.md --- docs/source/CppUsage.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/source/CppUsage.md b/docs/source/CppUsage.md index 8c7f6a7d4..d4abe66e4 100755 --- a/docs/source/CppUsage.md +++ b/docs/source/CppUsage.md @@ -26,8 +26,7 @@ your program by including the header. As noted, this header relies on The code for the FlatBuffers C++ library can be found at `flatbuffers/include/flatbuffers`. You can browse the library code on the -[FlatBuffers GitHub page](https://github.com/google/flatbuffers/tree/master/ -include/flatbuffers). +[FlatBuffers GitHub page](https://github.com/google/flatbuffers/tree/master/include/flatbuffers). ## Testing the FlatBuffers C++ library