Skip to content

Commit fe6415a

Browse files
committed
fix more links
1 parent ad201a8 commit fe6415a

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

docs/ogm-aardvark/format.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ nav_order: 32
1515
| Field type | string |
1616
| Purpose | To display to the user the name of the file type as a text string in the download button |
1717
| Entry Guidelines | Required if the download URL is configured as a single key:value pair. |
18-
| Commentary | See recommended values below. This field is required for basic download functionality. See the [Multiple Downloads guide](https://opengeometadata.org/docs/more-about-references#how-to-configure-multiple-download-links) for more details. |
18+
| Commentary | See recommended values below. This field is required for basic download functionality. See the [Multiple Downloads guide](references#how-to-configure-multiple-download-links) for more details. |
1919
| Controlled Vocabulary | yes - not strict |
2020
| Example value | `"Shapefile"` |
2121
| Element Set | DCMI |

docs/ogm-aardvark/references.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,15 @@ nav_order: 35
2121
| Element Set | DCMI |
2222
| Group | Distribution |
2323

24+
2425
## JSON formatting
2526

2627
The field `dct_references_s` defines external services and references using the [Cat-Interop](https://github.com/OSGeo/Cat-Interop) approach. The field value is a serialized JSON array of key/value pairs. Keys represent XML namespace URIs, and values represent the URL.
2728

2829
* key:value 1 = "URI":"https://example.com"
2930
* key:value 2 = "URI":"https://otherexample.com"
3031

31-
To format this field in JSON, double quotations `"` must be [escaped](../#escaped-characters) with a backslash `\`.
32+
To format this field in JSON, double quotations `"` must be [escaped](../JSON-format#escaped-characters) with a backslash `\`.
3233

3334
```json
3435
{
@@ -84,7 +85,7 @@ To enable multiple downloads:
8485
* Create one or more objects inside the array. These are enclosed in {curly brackets}.
8586
* Inside the object, define two `key:value` pairs separated by a comma.
8687
* Enclose each key and each value in double quotes.
87-
* [Escape](../#escaped-characters) double quotations `"` with a backslash `\`
88+
* [Escape](../JSON-format#escaped-characters) double quotations `"` with a backslash `\`
8889

8990
In formatted JSON, this would look like:
9091
```json

0 commit comments

Comments
 (0)