From nobody Wed Apr 15 13:33:54 2026 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of seabios.org designates 78.46.105.101 as permitted sender) client-ip=78.46.105.101; envelope-from=seabios-bounces@seabios.org; helo=coreboot.org; Authentication-Results: mx.zohomail.com; spf=pass (zohomail.com: domain of seabios.org designates 78.46.105.101 as permitted sender) smtp.mailfrom=seabios-bounces@seabios.org; dmarc=fail(p=none dis=none) header.from=drv.nu Return-Path: Received: from coreboot.org (mail.coreboot.org [78.46.105.101]) by mx.zohomail.com with SMTPS id 177571783587185.5825287011445; Wed, 8 Apr 2026 23:57:15 -0700 (PDT) Received: from authenticated-user (PRIMARY_HOSTNAME [PUBLIC_IP]) by coreboot.org (Postfix) with ESMTPA id D7609503950; Thu, 9 Apr 2026 06:57:13 +0000 (UTC) Received: from authenticated-user (PRIMARY_HOSTNAME [PUBLIC_IP]) by coreboot.org (Postfix) with ESMTP id 6988C503474 for ; Thu, 9 Apr 2026 06:55:42 +0000 (UTC) Received: from authenticated-user (PRIMARY_HOSTNAME [PUBLIC_IP]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature ECDSA (prime256v1) server-digest SHA256) (No client certificate requested) (Authenticated sender: daniel@oak.drv.nu) by oak.drv.nu (Postfix) with ESMTPSA id 7E3FC103058; Wed, 08 Apr 2026 23:55:40 -0700 (PDT) From: Daniel Verkamp To: seabios@seabios.org Date: Wed, 8 Apr 2026 23:55:37 -0700 Message-ID: <20260409065537.3440067-1-daniel@drv.nu> MIME-Version: 1.0 X-Spam-Level: * Message-ID-Hash: 7RJALB42LOTGLSTPKKOTFUMKRWXWXBPE X-Message-ID-Hash: 7RJALB42LOTGLSTPKKOTFUMKRWXWXBPE X-MailFrom: daniel@drv.nu X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; header-match-seabios.seabios.org-0; header-match-seabios.seabios.org-1; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.11b1 Precedence: list Subject: [SeaBIOS] [PATCH] README: update developer documentation link List-Id: SeaBIOS mailing list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Content-Transfer-Encoding: quoted-printable Authentication-Results: coreboot.org; auth=pass smtp.auth=mailman@coreboot.org smtp.mailfrom=seabios-bounces@seabios.org X-Spamd-Bar: / X-ZM-MESSAGEID: 1775717837879154101 Content-Type: text/plain; charset="utf-8" The old URL doesn't work anymore; point it at the updated path. Signed-off-by: Daniel Verkamp Reviewed-by: Paul Menzel Reviewed-by: Philippe Mathieu-Daud=C3=A9 Tested-by: Philippe Mathieu-Daud=C3=A9 --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index e18be16f..4f906d6f 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ bios that is built with standard GNU tools. =20 Please see build and developer information at: =20 - http://seabios.org/Developer_Documentation + https://seabios.org/Developer_Documentation.html =20 For the impatient, SeaBIOS is built for QEMU and tested on QEMU with: =20 --=20 2.53.0 _______________________________________________ SeaBIOS mailing list -- seabios@seabios.org To unsubscribe send an email to seabios-leave@seabios.org