Docs: Convert more anchors to Antora syntax
authorRemington Steed <rjs7@calvin.edu>
Thu, 12 Dec 2019 17:16:19 +0000 (12:16 -0500)
committercheckoutuser <just_need_to_satisfy_git@yoyo.com>
Tue, 5 May 2020 20:15:22 +0000 (15:15 -0500)
This commit fixes a few anchors that weren't caught in my previous
commits.

Signed-off-by: Remington Steed <rjs7@calvin.edu>
docs-antora/modules/cataloging/pages/authorities.adoc
docs-antora/modules/development/pages/intro_opensrf.adoc
docs-antora/modules/development/pages/support_scripts.adoc

index b4ceb92..984fbae 100644 (file)
@@ -17,7 +17,7 @@ choose _Create and Edit..._, after the authority MARC editor opens you need to c
 to finally add the new authority record to your system.
 
 
-[[_importing_authority_records_from_the_staff_client]]
+[[importing_authority_records_from_the_staff_client]]
 === Importing Authorities ===
 . Click *Cataloging -> MARC Batch Import/Export.*
 . You may create a queue to better track this import project.  If you do not create a new queue, it will automatically put your records into a default queue named *-*.
index 3052665..e1be38f 100644 (file)
@@ -97,7 +97,7 @@ ID `6285` that has connected to the `private.localhost` domain using the
 `opensrf` XMPP client credentials could be
 `opensrf@private.localhost/opensrf.simple-text_drone_at_localhost_6285`.
 
-[id="OpenSRFOverHTTP"]
+[#OpenSRFOverHTTP]
 ==== OpenSRF communication flows over HTTP ====
 Any OpenSRF service registered with the public router is accessible via the
 OpenSRF HTTP Translator. The OpenSRF HTTP Translator implements the
@@ -150,7 +150,7 @@ this case, a single string `"foobar"`
 `/osrf-http-translator` is the default location in the Apache example
 configuration files shipped with the OpenSRF source, but this is configurable.
 
-[id="httpResults"]
+[#httpResults]
 .Results from an HTTP POST request to an OpenSRF method via the OpenSRF HTTP Translator
 [source,bash]
 --------------------------------------------------------------------------------
@@ -302,7 +302,7 @@ inheritance is available in this package (named by the special Perl symbol
 `__PACKAGE__` that contains the current package name). The `register_method()`
 procedure is how we introduce a method to the rest of the OpenSRF world.
 
-[id="serviceRegistration"]
+[#serviceRegistration]
 ==== Registering a service with the OpenSRF configuration files ====
 
 Two files control most of the configuration for OpenSRF:
@@ -447,7 +447,7 @@ Request Time in seconds: 0.016718
 =------------------------------------
 --------------------------------------------------------------------------------
 
-[id="opensrfIntrospection"]
+[#opensrfIntrospection]
 ===== Getting documentation for OpenSRF methods from the srfsh client =====
 
 The `srfsh` client also gives you command-line access to retrieving metadata
index 5c23518..9167894 100644 (file)
@@ -57,7 +57,7 @@ to more thorough documentation, if available.
    -- Uses the output of marc2bre.pl (or similar tools) to generate the SQL
       for importing records into Evergreen in a parallel fashion
 
-[#_authority_control_fields]
+[#authority_control_fields]
 
 === authority_control_fields: Connecting Bibliographic and Authority records ===
 
@@ -95,7 +95,7 @@ Here is how the matching works:
 |=========================================================
 
 
-[#_marc_export]
+[#marc_export]
 
 === marc_export: Exporting Bibliographic Records into MARC files ===
 
@@ -215,7 +215,7 @@ best way to use this option is in combination with the `--items` and one of the
 `--library` or `--descendants` options to export *all* of a library's
 holdings both physical and electronic.
 
-[#_pingest_pl]
+[#pingest_pl]
 
 === Parallel Ingest with pingest.pl ===