Skip to content

Commit cda7b6c

Browse files
committed
Fix documentation link
1 parent 72cff87 commit cda7b6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/guides-code-generation.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ image::images/insert-data.PNG[]
131131
It will connect to the database, read all entities and then it will generate a migration file with all sql queries need to transform the current status of the database to the status defined by the entities. If the database is empty, it will generate all sql queries need to create all tables defined in the entities. You can find a example in the todo example
132132

133133
As typeorm is the tool used for DB. You can check official documentation for more information.
134-
See link::https://typeorm.io/#/using-cli[typeorm CLI documentation].
134+
See link:https://typeorm.io/#/using-cli[typeorm CLI documentation].
135135

136136
== CobiGen
137137

0 commit comments

Comments
 (0)