From 4df222b36b949450cabe7881997ea34a795b17db Mon Sep 17 00:00:00 2001 From: Alphaeus Mote Date: Fri, 9 May 2025 15:30:36 -0400 Subject: [PATCH] Update all URLs to point to Grace-Solutions organization --- Documentation/README.md | 2 +- Documentation/guides/Installation.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/README.md b/Documentation/README.md index e6d4fa5..9b26cab 100644 --- a/Documentation/README.md +++ b/Documentation/README.md @@ -50,7 +50,7 @@ Install-Module -Name PSProxmox -Scope CurrentUser ```powershell # Clone the repository -git clone https://github.com/freedbygrace/PSProxmox.git +git clone https://github.com/Grace-Solutions/PSProxmox.git cd PSProxmox # Build the module diff --git a/Documentation/guides/Installation.md b/Documentation/guides/Installation.md index 22b050a..dfb415c 100644 --- a/Documentation/guides/Installation.md +++ b/Documentation/guides/Installation.md @@ -29,7 +29,7 @@ Install-Module -Name PSProxmox -Scope AllUsers You can also install the PSProxmox module directly from a GitHub release: -1. Download the latest release from the [GitHub repository](https://github.com/freedbygrace/PSProxmox/releases) +1. Download the latest release from the [GitHub repository](https://github.com/Grace-Solutions/PSProxmox/releases) 2. Extract the ZIP file 3. Run the `Install-PSProxmox.ps1` script included in the package: @@ -43,7 +43,7 @@ You can build and install the PSProxmox module from source: 1. Clone the repository: ```powershell -git clone https://github.com/freedbygrace/PSProxmox.git +git clone https://github.com/Grace-Solutions/PSProxmox.git cd PSProxmox ``` @@ -61,7 +61,7 @@ cd PSProxmox You can manually install the PSProxmox module by copying the files to your PowerShell modules directory: -1. Download the latest release from the [GitHub repository](https://github.com/freedbygrace/PSProxmox/releases) +1. Download the latest release from the [GitHub repository](https://github.com/Grace-Solutions/PSProxmox/releases) 2. Extract the ZIP file 3. Copy the extracted files to a folder named "PSProxmox" in your PowerShell modules directory: