Skip to content

Commit a6ecb38

Browse files
Ian ZelikmanIan Zelikman
Ian Zelikman
authored and
Ian Zelikman
committed
Fix small reference typo
1 parent 5cd5d10 commit a6ecb38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lessons/lesson-1.09/solution_definitions.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Talk:
4242
Talks:
4343
type: array
4444
items:
45-
$ref: "#/definitions/Talk"
45+
$ref: "solution_definitions.yaml#/Talk"
4646
Speaker:
4747
type: object
4848
required: [first-name, last-name]
@@ -69,7 +69,7 @@ Speaker:
6969
Speakers:
7070
type: array
7171
items:
72-
$ref: "#/definitions/Speaker"
72+
$ref: "solution_definitions.yaml#/Speaker"
7373
Error:
7474
properties:
7575
code:

0 commit comments

Comments
 (0)