diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7c08b4e..ecc55d2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,11 +5,11 @@ Thank you for your interest in contributing. This project is maintained by Roy K ## How to contribute (fork and pull request) 1. **Fork the repository** - Click **Fork** on [the GitHub repo](https://github.com/royklo/RK-Solutions-PSModule). + Click **Fork** on [the GitHub repo](https://github.com/royklo/RKSolutions-Module). 2. **Clone your fork** ```powershell - git clone https://github.com/YOUR_USERNAME/RK-Solutions-PSModule.git - cd RK-Solutions-PSModule + git clone https://github.com/YOUR_USERNAME/RKSolutions-Module.git + cd RKSolutions-Module ``` 3. **Create a branch** for your change ```powershell @@ -25,7 +25,7 @@ Thank you for your interest in contributing. This project is maintained by Roy K git push origin feature/your-feature-name ``` 7. **Open a pull request** - Go to the [original repository](https://github.com/royklo/RK-Solutions-PSModule) and open a **New pull request** from your branch. Fill in the PR template (summary of changes, related issue if any, checklist). + Go to the [original repository](https://github.com/royklo/RKSolutions-Module) and open a **New pull request** from your branch. Fill in the PR template (summary of changes, related issue if any, checklist). ## Development setup @@ -39,7 +39,7 @@ Thank you for your interest in contributing. This project is maintained by Roy K Use the **Bug report** issue template so we get the information we need: -1. Go to [New issue](https://github.com/royklo/RK-Solutions-PSModule/issues/new). +1. Go to [New issue](https://github.com/royklo/RKSolutions-Module/issues/new). 2. Choose **Bug report**. 3. Fill in: - **Description** — What went wrong? @@ -53,7 +53,7 @@ Use the **Bug report** issue template so we get the information we need: Use the **Feature request** template: -1. Go to [New issue](https://github.com/royklo/RK-Solutions-PSModule/issues/new). +1. Go to [New issue](https://github.com/royklo/RKSolutions-Module/issues/new). 2. Choose **Feature request**. 3. Describe the feature, the use case, and your proposed solution. diff --git a/README.md b/README.md index 3b3007c..a8f10f7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # RKSolutions PowerShell Module [PowerShell Gallery](https://www.powershellgallery.com/packages/RKSolutions) -[CI](https://github.com/royklo/RK-Solutions-PSModule/actions) +[CI](https://github.com/royklo/RKSolutions-Module/actions) [License: MIT](LICENSE) PowerShell module for Microsoft Graph–backed reports: Intune Enrollment Flows, Intune Anomalies, Entra Admin Roles, and M365 License Assignment. Connects to Microsoft Graph and generates HTML/CSV reports. @@ -10,13 +10,13 @@ PowerShell module for Microsoft Graph–backed reports: Intune Enrollment Flows, This module is maintained by **Roy Klooster** (RK Solutions). -- **Repository:** [https://github.com/royklo/RK-Solutions-PSModule](https://github.com/royklo/RK-Solutions-PSModule) +- **Repository:** [https://github.com/royklo/RKSolutions-Module](https://github.com/royklo/RKSolutions-Module) - **PowerShell Gallery:** [https://www.powershellgallery.com/packages/RKSolutions](https://www.powershellgallery.com/packages/RKSolutions) ## Repository structure ``` -RK-Solutions-PSModule/ +RKSolutions-Module/ ├── README.md # This file ├── LICENSE # MIT ├── CONTRIBUTING.md # How to contribute, fork & PR @@ -56,8 +56,8 @@ Install-Module -Name RKSolutions -Scope CurrentUser ### From source (GitHub) ```powershell -git clone https://github.com/royklo/RK-Solutions-PSModule.git -cd RK-Solutions-PSModule +git clone https://github.com/royklo/RKSolutions-Module.git +cd RKSolutions-Module Import-Module ./module/RKSolutions.psd1 -Force ``` @@ -98,8 +98,8 @@ We welcome contributions: fork the repo, make your changes, and open a pull requ ## Issues -- [Bug report](https://github.com/royklo/RK-Solutions-PSModule/issues/new?template=bug_report.md) -- [Feature request](https://github.com/royklo/RK-Solutions-PSModule/issues/new?template=feature_request.md) +- [Bug report](https://github.com/royklo/RKSolutions-Module/issues/new?template=bug_report.md) +- [Feature request](https://github.com/royklo/RKSolutions-Module/issues/new?template=feature_request.md) ## License