This is an automated email from the ASF dual-hosted git repository.
junichi11 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
The following commit(s) were added to refs/heads/master by this push:
new 47e7a89 [NETBEANS-4338] Code Sniffer - updated link to homepage
new d10e7e5 Merge pull request #2140 from KacerCZ/netbeans-4338
47e7a89 is described below
commit 47e7a89922a020f8bf11b4381470e167086c844e
Author: Tomas Prochazka <[email protected]>
AuthorDate: Fri May 15 22:00:13 2020 +0200
[NETBEANS-4338] Code Sniffer - updated link to homepage
---
.../modules/php/analysis/ui/options/CodeSnifferOptionsPanel.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/php/php.code.analysis/src/org/netbeans/modules/php/analysis/ui/options/CodeSnifferOptionsPanel.java
b/php/php.code.analysis/src/org/netbeans/modules/php/analysis/ui/options/CodeSnifferOptionsPanel.java
index bd02c33..9d1473f 100644
---
a/php/php.code.analysis/src/org/netbeans/modules/php/analysis/ui/options/CodeSnifferOptionsPanel.java
+++
b/php/php.code.analysis/src/org/netbeans/modules/php/analysis/ui/options/CodeSnifferOptionsPanel.java
@@ -360,7 +360,7 @@ public class CodeSnifferOptionsPanel extends
AnalysisCategoryPanel {
private void codeSnifferLearnMoreLabelMousePressed(MouseEvent evt)
{//GEN-FIRST:event_codeSnifferLearnMoreLabelMousePressed
try {
- URL url = new URL("http://pear.php.net/package/PHP_CodeSniffer");
// NOI18N
+ URL url = new URL("https://github.com/squizlabs/PHP_CodeSniffer");
// NOI18N
HtmlBrowser.URLDisplayer.getDefault().showURL(url);
} catch (MalformedURLException ex) {
Exceptions.printStackTrace(ex);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists