Skip to content

Commit 5ce051f

Browse files
vaadin-botpeholmst
andauthored
Update link for 'Getting Started' button (#4864) (CP: main) (#4866)
* Update link for 'Getting Started' button (#4864) * Update link for 'Getting Started' button * Direct project download link * Update download link for Vaadin project skeleton --------- Co-authored-by: Petter Holmström <[email protected]>
1 parent 2d1e820 commit 5ce051f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/getting-started/quick-start/index.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Vaadin allows you to build modern web applications in 100% Java. You don't need
1616

1717
== Bootstrap a Vaadin Project
1818

19-
Go to link:https://start.vaadin.com/[Vaadin Start] and create a new Vaadin project. *Don't include a sample view, as you'll create your first view from scratch* in the next section.
19+
Click the button below to download a minimal Vaadin project skeleton:
2020

21-
link:https://start.vaadin.com/[Open Vaadin Start, role="button primary water"]
21+
link:https://start.vaadin.com/skeleton?platformVersion=v25.0&javaVersion=21&groupId=com.example&artifactId=app&frameworks=none&aiTool=NONE[Download Project, role="button primary water"]
2222

2323
After downloading the project, unzip it and <<../dev-environment/import#,open it in your favorite IDE>>.
2424

@@ -400,4 +400,4 @@ Open your browser and navigate to http://localhost:8080 to see your application
400400

401401
== Next Steps
402402

403-
You have now created a simple Vaadin application from scratch, learning some core concepts along the way. Now is a good time to explore more advanced topics and features of Vaadin in the <<../tutorial#,Tutorial>>.
403+
You have now created a simple Vaadin application from scratch, learning some core concepts along the way. Now is a good time to explore more advanced topics and features of Vaadin in the <<../tutorial#,Tutorial>>.

articles/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ page-links:
1818
<h2>Develop Web Apps with Java</h2>
1919
<p class="lead">Build scalable user interfaces with Java, using the integrated frameworks, tooling, and components of Vaadin.
2020
<div class="buttons">
21-
xref:/getting-started#["Getting Started",role="button primary water"]
21+
xref:/getting-started/quick-start#["Getting Started",role="button primary water"]
2222
</div>
2323
</p>
2424
</div>

0 commit comments

Comments
 (0)