@@ -99,7 +99,7 @@ public Diagnostic Push(string product, Diagnostic diagnostic)
99
99
DiagnosticSeverity . Info ,
100
100
isEnabledByDefault : true ,
101
101
description : ThisAssembly . Strings . Sponsor . Description ,
102
- helpLinkUri : ThisAssembly . Git . Url ,
102
+ helpLinkUri : "https://github.com/devlooped#sponsorlink" ,
103
103
"DoesNotSupportF1Help" ) ;
104
104
105
105
static DiagnosticDescriptor CreateUnknown ( string [ ] sponsorable , string product , string prefix ) => new (
@@ -112,7 +112,7 @@ public Diagnostic Push(string product, Diagnostic diagnostic)
112
112
description : ThisAssembly . Strings . Unknown . Description (
113
113
sponsorable . Humanize ( x => $ "https://github.com/sponsors/{ x } ") ,
114
114
string . Join ( " " , sponsorable ) ) ,
115
- helpLinkUri : "https://www.devlooped. com/SponsorLink/ " ,
115
+ helpLinkUri : "https://github. com/devlooped#sponsorlink " ,
116
116
WellKnownDiagnosticTags . NotConfigurable ) ;
117
117
118
118
static DiagnosticDescriptor CreateExpiring ( string [ ] sponsorable , string prefix ) => new (
@@ -123,7 +123,7 @@ public Diagnostic Push(string product, Diagnostic diagnostic)
123
123
DiagnosticSeverity . Warning ,
124
124
isEnabledByDefault : true ,
125
125
description : ThisAssembly . Strings . Expiring . Description ( string . Join ( " " , sponsorable ) ) ,
126
- helpLinkUri : "https://www.devlooped. com/SponsorLink/github.html#auto-sync " ,
126
+ helpLinkUri : "https://github. com/devlooped#autosync " ,
127
127
"DoesNotSupportF1Help" , WellKnownDiagnosticTags . NotConfigurable ) ;
128
128
129
129
static DiagnosticDescriptor CreateExpired ( string [ ] sponsorable , string prefix ) => new (
@@ -134,6 +134,6 @@ public Diagnostic Push(string product, Diagnostic diagnostic)
134
134
DiagnosticSeverity . Warning ,
135
135
isEnabledByDefault : true ,
136
136
description : ThisAssembly . Strings . Expired . Description ( string . Join ( " " , sponsorable ) ) ,
137
- helpLinkUri : "https://www.devlooped. com/SponsorLink/github.html#auto-sync " ,
137
+ helpLinkUri : "https://github. com/devlooped#autosync " ,
138
138
"DoesNotSupportF1Help" , WellKnownDiagnosticTags . NotConfigurable ) ;
139
139
}
0 commit comments