From 4092b1ccd4e650f85cb540601344f848425ce43a Mon Sep 17 00:00:00 2001 From: rmseifried Date: Wed, 18 Oct 2023 16:53:45 -0400 Subject: [PATCH] fix broken link on Reference URIs page --- docs/reference-uris.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference-uris.md b/docs/reference-uris.md index eb406e65..148f4b27 100644 --- a/docs/reference-uris.md +++ b/docs/reference-uris.md @@ -10,7 +10,7 @@ These are URIs that can be used as keys in the [`dct_references_s`](../ogm-aardv | Type | Reference URI | Function in GeoBlacklight | |:--------------------------|:--------------|:-----------------------------| | Download data dictionary / documentation | `http://lccn.loc.gov/sh85035852` | Link to download documentation | -| Download file | `http://schema.org/downloadUrl` | Link to download file (for multiple download links, [see below](#how-to-configure-multiple-download-links) | +| Download file | `http://schema.org/downloadUrl` | Link to download file (for multiple files, see the [multiple downloads](../configure-references-links/#multiple-downloads) guidelines) | | Full layer description | `http://schema.org/url` | View further descriptive information about the layer | | International Image Interoperability Framework (IIIF) Image API | `http://iiif.io/api/image` | Load the image viewer using [Leaflet-IIIF](https://github.com/mejackreed/Leaflet-IIIF) | | International Image Interoperability Framework (IIIF) Presentation API Manifest | `http://iiif.io/api/presentation#manifest` | View the IIIF manifest | @@ -37,4 +37,4 @@ These are URIs that can be used as keys in the [`dct_references_s`](../ogm-aardv | Type | Reference URI | Function in GeoBlacklight | |:--------------------------|:------------------------------------------------|:----------------------------------------| -| Harvard Geospatial Library email download | `http://schema.org/DownloadAction` | Retrieve a file via email from the Harvard Geospatial Library | \ No newline at end of file +| Harvard Geospatial Library email download | `http://schema.org/DownloadAction` | Retrieve a file via email from the Harvard Geospatial Library |