mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-24 20:46:10 +00:00
Fixed tutorial markdown file (#5248)
Path specified in tutorial file was pointing to invalid location.
This commit is contained in:
committed by
Wouter van Oortmerssen
parent
02e73e1ae9
commit
440a70f4a3
@@ -274,43 +274,43 @@ Please be aware of the difference between `flatc` and `flatcc` tools.
|
|||||||
|
|
||||||
<div class="language-cpp">
|
<div class="language-cpp">
|
||||||
~~~{.sh}
|
~~~{.sh}
|
||||||
cd flatbuffers/sample
|
cd flatbuffers/samples
|
||||||
./../flatc --cpp monster.fbs
|
./../flatc --cpp monster.fbs
|
||||||
~~~
|
~~~
|
||||||
</div>
|
</div>
|
||||||
<div class="language-java">
|
<div class="language-java">
|
||||||
~~~{.sh}
|
~~~{.sh}
|
||||||
cd flatbuffers/sample
|
cd flatbuffers/samples
|
||||||
./../flatc --java monster.fbs
|
./../flatc --java monster.fbs
|
||||||
~~~
|
~~~
|
||||||
</div>
|
</div>
|
||||||
<div class="language-csharp">
|
<div class="language-csharp">
|
||||||
~~~{.sh}
|
~~~{.sh}
|
||||||
cd flatbuffers/sample
|
cd flatbuffers/samples
|
||||||
./../flatc --csharp monster.fbs
|
./../flatc --csharp monster.fbs
|
||||||
~~~
|
~~~
|
||||||
</div>
|
</div>
|
||||||
<div class="language-go">
|
<div class="language-go">
|
||||||
~~~{.sh}
|
~~~{.sh}
|
||||||
cd flatbuffers/sample
|
cd flatbuffers/samples
|
||||||
./../flatc --go monster.fbs
|
./../flatc --go monster.fbs
|
||||||
~~~
|
~~~
|
||||||
</div>
|
</div>
|
||||||
<div class="language-python">
|
<div class="language-python">
|
||||||
~~~{.sh}
|
~~~{.sh}
|
||||||
cd flatbuffers/sample
|
cd flatbuffers/samples
|
||||||
./../flatc --python monster.fbs
|
./../flatc --python monster.fbs
|
||||||
~~~
|
~~~
|
||||||
</div>
|
</div>
|
||||||
<div class="language-javascript">
|
<div class="language-javascript">
|
||||||
~~~{.sh}
|
~~~{.sh}
|
||||||
cd flatbuffers/sample
|
cd flatbuffers/samples
|
||||||
./../flatc --js monster.fbs
|
./../flatc --js monster.fbs
|
||||||
~~~
|
~~~
|
||||||
</div>
|
</div>
|
||||||
<div class="language-typescript">
|
<div class="language-typescript">
|
||||||
~~~{.sh}
|
~~~{.sh}
|
||||||
cd flatbuffers/sample
|
cd flatbuffers/samples
|
||||||
./../flatc --ts monster.fbs
|
./../flatc --ts monster.fbs
|
||||||
~~~
|
~~~
|
||||||
</div>
|
</div>
|
||||||
@@ -331,25 +331,25 @@ Please be aware of the difference between `flatc` and `flatcc` tools.
|
|||||||
</div>
|
</div>
|
||||||
<div class="language-dart">
|
<div class="language-dart">
|
||||||
~~~{.sh}
|
~~~{.sh}
|
||||||
cd flatbuffers/sample
|
cd flatbuffers/samples
|
||||||
./../flatc --dart monster.fbs
|
./../flatc --dart monster.fbs
|
||||||
~~~
|
~~~
|
||||||
</div>
|
</div>
|
||||||
<div class="language-lua">
|
<div class="language-lua">
|
||||||
~~~{.sh}
|
~~~{.sh}
|
||||||
cd flatbuffers/sample
|
cd flatbuffers/samples
|
||||||
./../flatc --lua monster.fbs
|
./../flatc --lua monster.fbs
|
||||||
~~~
|
~~~
|
||||||
</div>
|
</div>
|
||||||
<div class="language-lobster">
|
<div class="language-lobster">
|
||||||
~~~{.sh}
|
~~~{.sh}
|
||||||
cd flatbuffers/sample
|
cd flatbuffers/samples
|
||||||
./../flatc --lobster monster.fbs
|
./../flatc --lobster monster.fbs
|
||||||
~~~
|
~~~
|
||||||
</div>
|
</div>
|
||||||
<div class="language-rust">
|
<div class="language-rust">
|
||||||
~~~{.sh}
|
~~~{.sh}
|
||||||
cd flatbuffers/sample
|
cd flatbuffers/samples
|
||||||
./../flatc --rust monster.fbs
|
./../flatc --rust monster.fbs
|
||||||
~~~
|
~~~
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user