From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 0AB5D4B7BC for ; Thu, 13 Jun 2024 13:35:30 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 65F1768D9BD; Thu, 13 Jun 2024 16:35:28 +0300 (EEST) Received: from relay6-d.mail.gandi.net (relay6-d.mail.gandi.net [217.70.183.198]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 9FECB68D933 for ; Thu, 13 Jun 2024 16:35:21 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 01734C000B for ; Thu, 13 Jun 2024 13:35:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1718285721; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=1oqg8rGY+V0RxIaPNCygbqRkd0xEh2SEMQPTE4XJsdU=; b=cYrFsveBKwQa91fxjspQu0RsRzpcsjsPPMHqKfZySudQfRxbtoSD+xJbcldEV/PRAqCxPC r6OxnEJZC7AggAWzdYmc0IUorqVMiU3nA6IeO3hkZem1nfcTomppxHw5ask/V9/ZQOWOuv ew1CdyrEMzDnP2DnRLk3Q+EeWld85JwGecCTm+6wp4POHaGXkvBw05AdYLjQCSoUxi9myG AnFAN1FNnkAOWf3NUxnMi2Ec0k4yoalonovGToNuaoWPpSCWrObhHg1d8Bh1DMqw48aE5/ r4zNONFcVdtvhOVKYAW7XrvYIXP+Xv4HoHSBpYrz2IQPdibofbP5tuuR28XeVg== From: Michael Niedermayer To: FFmpeg development discussions and patches Date: Thu, 13 Jun 2024 15:35:20 +0200 Message-ID: <20240613133520.950637-1-michael@niedermayer.cc> X-Mailer: git-send-email 2.45.2 MIME-Version: 1.0 X-GND-Sasl: michael@niedermayer.cc Subject: [FFmpeg-devel] [PATCH] doc/developer: point to git examples for gmail instead X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: This was suggested by kasper93 on IRC Do people prefer this or the previous ? should we have both links instead ? Signed-off-by: Michael Niedermayer --- doc/developer.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/developer.texi b/doc/developer.texi index 41b21938ef8..f3ad4e08fa7 100644 --- a/doc/developer.texi +++ b/doc/developer.texi @@ -641,7 +641,7 @@ likely was wrong. @subheading How to setup git send-email? Please see @url{https://git-send-email.io/}. -For gmail additionally see @url{https://shallowsky.com/blog/tech/email/gmail-app-passwds.html}. +For gmail additionally see @url{https://git-scm.com/docs/git-send-email#_examples}. @subheading Sending patches from email clients Using @code{git send-email} might not be desirable for everyone. The -- 2.45.2 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".