We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2362f04 commit 2897078Copy full SHA for 2897078
Rubberduck.Core/UI/Inspections/InspectionResultsViewModel.cs
@@ -775,7 +775,7 @@ public bool CanDisableInspection
775
}
776
777
778
- private static readonly Uri _inspectionsHomeUrl = new Uri("https://rubberduckvba.com/inspections");
+ private static readonly Uri _inspectionsHomeUrl = new Uri("https://rubberduckvba.com/features/summary?name=inspections");
779
780
public Uri InspectionDetailsUrl => _selectedInspection == null
781
? _inspectionsHomeUrl
0 commit comments