From e04c266454d5b0a25b29f5d0a081d429f7875998 Mon Sep 17 00:00:00 2001 From: Maximillian Fan Xavier Date: Sat, 26 Sep 2020 16:52:39 -0300 Subject: [PATCH 1/2] Fix link to dct #11349 Signed-off-by: Maximillian Fan Xavier --- engine/security/trust/content_trust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/security/trust/content_trust.md b/engine/security/trust/content_trust.md index ac52662f41..518390fb6e 100644 --- a/engine/security/trust/content_trust.md +++ b/engine/security/trust/content_trust.md @@ -145,7 +145,7 @@ Unique Name (GUN). If this is the first time you are adding a delegation to that repository, this command will also initiate the repository, using a local Notary canonical root key. To understand more about initiating a repository, and the role of delegations, head to -[delegations for content trust](trust_delegation/#managing-delegations-in-a-notary-server). +[delegations for content trust](trust_delegation). ``` $ docker trust signer add --key cert.pem jeff registry.example.com/admin/demo From cfba81f6b5a5687d36a85ef6a5104878d5ac27a1 Mon Sep 17 00:00:00 2001 From: Maximillian Fan Xavier Date: Sat, 26 Sep 2020 17:00:35 -0300 Subject: [PATCH 2/2] Fix url #11349 Signed-off-by: Maximillian Fan Xavier --- engine/security/trust/content_trust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/security/trust/content_trust.md b/engine/security/trust/content_trust.md index 518390fb6e..9ea2206c59 100644 --- a/engine/security/trust/content_trust.md +++ b/engine/security/trust/content_trust.md @@ -145,7 +145,7 @@ Unique Name (GUN). If this is the first time you are adding a delegation to that repository, this command will also initiate the repository, using a local Notary canonical root key. To understand more about initiating a repository, and the role of delegations, head to -[delegations for content trust](trust_delegation). +[delegations for content trust](trust_delegation.md). ``` $ docker trust signer add --key cert.pem jeff registry.example.com/admin/demo