You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by sk...@apache.org on 2023/02/15 10:02:58 UTC

[netbeans-website] branch librarywebarchive created (now b50cce9c0)

This is an automated email from the ASF dual-hosted git repository.

skygo pushed a change to branch librarywebarchive
in repository https://gitbox.apache.org/repos/asf/netbeans-website.git


      at b50cce9c0 link to webarchive site

This branch includes the following new commits:

     new b50cce9c0 link to webarchive site

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[netbeans-website] 01/01: link to webarchive site

Posted by sk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch librarywebarchive
in repository https://gitbox.apache.org/repos/asf/netbeans-website.git

commit b50cce9c02abf0eb0e9bd3ade84d813d56ac1685
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Wed Feb 15 11:02:51 2023 +0100

    link to webarchive site
    
    library can be found there: https://web.archive.org/web/20131021173103/https://netbeans.org/project_downloads/samples/Samples/Java/library.zip
---
 netbeans.apache.org/src/content/kb/docs/java/code-inspect.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/netbeans.apache.org/src/content/kb/docs/java/code-inspect.adoc b/netbeans.apache.org/src/content/kb/docs/java/code-inspect.adoc
index f62c9641e..c11b00fb4 100644
--- a/netbeans.apache.org/src/content/kb/docs/java/code-inspect.adoc
+++ b/netbeans.apache.org/src/content/kb/docs/java/code-inspect.adoc
@@ -41,9 +41,9 @@ In this tutorial, you will learn how to perform static analysis of your Java cod
 |===
 |Software or Resource |Version Required 
 
-|link:https://netbeans.org/projects/samples/downloads/download/Samples/Java/library.zip[+library.zip+] |NetBeans project 
+|link:https://web.archive.org/web/20131021173103/https://netbeans.org/project_downloads/samples/Samples/Java/library.zip[library.zip] |NetBeans project 
 
-|link:http://repo1.maven.org/maven2/com/google/code/findbugs/jsr305/2.0.0/jsr305-2.0.0.jar[+jsr305-2.0.0.jar+] |Java Specification Request intended to improve the effectiveness of static analysis tools 
+|link:http://repo1.maven.org/maven2/com/google/code/findbugs/jsr305/2.0.0/jsr305-2.0.0.jar[jsr305-2.0.0.jar] |Java Specification Request intended to improve the effectiveness of static analysis tools 
 |===
 
 NOTE: ``jsr305-2.0.0.jar``  is included into  ``library.zip``  for the purposes of this tutorial.
@@ -59,7 +59,7 @@ image::images/jar.png[]
 
 In addition to the required software listed above you should have the following installed on your computer:
 
-* The link:https://netbeans.org/projects/samples/downloads/download/Samples/Java/library.zip[+library.zip+] file should be unzipped into your NetBeans project folder and opened in the NetBeans IDE.
+* The link:https://web.archive.org/web/20131021173103/https://netbeans.org/project_downloads/samples/Samples/Java/library.zip[library.zip] file should be unzipped into your NetBeans project folder and opened in the NetBeans IDE.
 
 The FindBugs plugin should be downloaded and installed into the NetBeans IDE as follows:
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists