From a0896cbad387073d4d111b643e76cb26eef523b0 Mon Sep 17 00:00:00 2001 From: clcaldwell Date: Wed, 29 Jul 2020 15:46:51 -0700 Subject: [PATCH 1/2] Remove depreciated waffle.io links from readme --- README.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/README.md b/README.md index 733ebf9e2..6744c984c 100644 --- a/README.md +++ b/README.md @@ -415,22 +415,6 @@ The initial motivation behind having the `SuggestedCorrections` property on the [Back to ToC](#table-of-contents) -Project Management Dashboard -============================ -You can track issues, pull requests, backlog items here: - -[![Stories in progress](https://badge.waffle.io/PowerShell/PSScriptAnalyzer.png?label=In%20Progress&title=In%20Progress)](https://waffle.io/PowerShell/PSScriptAnalyzer) - -[![Stories in ready](https://badge.waffle.io/PowerShell/PSScriptAnalyzer.png?label=ready&title=Ready)](https://waffle.io/PowerShell/PSScriptAnalyzer) - -[![Stories in backlog](https://badge.waffle.io/PowerShell/PSScriptAnalyzer.png?label=BackLog&title=BackLog)](https://waffle.io/PowerShell/PSScriptAnalyzer) - -Throughput Graph - -[![Throughput Graph](https://graphs.waffle.io/powershell/psscriptanalyzer/throughput.svg)](https://waffle.io/powershell/psscriptanalyzer/metrics) - -[Back to ToC](#table-of-contents) - Contributions are welcome ============================== From 9102a013d3637c9deb399694adb8fc0eb52f22d3 Mon Sep 17 00:00:00 2001 From: clcaldwell Date: Wed, 29 Jul 2020 16:14:52 -0700 Subject: [PATCH 2/2] remove proj management header from ToC --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 6744c984c..a315a539c 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,6 @@ Table of Contents * [Implicit](#implicit) - [ScriptAnalyzer as a .NET library](#scriptanalyzer-as-a-net-library) - [Violation Correction](#violation-correction) -- [Project Management Dashboard](#project-management-dashboard) - [Contributions are welcome](#contributions-are-welcome) - [Creating a Release](#creating-a-release) - [Code of Conduct](#code-of-conduct)