From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1439016-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 393EE158095
	for <garchives@archives.gentoo.org>; Fri, 23 Sep 2022 23:58:51 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 32D94E0D5F;
	Fri, 23 Sep 2022 23:58:50 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 1D000E0D5F
	for <gentoo-commits@lists.gentoo.org>; Fri, 23 Sep 2022 23:58:50 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 41225340FE4
	for <gentoo-commits@lists.gentoo.org>; Fri, 23 Sep 2022 23:58:49 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id BC224525
	for <gentoo-commits@lists.gentoo.org>; Fri, 23 Sep 2022 23:58:47 +0000 (UTC)
From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" <xgqt@gentoo.org>
Message-ID: <1663977496.fe1659cfcb32af0058860ab65b6ee764ffbac3ee.xgqt@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/pwsh-bin/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-shells/pwsh-bin/metadata.xml
X-VCS-Directories: app-shells/pwsh-bin/
X-VCS-Committer: xgqt
X-VCS-Committer-Name: Maciej Barć
X-VCS-Revision: fe1659cfcb32af0058860ab65b6ee764ffbac3ee
X-VCS-Branch: master
Date: Fri, 23 Sep 2022 23:58:47 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: eb87c91b-98fd-490b-9427-d6c893bab622
X-Archives-Hash: 64ed93b8326bd8704db5c55fe219675e

commit:     fe1659cfcb32af0058860ab65b6ee764ffbac3ee
Author:     Randall T. Vasquez <ran.dall <AT> icloud <DOT> com>
AuthorDate: Fri Sep 23 23:51:08 2022 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Sep 23 23:58:16 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe1659cf

app-shells/pwsh-bin: update docs link in `metadata.xml`

Signed-off-by: Randall T. Vasquez <ran.dall <AT> icloud.com>
Closes: https://github.com/gentoo/gentoo/pull/27417
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-shells/pwsh-bin/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/pwsh-bin/metadata.xml b/app-shells/pwsh-bin/metadata.xml
index fdbb42bd572a..afa9728401cc 100644
--- a/app-shells/pwsh-bin/metadata.xml
+++ b/app-shells/pwsh-bin/metadata.xml
@@ -18,7 +18,7 @@
   </use>
   <upstream>
     <changelog>https://github.com/PowerShell/PowerShell/blob/master/CHANGELOG/7.1.md</changelog>
-    <doc>https://powershell.org/free-resources/</doc>
+    <doc>https://learn.microsoft.com/en-us/powershell/</doc>
     <bugs-to>https://github.com/PowerShell/PowerShell/issues</bugs-to>
     <remote-id type="github">PowerShell/PowerShell</remote-id>
   </upstream>