From 8a7a90eedc6583c3f79de3b9a0d5afaa379f8c3e Mon Sep 17 00:00:00 2001 From: Iwona Langer Date: Thu, 5 Dec 2024 13:39:38 +0100 Subject: [PATCH] Fix a broken link (#18764) --- docs/glossary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/glossary.md b/docs/glossary.md index 52b62c021ca1..54a9f530a2de 100644 --- a/docs/glossary.md +++ b/docs/glossary.md @@ -7,7 +7,7 @@ Here's a list of the most commonly used terms that you may come across when brow | Term | Description | Useful links | | ---- | ------------ | ------------ | -| Application | An external solution connected to Kyma through Application Connector.

**Warning**
Don't confuse it with `application`, which is the term used for a microservice deployed on Kyma or in a general sense for software.
| [Application custom resource](https://kyma-project.io/#/application-connector-manager/user/resources/06-10-application) | +| Application | An external solution connected to Kyma through Application Connector.

**Warning**
Don't confuse it with `application`, which is the term used for a microservice deployed on Kyma or in a general sense for software.
| [Application custom resource](https://kyma-project.io/#/application-connector-manager/user/resources/04-10-application) | | Credentials/Secrets | Sensitive data to call the service, connect to it, and authenticate it. | | | Custom resource | A custom resource (CR) allows you to extend the Kubernetes API to cover use cases that are not directly covered by core Kubernetes. | [Kubernetes - Custom Resource](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/) | | CustomResourceDefinition (CRD) | An object used to define a custom resource. | |