Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e70d147

Browse files
committed
Update links
1 parent 80595cc commit e70d147

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ The standalone version can be installed as click-once application [here](https:/
3939

4040
Support this Project:
4141

42-
<a href="https://opencollective.com/resxresourcemanager" alt="Support"><img style="height:65px" src="https://opencollective.com/resxresourcemanager/tiers/backer.svg?avatarHeight=72&width=200" /></a>
42+
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=TQQR8AKGNHELQ"><img title="Donate" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif" alt="Donate" /></a>
4343

44-
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=799WX673GPQM8"><img title="Donate" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif" alt="Donate" /></a>
44+
<a href="https://opencollective.com/resxresourcemanager" alt="Support"><img style="height:65px" src="https://opencollective.com/resxresourcemanager/tiers/backer.svg?avatarHeight=72&width=200" /></a>
4545

4646
Powered by
4747

ResXManager.View/Visuals/ResourceView.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@
328328
<Image SnapsToDevicePixels="True" Source="/ResXManager.View;component/Assets/like.png" />
329329
</Button>
330330
<Button ToolTip="{x:Static properties:Resources.DonateButtonToolTip}"
331-
Tag="https://opencollective.com/resxresourcemanager">
331+
Tag="https://github.com/tom-englert/ResXResourceManager/wiki/Donate">
332332
<Grid>
333333
<Ellipse Width="16" Height="16" Fill="{DynamicResource {x:Static SystemColors.WindowTextBrushKey}}" />
334334
<TextBlock Text="$" FontWeight="Bold" Foreground="{DynamicResource {x:Static SystemColors.WindowBrushKey}}" VerticalAlignment="Center" HorizontalAlignment="Center" Margin="1,0,0,2" />

ResXManager.View/Visuals/ShellView.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<Decorator Height="10"/>
8989
<TextBlock>The best way to contribute is to help <Hyperlink NavigateUri="https://github.com/tom-englert/ResXResourceManager/issues">fixing bugs, or adding new features.</Hyperlink></TextBlock>
9090
<Decorator Height="10"/>
91-
<TextBlock>However, if you cannot help with coding, consider to <Hyperlink NavigateUri="https://opencollective.com/resxresourcemanager">donate a small amount</Hyperlink> to ensure ResX Resource Manager will continue to be a great project that can help you in your daily work.</TextBlock>
91+
<TextBlock>However, if you cannot help with coding, consider to <Hyperlink NavigateUri="https://github.com/tom-englert/ResXResourceManager/wiki/Donate">donate a small amount</Hyperlink> to ensure ResX Resource Manager will continue to be a great project that can help you in your daily work.</TextBlock>
9292
<Decorator Height="10"/>
9393
<TextBlock>Your ResXManager team.</TextBlock>
9494
</StackPanel>

0 commit comments

Comments
 (0)