Skip to content

Commit a49404f

Browse files
committed
Fix invalid link
1 parent 19b7c82 commit a49404f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/content/docs/cpdlc/parameters.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ The following table summarizes all of the different parameter types:
3939
| [`pos-navaid`](#pos-navaid) | <Code lang="json" code={'{"type": "pos-navaid", "pos": "CRI"}'} /> |||
4040
| [`pos-airport`](#pos-airport) | <Code lang="json" code={'{"type": "pos-airport", "pos": "KJFK"}'} /> |||
4141
| [`pos-latlon`](#pos-latlon) | <Code lang="json" code={'{\n\t"type": "pos-latlon",\n\t"lat": 40.6446,\n\t"lon": -73.7797\n}'} /> |||
42-
| [`pos-pbd`](#pos-pbd) | <Code lang="json" code={'{\n\t"type": "pos-pbd",\n\t"place": 6,\n\t"bearing": 35,\n\t"dist": 55\n}'} /> |||
4342
| [`text`](#text) | <Code lang="json" code={'{"type": "text", "text": "HELLO, WORLD!"}'} /> |||
4443

4544

0 commit comments

Comments
 (0)