diff --git a/docs/pages/concepts/logical/registry.md b/docs/pages/concepts/logical/registry.md index 5dca068a3b8..4df0897a4e6 100644 --- a/docs/pages/concepts/logical/registry.md +++ b/docs/pages/concepts/logical/registry.md @@ -10,7 +10,7 @@ list: include --- The Meshery Registry is a component within Meshery that contains a database of known capabilities. Capabilities include registered models that many contains operations, components, relationships, policies, and more. The Registry is a key component of Meshery's core functionality. -Each Meshery release includes a predefined set of [models](../models) that are registered upon boot of Meshery Server in the Registry. The Meshery Registry is a key component of Meshery's core functionality. +Each Meshery release includes a predefined set of [models](./models) that are registered upon boot of Meshery Server in the Registry. The Meshery Registry is a key component of Meshery's core functionality. ## Glossary of Core Concepts @@ -26,7 +26,7 @@ Each Meshery release includes a predefined set of [models](../models) that are r The process of registering an entity in the Meshery Registry is a multi-step process. The process begins with the sourcing of the entity from the Registrant's source. The entity is then registered in the Meshery Registry. The entity is then available for use within the Meshery ecosystem. -Meshery [Adapters]({{site.baseurl/concepts/architecture/adapters}}) are one example of a Registrant. Registrants are responsible for the registration of entities in the Meshery Registry. Adapters are responsible for the sourcing and registration of entities and the packaging of these enties into one or more models. +Meshery [Adapters]({{ site.baseurl }}/concepts/architecture/adapters) are one example of a Registrant. Registrants are responsible for the registration of entities in the Meshery Registry. Adapters are responsible for the sourcing and registration of entities and the packaging of these enties into one or more models. #### Using Meshery CLI to Register a Model