This is an automated email from the ASF dual-hosted git repository. skygo pushed a commit to branch gapsupport in repository https://gitbox.apache.org/repos/asf/netbeans-antora-tutorials.git
commit 56698e008d8d155eccf175211421aacb798fda3a Author: Eric Barboni <[email protected]> AuthorDate: Mon Mar 4 15:23:34 2024 +0100 fix link for sample (webarchive) --- modules/ROOT/pages/kb/docs/java/gui-gaps.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/pages/kb/docs/java/gui-gaps.adoc b/modules/ROOT/pages/kb/docs/java/gui-gaps.adoc index a5b16a81..5fb34583 100644 --- a/modules/ROOT/pages/kb/docs/java/gui-gaps.adoc +++ b/modules/ROOT/pages/kb/docs/java/gui-gaps.adoc @@ -38,7 +38,7 @@ This tutorial demonstrates how to utilize gap editing to insert new UI component |=== |Software or Resource |Version Required -|link:https://netbeans.org/projects/samples/downloads/download/Samples%252FJava%252FGapSupport.zip[+GapSupport.zip+] |An archive with the source files containing the initial and target tutorial layouts. +|link:https://web.archive.org/web/20210118010816/https://netbeans.org/project_downloads/samples/Samples/Java/GapSupport.zip[GapSupport.zip] |An archive with the source files containing the initial and target tutorial layouts. |=== *Notes:* @@ -50,7 +50,7 @@ This tutorial demonstrates how to utilize gap editing to insert new UI component == Opening Example Project -1. Download and unzip the link:https://netbeans.org/projects/samples/downloads/download/Samples%252FJava%252FGapSupport.zip[+GapSupport.zip+] archive to any location on your computer. +1. Download and unzip the link:https://web.archive.org/web/20210118010816/https://netbeans.org/project_downloads/samples/Samples/Java/GapSupport.zip[GapSupport.zip] archive to any location on your computer. 2. In the NetBeans IDE main menu, choose ``File`` > ``Open Project`` , navigate to the folder that contains the unzipped files with the ``GapSupport`` project that you extracted in the previous step. 3. Click Open Project. The Projects window should look like the following: --------------------------------------------------------------------- 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
