Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1v22pZ-00Foan-1V for pgsql-www@arkaria.postgresql.org; Fri, 26 Sep 2025 07:25:25 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1v22pX-008awB-EG for pgsql-www@arkaria.postgresql.org; Fri, 26 Sep 2025 07:25:23 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1v22pX-008avj-7r for pgsql-www@lists.postgresql.org; Fri, 26 Sep 2025 07:25:23 +0000 Received: from smtp.outgoing.loopia.se ([93.188.3.37]) by makus.postgresql.org with smtp (Exim 4.96) (envelope-from ) id 1v22pT-002VT0-2b for pgsql-www@lists.postgresql.org; Fri, 26 Sep 2025 07:25:22 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id 5D412424A76 for ; Fri, 26 Sep 2025 09:25:07 +0200 (CEST) Received: from s979.loopia.se (unknown [172.22.191.5]) by s807.loopia.se (Postfix) with ESMTP id 49DE6426E0D; Fri, 26 Sep 2025 09:25:07 +0200 (CEST) Received: from s473.loopia.se (unknown [172.22.191.5]) by s979.loopia.se (Postfix) with ESMTP id 4696C10BC4F3; Fri, 26 Sep 2025 09:25:07 +0200 (CEST) X-Virus-Scanned: amavisd-new at amavis.loopia.se X-Spam-Flag: NO X-Spam-Score: -1.2 X-Spam-Level: X-Spam-Status: No, score=-1.2 tagged_above=-999 required=6.2 tests=[ALL_TRUSTED=-1, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1] autolearn=disabled Authentication-Results: s473.loopia.se (amavisd-new); dkim=pass (2048-bit key) header.d=yesql.se Received: from s899.loopia.se ([172.22.191.5]) by s473.loopia.se (s473.loopia.se [172.22.190.13]) (amavisd-new, port 10024) with UTF8LMTP id TrDteajXbVyn; Fri, 26 Sep 2025 09:25:06 +0200 (CEST) X-Loopia-Auth: user X-Loopia-User: daniel@yesql.se X-Loopia-Originating-IP: 89.255.232.236 Received: from smtpclient.apple (customer-89-255-232-236.stosn.net [89.255.232.236]) (Authenticated sender: daniel@yesql.se) by s899.loopia.se (Postfix) with ESMTPSA id CAB652C8BB73; Fri, 26 Sep 2025 09:25:06 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yesql.se; s=loopiadkim1707475645; t=1758871506; bh=B3J+7LPSebo8aAI7U63bYRdW++gTmlkv5ruNt0VWLNg=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=nxaG6aJkMA2DbvOxq+ZLiHcnke+VRfkzJMSWiJPc0dhikzsmeCQdVEi6Qcptyp7Ub +b2c0jFDuLmOQU5cadFMzsM9u850qJ4qFJaTiPhQxjUScJfu5eQMRfAy35QnEn6k3G csIvQditWZZIdDDSA7V2ZVxCeDakPQNXMj4wg9eXQGnZriyLC+kHTRbzl8XPdiFIE+ j3bUdUJQzDPT7KurrlgO/5t6ejGXTFYGHp//f6OW99yLcV4tME44phtv66Y8Le4N8f mRtyxkgARrN19vPaBtrFGawlKs3/IsoMVziWdmzIW3wVS9RKF/Y44I9SddSxz663xS P0LuDNWWdP4QA== Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3776.700.51.11.2\)) Subject: Re: [PATCH] Correct sponsor link in zh presskit page From: Daniel Gustafsson In-Reply-To: Date: Fri, 26 Sep 2025 09:24:56 +0200 Cc: "pgsql-www@lists.postgresql.org" Content-Transfer-Encoding: quoted-printable Message-Id: References: To: Steve Lau X-Mailer: Apple Mail (2.3776.700.51.11.2) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On 26 Sep 2025, at 07:15, Steve Lau wrote: >=20 > Hi, pgweb maintainers! >=20 > I found 2 incorrect links to the sponsor page in = =E2=80=9Cpresskit{17,18}/zh.html=E2=80=9D. Here is a patch that = corrects them Thanks, I've pushed this with some commit message editing. -- Daniel Gustafsson