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

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


The following commit(s) were added to refs/heads/master by this push:
     new df70ec2  Update quickstart.asciidoc
df70ec2 is described below

commit df70ec2f1649e7cd098aa0fab33b47d30ce0927a
Author: Geertjan Wielenga <[email protected]>
AuthorDate: Sat Apr 6 21:58:22 2019 +0200

    Update quickstart.asciidoc
---
 netbeans.apache.org/src/content/kb/docs/java/quickstart.asciidoc | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/netbeans.apache.org/src/content/kb/docs/java/quickstart.asciidoc 
b/netbeans.apache.org/src/content/kb/docs/java/quickstart.asciidoc
index 4d8b58d..3dd01da 100644
--- a/netbeans.apache.org/src/content/kb/docs/java/quickstart.asciidoc
+++ b/netbeans.apache.org/src/content/kb/docs/java/quickstart.asciidoc
@@ -36,8 +36,7 @@ Welcome to Apache NetBeans IDE!
 
 In this tutorial, which should take about 10 minutes to complete, you are 
given a quick introduction to the basic Java development workflow in NetBeans 
IDE. 
 
-NOTE: The aim of this tutorial is to get you started with Java development in 
NetBeans IDE. +
-To get started understanding and working with the Java language itself, see 
the link:https://docs.oracle.com/javase/tutorial/index.html[Java Tutorials].
+NOTE: The aim of this tutorial is to get you started with Java development 
with Maven in NetBeans IDE. Though not needed to complete this tutorial, to get 
started understanding and working with the Java language itself, see the 
link:https://docs.oracle.com/javase/tutorial/index.html[Java Tutorials], and to 
understand Maven, the link:https://maven.apache.org[Apache Maven Website].
 
 == Setting Up the Project 
 
@@ -132,6 +131,6 @@ image::images/run-output-maven-small.png[role="left", 
link="images/run-output-ma
 
 Congratulations! Your application works.
 
-You can view the build output by opening the Files window (from the Window 
menu) and expanding the project node.
+You can view the build output by opening the Files window (from the Window 
menu) and expanding the target node.
 
 You now know how to accomplish the most common Java development tasks. To 
learn the complete Java development workflow, including testing and debugging, 
see link:https://netbeans.apache.org/kb/docs/java/javase-intro.html[Developing 
General Java Applications].


---------------------------------------------------------------------
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

Reply via email to