Skip to content

Commit 9dd69fa

Browse files
committed
Fix URLs to static website
No .html extension is needed
1 parent 69b8f0b commit 9dd69fa

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/Commands/Properties/Resources.resx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
<comment>What</comment>
135135
</data>
136136
<data name="FirstRun_How" xml:space="preserve">
137-
<value>GitHub users and organizations using [link=https://github.com/sponsors/]GitHub Sponsors[/] (a.k.a. [italic]sponsorables[/]) can opt-in to SponsorLink by providing [link=https://www.devlooped.com/SponsorLink/spec.html#sponsorable-manifest]a standard JWT manifest[/] at [link=https://github.com/devlooped/.github/blob/main/sponsorlink.jwt][blue]https://github.com/[/][dim][[user/org]][/][blue]/.github/sponsorlink.jwt[/][/]. This is the same location used for other [link=https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file]community health files[/].
137+
<value>GitHub users and organizations using [link=https://github.com/sponsors/]GitHub Sponsors[/] (a.k.a. [italic]sponsorables[/]) can opt-in to SponsorLink by providing [link=https://www.devlooped.com/SponsorLink/spec#sponsorable-manifest]a standard JWT manifest[/] at [link=https://github.com/devlooped/.github/blob/main/sponsorlink.jwt][blue]https://github.com/[/][dim][[user/org]][/][blue]/.github/sponsorlink.jwt[/][/]. This is the same location used for other [link=https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file]community health files[/].
138138

139139
When you synchronize your sponsorship with a given account, the following steps take place:
140140

@@ -150,7 +150,7 @@ When you synchronize your sponsorship with a given account, the following steps
150150

151151
You can easily inspect the JWT of both the sponsorable account and your sponsor manifest using [link]https://jwt.io/[/], for example.
152152

153-
This manifest needs to be sync'ed once a month, which is the only point at which each SponsorLink backend computes, signs your sponsorship manifest and sets a new expiration date. You can also enable [link=https://www.devlooped.com/SponsorLink/github.html#auto-sync]automatic synchronization[/]. Learn more at [link]https://www.devlooped.com/SponsorLink/[/].</value>
153+
This manifest needs to be sync'ed once a month, which is the only point at which each SponsorLink backend computes, signs your sponsorship manifest and sets a new expiration date. You can also enable [link=https://www.devlooped.com/SponsorLink/github#auto-sync]automatic synchronization[/]. Learn more at [link]https://www.devlooped.com/SponsorLink/[/].</value>
154154
<comment>How</comment>
155155
</data>
156156
<data name="FirstRun_HowTitle" xml:space="preserve">
@@ -189,10 +189,10 @@ Code for the backend and this app are [link=https://www.devlooped.com/SponsorLin
189189
<value>Fetching SponsorLink manifests for {count} accounts</value>
190190
</data>
191191
<data name="Sync_InteractiveAuthNeeded" xml:space="preserve">
192-
<value>[lime]?[/] {count} sponsorable accounts require [link=https://www.devlooped.com/SponsorLink/github.html#authentication][blue]interactive authentication[/][/] for synchronization. Do you want to Proceed?</value>
192+
<value>[lime]?[/] {count} sponsorable accounts require [link=https://www.devlooped.com/SponsorLink/github#authentication][blue]interactive authentication[/][/] for synchronization. Do you want to Proceed?</value>
193193
</data>
194194
<data name="Sync_InteractiveAuthNeeded1" xml:space="preserve">
195-
<value>[lime]?[/] Sponsors account [yellow]{account}[/] requires [link=https://www.devlooped.com/SponsorLink/github.html#authentication][blue]interactive authentication[/][/] for synchronization. Do you want to Proceed?</value>
195+
<value>[lime]?[/] Sponsors account [yellow]{account}[/] requires [link=https://www.devlooped.com/SponsorLink/github#authentication][blue]interactive authentication[/][/] for synchronization. Do you want to Proceed?</value>
196196
</data>
197197
<data name="Sync_InvalidManifest" xml:space="preserve">
198198
<value>:cross_mark: [yellow]{sponsorable}[/] provided an invalid SponsorLink manifest ({status})</value>
@@ -228,13 +228,13 @@ Code for the backend and this app are [link=https://www.devlooped.com/SponsorLin
228228
<value>:check_mark_button: [lime]{sponsorable}[/]: thanks for sponsoring 💟 [dim](roles: {roles})[/]</value>
229229
</data>
230230
<data name="Sync_AutoSync" xml:space="preserve">
231-
<value>[lime]?[/] Do you want to enable [link=https://www.devlooped.com/SponsorLink/github.html#auto-sync][blue]auto sync[/][/] of expired manifests?</value>
231+
<value>[lime]?[/] Do you want to enable [link=https://www.devlooped.com/SponsorLink/github#auto-sync][blue]auto sync[/][/] of expired manifests?</value>
232232
</data>
233233
<data name="Sync_AutoSyncEnabled" xml:space="preserve">
234-
<value>:check_mark_button: Sponsor manifests [link=https://www.devlooped.com/SponsorLink/github.html#auto-sync][blue]auto sync[/][/] was [lime]enabled[/]</value>
234+
<value>:check_mark_button: Sponsor manifests [link=https://www.devlooped.com/SponsorLink/github#auto-sync][blue]auto sync[/][/] was [lime]enabled[/]</value>
235235
</data>
236236
<data name="Sync_AutoSyncDisabled" xml:space="preserve">
237-
<value>:check_mark_button: Sponsor manifests [link=https://www.devlooped.com/SponsorLink/github.html#auto-sync][blue]auto sync[/][/] was [yellow]disabled[/]</value>
237+
<value>:check_mark_button: Sponsor manifests [link=https://www.devlooped.com/SponsorLink/github#auto-sync][blue]auto sync[/][/] was [yellow]disabled[/]</value>
238238
</data>
239239
<data name="Variables_Cleared" xml:space="preserve">
240240
<value>:check_mark_button: Cleared {0} user environment variable</value>
@@ -273,7 +273,7 @@ Code for the backend and this app are [link=https://www.devlooped.com/SponsorLin
273273
<value>:cross_mark: [lime]{sponsorable}[/]: manifest is invalid. Run [yellow]sponsor sync[/] to generate a new one</value>
274274
</data>
275275
<data name="Sync_UnattendedWithInteractiveAuth" xml:space="preserve">
276-
<value>[lime]?[/] Sponsors account [yellow]{account}[/] requires [link=https://www.devlooped.com/SponsorLink/github.html#authentication][blue]interactive authentication[/][/] for synchronization. Please run [yellow]sponsor sync {account}[/] interactively.</value>
276+
<value>[lime]?[/] Sponsors account [yellow]{account}[/] requires [link=https://www.devlooped.com/SponsorLink/github#authentication][blue]interactive authentication[/][/] for synchronization. Please run [yellow]sponsor sync {account}[/] interactively.</value>
277277
</data>
278278
<data name="Remove_AllOrSponsorable" xml:space="preserve">
279279
<value>Either specify accounts to remove or use --all to remove all manifests.</value>

0 commit comments

Comments
 (0)