Skip to content

Commit

Permalink
Merge pull request odpi#158 from odpi/initial-load
Browse files Browse the repository at this point in the history
More link fixes
  • Loading branch information
mandy-chessell committed Nov 9, 2021
2 parents 25fc4d8 + d9b1304 commit 0a2e2cf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ Caused by: org.apache.kafka.common.errors.TimeoutException: Timed out waiting fo

* [Integration Daemon Diagnostic Guide](integration-daemon-diagnostic-guide.md) covers specific guidance on
diagnosing and fixing errors in the Integration Daemon.
* [Repository Services Design Overview](/egeria-docs/servvices/omrs) describes the different repository services subsystems used in the different types of OMAG Servers.
* [Repository Services Start up Design](/egeria-docs/servvices/omrs/subsystem-descriptions) describe the components initialized in an Egeria Metadata Server.
* [Repository Services Design Overview](/egeria-docs/services/omrs) describes the different repository services subsystems used in the different types of OMAG Servers.
* [Repository Services Start up Design](/egeria-docs/services/omrs/subsystem-descriptions) describe the components initialized in an Egeria Metadata Server.

---8<-- "snippets/abbr.md"
2 changes: 1 addition & 1 deletion site/docs/introduction/key-concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ There should be, at most, a *tiny* chance[^3] that two servers will generate the

Adhering to these concepts and the principles by which they behave is the subject of *conformance*. Egeria provides an [automated testing suite to validate that a given repository or third party integration behaves according to these expectations](/egeria-docs/guides/cts/overview), the successful completion of which is a necessary input to a tool being granted the use of an Egeria conformance mark.

[^1]: You may want to see the [cohort interactions walkthrough](/egeria-docs/features/cohort-operaation/overview) for more details on how cohort participants interact.
[^1]: You may want to see the [cohort interactions walkthrough](/egeria-docs/features/cohort-operation/overview) for more details on how cohort participants interact.
[^2]: You may want to see the [OMRS metamodel](/egeria-docs/guides/developer/repository-connectors/metamodel/overview) for more details on the granularity of metadata exchange.
[^3]: The rarity will depend on the specific algorithm used, but as an example the algorithm used within Egeria generates type 4 UUIDs, for which the [probability of a collision is so small that it can almost be ignored :material-dock-window:](https://en.wikipedia.org/wiki/Universally_unique_identifier#Collisions){ target=wiki }. But as it is not *impossible*, Egeria does still provide the mechanisms to detect and resolve such conflicts.

Expand Down
2 changes: 1 addition & 1 deletion site/docs/services/server-chassis.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ To make a new Java package visible to **OMAGServerPlatform**, add its **spring**
to the **pom.xml** file for **server-chassis-spring** and it will be picked up in the component scan.

For example, this is the snippet of XML in the pom.xml file that adds the
[Asset Owner OMAS](/egeria-docs/servvices/omas/asset-owner/overview) services
[Asset Owner OMAS](/egeria-docs/services/omas/asset-owner/overview) services
to the OMAG server platform.

```xml
Expand Down

0 comments on commit 0a2e2cf

Please sign in to comment.