From 700c998f49255b0d7b844363d23509cfedc68865 Mon Sep 17 00:00:00 2001 From: FrancescoBorzi Date: Sun, 3 Mar 2019 12:57:10 +0100 Subject: Fix anchors --- docs/account_tutorial.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'docs/account_tutorial.md') diff --git a/docs/account_tutorial.md b/docs/account_tutorial.md index 3568333..3713414 100644 --- a/docs/account_tutorial.md +++ b/docs/account_tutorial.md @@ -31,7 +31,7 @@ This table is used to store the tutorial state of all the accounts.

Comment

-

accountId

+

accountId

int(10)

unsigned

PRI

@@ -41,7 +41,7 @@ This table is used to store the tutorial state of all the accounts.

Account Identifier

-

tut0

+

tut0

int(10)

unsigned

 

@@ -51,7 +51,7 @@ This table is used to store the tutorial state of all the accounts.

 

-

tut1

+

tut1

int(10)

unsigned

 

@@ -61,7 +61,7 @@ This table is used to store the tutorial state of all the accounts.

 

-

tut2

+

tut2

int(10)

unsigned

 

@@ -71,7 +71,7 @@ This table is used to store the tutorial state of all the accounts.

 

-

tut3

+

tut3

int(10)

unsigned

 

@@ -81,7 +81,7 @@ This table is used to store the tutorial state of all the accounts.

 

-

tut4

+

tut4

int(10)

unsigned

 

@@ -91,7 +91,7 @@ This table is used to store the tutorial state of all the accounts.

 

-

tut5

+

tut5

int(10)

unsigned

 

@@ -101,7 +101,7 @@ This table is used to store the tutorial state of all the accounts.

 

-

tut6

+

tut6

int(10)

unsigned

 

@@ -111,7 +111,7 @@ This table is used to store the tutorial state of all the accounts.

 

-

tut7

+

tut7

int(10)

unsigned

 

-- cgit