Skip to content

Commit 4a15294

Browse files
committed
fix links to Configure References Links
1 parent 385d1c0 commit 4a15294

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Configuring External Links (dct_references_s)
1+
# Configure References Links (dct_references_s)
22

33
This page provides guidance on how to format the [References](../ogm-aardvark/#references) field in either GBL 1.0 or OGM Aardvark.
44

docs/gbl-1.0.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ hide:
192192
| Controlled Vocabulary | [Format Controlled Vocabulary](format-values)|
193193
| Element Set | Dublin Core Metadata Element Set|
194194
| Example | "Shapefile"|
195-
| Commentary | The most important thing to remember about the `dc_format_s` field is that it is required for Download functionality if using a single value string for downloads. (pre-GeoBlacklight version 3.0). [See the Multiple Downloads guide for more details](more-about-references#how-to-configure-multiple-download-links)|
195+
| Commentary | The most important thing to remember about the `dc_format_s` field is that it is required for Download functionality if using a single value string for downloads. (pre-GeoBlacklight version 3.0). See [Multiple Downloads](../configure-references-links/#multiple-downloads) for details.|
196196

197197
## Language
198198

@@ -300,11 +300,11 @@ hide:
300300
| Required | no|
301301
| Type | string|
302302
| Description | This element is a hash of key/value pairs for different types of external links. It integrates external services and references using the CatInterOp approach|
303-
| Entry Guidelines | See [External References](https://opengeometadata.org/docs/more-about-references|
304-
| Controlled Vocabulary | [References URIs](more-about-references#reference-uris)|
303+
| Entry Guidelines | See [Configure References Links](../configure-references-links/)|
304+
| Controlled Vocabulary | no |
305305
| Element Set | DCMI Metadata Terms|
306306
| Example |`"dct_references_s": "{\"http://schema.org/url\":\"http://purl.stanford.edu/bm662dm5913\",\"http://schema.org/downloadUrl\":\"http://stacks.stanford.edu/file/druid:bm662dm5913/data.zip\"}"`|
307-
| Commentary | All of the external links for the resource are added to the `dct_references_s` field as a serialized JSON array of key/value pairs. The download key/value pair is unique, because the value can be an array. [See this Multiple Downloads guide for more information.](more-about-references#how-to-configure-multiple-download-links)|
307+
| Commentary | All of the external links for the resource are added to the `dct_references_s` field as a serialized JSON array of key/value pairs. The download key/value pair is unique, because the value can be an array. See [Multiple Downloads](../configure-references-links/#multiple-downloads) for details.|
308308

309309
## Spatial Coverage
310310

docs/ogm-aardvark/references.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Obligation,Suggested
44
Multivalued,false
55
Field type,string (serialized JSON)
66
Purpose,To provide external URLs for accessing or describing the resource
7-
Entry Guidelines,"This field defines external services and references using the CatInterOp approach. The field value is a serialized JSON array of key/value pairs, with keys representing namespace URI's and values the URL. See the Configuring External Links page for detailed information about configuring this field."
7+
Entry Guidelines,"This field defines external services and references using the CatInterOp approach. The field value is a serialized JSON array of key/value pairs, with keys representing namespace URI's and values the URL. See the [Configure References Links](../configure-references-links/) page for detailed information about configuring this field."
88
Commentary,"All of the external links for the resource are added to This field as a serialized JSON array of key/value pairs. The download key/value pair is unique, because the value can be an array."
99
Controlled Vocabulary,yes - see Reference URIs
1010
Example value,"""{\""http://schema.org/url\"":\""http://purl.stanford.edu/bm662dm5913\"",\""http://schema.org/downloadUrl\"":\""http://stacks.stanford.edu/file/druid:bm662dm5913/data.zip\""}"""

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ nav:
100100
- 'Upgrade to OGM Aardvark': 'upgrade-metadata.md'
101101
- 'Create Metadata': 'create-metadata.md'
102102
- 'Validate Metadata': 'validate-metadata.md'
103-
- 'Configure Reference Links': 'configure-external-links.md'
103+
- 'Configure References Links': 'configure-references-links.md'
104104
- Publishing:
105105
- 'Index in Solr': 'index-in-solr.md'
106106
- 'View in GeoBlacklight': 'view-solr-metadata.md'

0 commit comments

Comments
 (0)