Skip to content

Commit f36ecc4

Browse files
authored
Fix missing url field in concept links.json (#1911)
1 parent cbc4e01 commit f36ecc4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

concepts/for-loops/links.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"link": "https://docs.oracle.com/javase/tutorial/java/nutsandbolts/for.html",
3+
"url": "https://docs.oracle.com/javase/tutorial/java/nutsandbolts/for.html",
44
"description": "for-loop"
55
}
66
]

concepts/foreach-loops/links.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"link": "https://docs.oracle.com/javase/tutorial/java/nutsandbolts/for.html",
3+
"url": "https://docs.oracle.com/javase/tutorial/java/nutsandbolts/for.html",
44
"description": "foreach-loop"
55
}
66
]

0 commit comments

Comments
 (0)