Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
flatbuffers
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
flatbuffers
Commits
440a70f4
Commit
440a70f4
authored
Mar 21, 2019
by
Ashay Shirwadkar
Committed by
Wouter van Oortmerssen
Mar 21, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed tutorial markdown file (#5248)
Path specified in tutorial file was pointing to invalid location.
parent
02e73e1a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
Tutorial.md
docs/source/Tutorial.md
+11
-11
No files found.
docs/source/Tutorial.md
View file @
440a70f4
...
@@ -274,43 +274,43 @@ Please be aware of the difference between `flatc` and `flatcc` tools.
...
@@ -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/sample
s
./../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/sample
s
./../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/sample
s
./../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/sample
s
./../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/sample
s
./../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/sample
s
./../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/sample
s
./../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.
...
@@ -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/sample
s
./../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/sample
s
./../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/sample
s
./../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/sample
s
./../flatc --rust monster.fbs
./../flatc --rust monster.fbs
~~~
~~~
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment