Skip to content

Commit 5bf9d67

Browse files
rueyaa332266casualjim
authored andcommitted
fix a broken link in todo-list tutorial
Signed-off-by: rueyaa332266 <[email protected]>
1 parent d80ec8c commit 5bf9d67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial/todo-list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ definitions:
6868
6969
In this model definition we say that the model `item` is an _object_ with a required property `description`. This item model has 3 properties: `id`, `description`, and `completed`. The `id` property is an int64 value and is marked as _readOnly_, meaning that it will be provided by the API server and it will be ignored when the item is created.
7070

71-
This document also says that the description must be at least 1 char long, which results in a string property that's [not a pointer](/use/schemas.md#nullability).
71+
This document also says that the description must be at least 1 char long, which results in a string property that's [not a pointer](../use/models/schemas.md#nullability).
7272

7373
At this moment you have enough so that actual code could be generated, but let's continue defining the rest of the API so that the code generation will be more useful. Now that you have a model so you can add some endpoints to list the todo's:
7474

0 commit comments

Comments
 (0)