Skip to content

fix link for sample (webarchive) #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/ROOT/pages/kb/docs/java/gui-gaps.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:*
Expand All @@ -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:
Expand Down