PowerShell / PSResourceGet

PSResourceGet is the package manager for PowerShell
https://www.powershellgallery.com/packages/Microsoft.PowerShell.PSResourceGet
MIT License
479 stars 90 forks source link

Link for PSResourceGet on PowerShell Gallery directs to PowerShellGet project #1610

Closed joshcorr closed 3 months ago

joshcorr commented 3 months ago

Prerequisites

Steps to reproduce

From PowerShellGallery for this module the "Project Site" link does not correctly link to this repo.

Expected behavior

"Project Site" redirects to https://github.com/PowerShell/PSResourceGet

Actual behavior

"Project Site" redirects to https://github.com/PowerShell/PowerShellGet

Error details

n/a

Environment data

n/a

Visuals

No response

joshcorr commented 3 months ago

Believe the root of the issue is this link in the resource that needs to be updated. https://github.com/PowerShell/PSResourceGet/blob/abfbf4222ef9a4c170b42e9c77df801040c69937/src/Microsoft.PowerShell.PSResourceGet.psd1#L55

kilasuit commented 3 months ago

Believe the root of the issue is this link in the resource that needs to be updated.

https://github.com/PowerShell/PSResourceGet/blob/abfbf4222ef9a4c170b42e9c77df801040c69937/src/Microsoft.PowerShell.PSResourceGet.psd1#L55

Noted this and LicenseURI are still pointing to PowerShellGet, have added a PR for both

joshcorr commented 3 months ago

Thanks @kilasui for the PR, but I was thinking that the team may need to generate a new go link for this in case the destination changes in the future. (Like a msdn -> docs -> learn situation)

SydneyhSmith commented 3 months ago

Should get updated today, thanks everyone

alerickson commented 3 months ago

Links are updated now! Thanks for opening the issue @joshcorr!