From 9d09d5b2e322824b6f0988ba4fb4480a0a489e04 Mon Sep 17 00:00:00 2001 From: threema-donat <129288638+threema-donat@users.noreply.github.com> Date: Wed, 3 Jul 2024 09:46:49 +0200 Subject: [PATCH] Fix formatting of markdown link --- src/external_account.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/external_account.rs b/src/external_account.rs index 802c29cee..10e0cfe05 100644 --- a/src/external_account.rs +++ b/src/external_account.rs @@ -47,8 +47,7 @@ pub enum CredentialSource { file: String, }, - //// [Microsoft Azure and URL-sourced - ///credentials](https://google.aip.dev/auth/4117#determining-the-subject-token-in-microsoft-azure-and-url-sourced-credentials) + /// [Microsoft Azure and URL-sourced credentials](https://google.aip.dev/auth/4117#determining-the-subject-token-in-microsoft-azure-and-url-sourced-credentials) Url { /// This defines the local metadata server to retrieve the external credentials from. For /// Azure, this should be the Azure Instance Metadata Service (IMDS) URL used to retrieve