From c1cae21d47852ed79c53bdd33687265fad893760 Mon Sep 17 00:00:00 2001 From: Philip Presson Date: Mon, 15 Dec 2025 07:30:56 -0500 Subject: [PATCH] Fix link format in application-registry.md Signed-off-by: Philip Presson --- system-design/concepts/applications/application-registry.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/system-design/concepts/applications/application-registry.md b/system-design/concepts/applications/application-registry.md index dca15b3..0dd0dd3 100644 --- a/system-design/concepts/applications/application-registry.md +++ b/system-design/concepts/applications/application-registry.md @@ -29,8 +29,8 @@ flowchart class s2 dashed ``` -As shown in the figure above, an `Application Developer` uploads an [Application Package](application-package.md) to an Application Registry. From there, it is available to a `Workload Fleet Manager` (WFM). -The WFM acts as a client to pull an [Application Package](application-package.md) from the Application Registry. It would then list this Application Package on its UI (e.g., an internal `Application Catalog`) to enable the usage on its managed devices. +As shown in the figure above, an `Application Developer` uploads an [Application Package](application-package) to an Application Registry. From there, it is available to a `Workload Fleet Manager` (WFM). +The WFM acts as a client to pull an [Application Package](application-package) from the Application Registry. It would then list this Application Package on its UI (e.g., an internal `Application Catalog`) to enable the usage on its managed devices. > Note: The figure above shows an `Authentication Service` that manages access control for the Application Registry. This service and interactions with it are not yet formally defined by Margo and needs to be further discussed in the future. The idea here is that the WFM requests a token from the Authentication Service to include in requests to the Application Registry. The received token is then validated by the Application Registry through interaction with the Authentication Service. @@ -39,4 +39,4 @@ A hosted Application Package is provided by listing its parts as blobs in an [im ## Relevant Links -* The technical reference of the Application Registry API is defined [here](../../specification/applications/application-registry.md). \ No newline at end of file +* The technical reference of the Application Registry API is defined [here](../../specification/applications/application-registry.md).