Skip to content

Commit 2897078

Browse files
committed
fix inspections link
1 parent 2362f04 commit 2897078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rubberduck.Core/UI/Inspections/InspectionResultsViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@ public bool CanDisableInspection
775775
}
776776
}
777777

778-
private static readonly Uri _inspectionsHomeUrl = new Uri("https://rubberduckvba.com/inspections");
778+
private static readonly Uri _inspectionsHomeUrl = new Uri("https://rubberduckvba.com/features/summary?name=inspections");
779779

780780
public Uri InspectionDetailsUrl => _selectedInspection == null
781781
? _inspectionsHomeUrl

0 commit comments

Comments
 (0)