Skip to content

Commit b83bb15

Browse files
committed
fix broken links
1 parent 14cd178 commit b83bb15

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/creating-metadata.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The most commonly used tool for creating geospatial metadata is Esri’s ArcCata
4343

4444
**Option B: Create metadata in the OGM schema directly**
4545

46-
Other repositories skip Option A and create records directly in the OpenGeoMetadata metadata schema. Although users benefit from the more complete information that can be added to an FGDC or ISO document, these standards are not needed to run GeoBlacklight. These repositories often use a spreadsheet or a Dublin-Core-based metadata editor to create the records. Scripts can be used to convert spreadsheets (in .csv format) to JSON in the OpenGeoMetadata schema. See [Scripts and Tools](scripts-and-tools) for example scripts.
46+
Other repositories skip Option A and create records directly in the OpenGeoMetadata metadata schema. Although users benefit from the more complete information that can be added to an FGDC or ISO document, these standards are not needed to run GeoBlacklight. These repositories often use a spreadsheet or a Dublin-Core-based metadata editor to create the records. Scripts can be used to convert spreadsheets (in .csv format) to JSON in the OpenGeoMetadata schema. See [Workflows and Tools](workflows-and-tools) for example scripts.
4747

4848
### For resources with existing metadata files
4949
{: .no_toc }
@@ -69,7 +69,7 @@ Most institutions have their own unique set of tools and workflows to perform th
6969

7070
The process, whether automated or manual, typically involves parsing the existing metadata record, extracting the values from selected fields and inserting the value into a new JSON document under the corresponding OpenGeoMetadata schema field. In most cases the values can simply be copied over as is, although some additional formatting may be necessary.
7171

72-
See [Scripts and Tools](scripts-and-tools) to view custom scripts and tools for additional metadata authoring techniques.
72+
See [Workflows and Tools](workflows-and-tools) to view custom scripts and tools for additional metadata authoring techniques.
7373

7474
Helpful reminders:
7575

docs/legacy-versions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ has_toc: false
1111
Previous versions of the OpenGeoMetadata metadata schema
1212
{: .fs-6 .fw-300 }
1313

14-
In 2021 the community launched [OGM Aardvark](current-schema), replacing GBL 1.0 (GeoBlacklight metadata schema version 1.0).
14+
In 2021 the community launched [OGM Aardvark](ogm-aardvark), replacing GBL 1.0 (GeoBlacklight metadata schema version 1.0).
1515

1616
* [GBL 1.0](gbl-1.0)
1717
* [GBL 0.5](gbl-0.5)

docs/publishing-in-solr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ If you have access to your Solr Dashboard panel, you can add records manually by
5151

5252
**Option B: Indexing via scripts**
5353

54-
It is often more practical to use a process for batch adding, updating, and deleting the records. Most of the available processes are in the form of command-line scripts. See [Scripts and Tools](scripts-and-tools) for examples.
54+
It is often more practical to use a process for batch adding, updating, and deleting the records. Most of the available processes are in the form of command-line scripts. See [Workflows and Tools](workflows-and-tools) for examples.
5555

5656
## View Solr metadata within GeoBlacklight
5757

docs/upgrading.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ parent: Resources
2626

2727
**Terminology used on this page**
2828

29-
* **GBL 1.0**: The legacy metadata schema designed for GeoBlacklight versions 2.0-3.7. [The schema is documented on this Legacy page.](/gbl-1.0)
29+
* **GBL 1.0**: The legacy metadata schema designed for GeoBlacklight versions 2.0-3.7. [The schema is documented on this Legacy page.](gbl-1.0)
3030
* **OGM Aardvark**: The new metadata schema that is compatible with GeoBlacklight version 4.0.
3131
* **GeoBlacklight**: When spelled out, GeoBlacklight refers to [the application itself](https://geoblacklight.org), not its namesake legacy metadata schema, GBL 1.0.
3232
* **URI**: This is the name we give to the metadata element itself. For example, the URI for the Subject field is `dct_subject_sm`.

0 commit comments

Comments
 (0)