You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2020/12/27 04:25:00 UTC

[directory-site] branch master updated: Fixed API doco broken links

This is an automated email from the ASF dual-hosted git repository.

elecharny pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-site.git


The following commit(s) were added to refs/heads/master by this push:
     new a7bae5c  Fixed API doco broken links
a7bae5c is described below

commit a7bae5ca97bec7cf9c7d43d6003a2259a9471013
Author: emmanuel lecharny <el...@apache.org>
AuthorDate: Sun Dec 27 05:24:48 2020 +0100

    Fixed API doco broken links
---
 source/api/user-guide/4.2-schema-manager.md      |  4 ++--
 source/api/user-guide/4.2.1-schema-objects.md    | 16 ++++++++--------
 source/api/user-guide/4.2.1.1-attribute-types.md |  2 +-
 source/api/user-guide/4.2.1.8-name-forms.md      |  2 +-
 source/api/user-guide/7-requests-responses.md    |  2 +-
 source/api/user-guide/7.18-search-result-done.md |  2 +-
 source/api/user-guide/8-ldap-rfcs.md             |  2 +-
 7 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/source/api/user-guide/4.2-schema-manager.md b/source/api/user-guide/4.2-schema-manager.md
index 4e90893..97c1b06 100644
--- a/source/api/user-guide/4.2-schema-manager.md
+++ b/source/api/user-guide/4.2-schema-manager.md
@@ -26,7 +26,7 @@ The API and the ApacheDS server components must to keep schema elements availabl
     * [NameForms](4.2.1.8-name-forms.html)
     * [ApacheDS Schema Elements](4.2.1.9-apacheds-schema-elements.html)
 * [Registries](4.2.2-registries.html)
-* [SchemaLoader](4.2.43-schema-loader.html)
+* [SchemaLoader](4.2.3-schema-loader.html)
 
 ## Introduction
 
@@ -46,7 +46,7 @@ Creating a **SchemaManager** results in a complex structure being created, and i
 
 * The elements stored in the **SchemaManager**
 * The containers in which those **SchemaObject** instances are stored, called **Registries**
-* The classes used to initialize the **SchemaManager**, called the **SchemaLoader** (whch comes in various flavors)
+* The classes used to initialize the **SchemaManager**, called the **SchemaLoader** (which comes in various flavors)
 
 ## Getting a SchemaManager
 
diff --git a/source/api/user-guide/4.2.1-schema-objects.md b/source/api/user-guide/4.2.1-schema-objects.md
index f8dc062..7084bc2 100644
--- a/source/api/user-guide/4.2.1-schema-objects.md
+++ b/source/api/user-guide/4.2.1-schema-objects.md
@@ -34,14 +34,14 @@ Here are the 8 LDAP **SchemaObject**s and the 3 additional ones :
 
 | Name | Description |
 |---|---|
-| **[ObjectClasses (e)](4.8-object-classes.html)** | Defines the permitted **AttributeType**s of an entry |
-| **[AttributeTypes (...)](4.2-attribute-types.html)** | Defines the type of attributes we can store in an entry |
-| **[Syntaxes (e)](4.9-syntaxes.html)** | Defines the syntax that is applied to the **AttributeType** values |
-| **[MatchingRules (e)](4.5-matching-rules.html)** | The rules that are used to match **AttributeType**'s values |
-| **[DITContentRules (e)](4.3-dit-content-rules.html)** | Defines the allowed or forbidden **AttributeType**s and **ObjectClasse**s |
-| **[DITStructureRules (e)](4.4-dit-structure-rules.html)** | Defines the hierarchical relationships between entries |
-| **[NameForms (e)](4.7-name-forms.html)** | Defines the **AttributeType**s that may be use in a **RDN** |
-| **[MatchingRuleUses (e)](4.6-matching-rule-uses.html)** | Defines the **AttributeType**s that can be used for a **MatchingRule** |
+| **[ObjectClasses (e)](4.2.1.2-object-classes.html)** | Defines the permitted **AttributeType**s of an entry |
+| **[AttributeTypes (...)](4.2.1.1-attribute-types.html)** | Defines the type of attributes we can store in an entry |
+| **[Syntaxes (e)](4.2.1.3-syntaxes.html)** | Defines the syntax that is applied to the **AttributeType** values |
+| **[MatchingRules (e)](4.2.1.4-matching-rules.html)** | The rules that are used to match **AttributeType**'s values |
+| **[DITContentRules (e)](4.2.1.5-dit-content-rules.html)** | Defines the allowed or forbidden **AttributeType**s and **ObjectClasse**s |
+| **[DITStructureRules (e)](4.2.1.6-dit-structure-rules.html)** | Defines the hierarchical relationships between entries |
+| **[NameForms (e)](4.2.1.8-name-forms.html)** | Defines the **AttributeType**s that may be use in a **RDN** |
+| **[MatchingRuleUses (e)](4.2.1.7-matching-rule-uses.html)** | Defines the **AttributeType**s that can be used for a **MatchingRule** |
 | _**[SyntaxChecker (e)]()**_ | The function that do the check on values |
 | _**[Normalizer (e)]()**_ | The function that normalize the values |
 | _**[LdapComparator (e)]()**_ | The function that compare two values |
diff --git a/source/api/user-guide/4.2.1.1-attribute-types.md b/source/api/user-guide/4.2.1.1-attribute-types.md
index 0021b66..b05ec09 100644
--- a/source/api/user-guide/4.2.1.1-attribute-types.md
+++ b/source/api/user-guide/4.2.1.1-attribute-types.md
@@ -2,7 +2,7 @@
 title: 4.2.1.1 - AttributeTypes
 navPrev: 4.2.1-schema-objects.html
 navPrevText: 4.2.1 - Schema Objects
-navUp: 4.2.1-schema-object.html
+navUp: 4.2.1-schema-objects.html
 navUpText: 4.2.1 - Schema Objects
 navNext: 4.2.1.2-object-classes.html
 navNextText: 4.2.1.2 - ObjectClasses
diff --git a/source/api/user-guide/4.2.1.8-name-forms.md b/source/api/user-guide/4.2.1.8-name-forms.md
index e5989d7..ff62228 100644
--- a/source/api/user-guide/4.2.1.8-name-forms.md
+++ b/source/api/user-guide/4.2.1.8-name-forms.md
@@ -1,6 +1,6 @@
 ---
 title: 4.2.1.8 - NameForms
-navPrev: 4.2.1.7-matching-rule-use.html
+navPrev: 4.2.1.7-matching-rule-uses.html
 navPrevText: 4.2.1.7 - Matching Rule Uses
 navUp: 4.2.1-schema-objects.html
 navUpText: 4.2.1 - Schema Objects
diff --git a/source/api/user-guide/7-requests-responses.md b/source/api/user-guide/7-requests-responses.md
index 57e35c1..7e9fe21 100644
--- a/source/api/user-guide/7-requests-responses.md
+++ b/source/api/user-guide/7-requests-responses.md
@@ -137,7 +137,7 @@ Here is the Message interface:
 * [7.13 - ModDnRequest](7.13-mod-dn-request.html)
 * [7.14 - ModDnResponse](7.14-mod-dn-response.html)
 * [7.15 - ModifyRequest](7.15-modify-request.html)
-* [7.16 - ModifyResponse](7.16-modify-response..html)
+* [7.16 - ModifyResponse](7.16-modify-response.html)
 * [7.17 - SearchRequest](7.17-search-request.html)
 * [7.18 - SearchResultDone](7.18-search-result-done.html)
 * [7.19 - SearchResultEntry](7.19-search-result-entry.html)
diff --git a/source/api/user-guide/7.18-search-result-done.md b/source/api/user-guide/7.18-search-result-done.md
index ac19e9f..35c62fd 100644
--- a/source/api/user-guide/7.18-search-result-done.md
+++ b/source/api/user-guide/7.18-search-result-done.md
@@ -1,6 +1,6 @@
 ---
 title: 7.18 - SearchResultDone
-navPrev: 7.17 - search-request.html
+navPrev: 7.17-search-request.html
 navPrevText: 7.17 - SearchRequest
 navUp: 7-requests-responses.html
 navUpText: 7 - Requests and Responses
diff --git a/source/api/user-guide/8-ldap-rfcs.md b/source/api/user-guide/8-ldap-rfcs.md
index a04180b..9daaaae 100644
--- a/source/api/user-guide/8-ldap-rfcs.md
+++ b/source/api/user-guide/8-ldap-rfcs.md
@@ -1,6 +1,6 @@
 ---
 title: 8 - LDAP Related RFCs
-navPrev: 7-requests-response.html
+navPrev: 7-requests-responses.html
 navPrevText: 7 - Requests and Responses
 navUp: ../user-guide.html
 navUpText: User Guide