Skip to content
This repository was archived by the owner on Jan 19, 2021. It is now read-only.

Commit 44cfd22

Browse files
committed
updated version check endpoint
1 parent b5f7c58 commit 44cfd22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Commands/Base/PnPConnectionHelper.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ internal class PnPConnectionHelper
3030
{
3131

3232
#if DEBUG
33-
private static readonly Uri VersionCheckUrl = new Uri("https://raw.githubusercontent.com/SharePoint/PnP-PowerShell/dev/version.txt");
33+
private static readonly Uri VersionCheckUrl = new Uri("https://raw.githubusercontent.com/pnp/PnP-PowerShell/dev/version.txt");
3434
#else
35-
private static readonly Uri VersionCheckUrl = new Uri("https://raw.githubusercontent.com/SharePoint/PnP-PowerShell/master/version.txt");
35+
private static readonly Uri VersionCheckUrl = new Uri("https://raw.githubusercontent.com/pnp/PnP-PowerShell/master/version.txt");
3636
#endif
3737
private static bool VersionChecked;
3838

0 commit comments

Comments
 (0)