Skip to content

Commit 180ae8a

Browse files
Fix broken link syntax in table
Needs to be a-href not markdown link in tables. PiperOrigin-RevId: 851488506
1 parent 14dc14d commit 180ae8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/programming-guides/json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ The following table shows how data is represented in JSON files.
215215
<td>NullValue</td>
216216
<td>null</td>
217217
<td></td>
218-
<td>JSON null. Special case of the [null parsing behavior](#null-values).</td>
218+
<td>JSON null. Special case of the <a href="#null-values">null parsing behavior</a>.</td>
219219
</tr>
220220
<tr>
221221
<td>Empty</td>

0 commit comments

Comments
 (0)