Skip to content

Commit b2c1237

Browse files
committed
Update PayPal link
Update PayPal link
1 parent 914726c commit b2c1237

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CSVLintNppPlugin/Forms/AboutForm.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ private void picEasterEgg_Click(object sender, EventArgs e)
181181
private void btnDonate_Click(object sender, EventArgs e)
182182
{
183183
// Call the Process.Start method to open the default browser with a URL:
184-
var url = "https://www.paypal.com/donate/?hosted_button_id=US5SMK2DC6TXE";
184+
var url = "https://www.paypal.com/donate/?hosted_button_id=T8QZSFBNAPERL";
185185
System.Diagnostics.Process.Start(url);
186186
}
187187
}

docs/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ CSV Lint under the `Plugins > CSV Lint` menu item and a CSV Lint icon in the
2222
toolbar icon.
2323

2424
**If you find the CSV Lint plug-in useful you can buy me a coffee!**
25-
[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=US5SMK2DC6TXE)
25+
[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/donate/?hosted_button_id=T8QZSFBNAPERL)
2626

2727
Syntax highlighting colors
2828
--------------------------

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CSV Lint - Notepad++ plugin
22
===========================
3-
![Release version](https://img.shields.io/github/v/release/BdR76/CSVLint) ![GitHub all releases](https://img.shields.io/github/downloads/BdR76/CSVLint/total) ![GitHub latest release](https://img.shields.io/github/downloads/BdR76/CSVLint/latest/total) [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=US5SMK2DC6TXE)
3+
![Release version](https://img.shields.io/github/v/release/BdR76/CSVLint) ![GitHub all releases](https://img.shields.io/github/downloads/BdR76/CSVLint/total) ![GitHub latest release](https://img.shields.io/github/downloads/BdR76/CSVLint/latest/total) [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/donate/?hosted_button_id=T8QZSFBNAPERL)
44

55
CSV Lint plug-in for [Notepad++](http://notepad-plus-plus.org/) adds
66
syntax highlighting to [comma-separated values](https://en.wikipedia.org/wiki/Comma-separated_values)
@@ -30,7 +30,7 @@ so if you encounter any bugs or unexpected output I encourage you to [report iss
3030
CSVLint is based on a prototype project [Dataset MultiTool](https://github.com/BdR76/datasetmultitool)
3131

3232
**If you find the CSV Lint plug-in useful you can buy me a coffee!**
33-
[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=US5SMK2DC6TXE)
33+
[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/donate/?hosted_button_id=T8QZSFBNAPERL)
3434

3535
How to install
3636
--------------

0 commit comments

Comments
 (0)