Skip to content

Commit

Permalink
WFLY-18428: Fix typo; replace '/getstarted' with '/get-started'
Browse files Browse the repository at this point in the history
  • Loading branch information
hpehl committed Nov 8, 2023
1 parent 61759e8 commit 75698a8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _data/projectfooter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ links:
- page: Docs
url: https://docs.wildfly.org
- page: Get Started
url: /getstarted
url: /get-started
- page: Github
url: https://github.com/wildfly/wildfly
- title: Contribute
Expand Down
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<a href="https://github.com/wildfly/wildfly/fork" target="_blank">Fork</a>
</li>
<li>
<a class="button-cta secondary {% if page.url contains '/getstarted/' %}active{% endif %}" href="{{site.baseurl}}/getstarted/">Get Started</a>
<a class="button-cta secondary {% if page.url contains '/get-started/' %}active{% endif %}" href="{{site.baseurl}}/get-started/">Get Started</a>
</li>
</ul>
</nav>
Expand Down
2 changes: 1 addition & 1 deletion _layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h1>Wild<strong>Fly</strong></h1>
<h2>A powerful, modular, & lightweight application server that helps you build amazing applications.</h2>
<h3>Now available: <span style="font-weight: 100;">Wild</span><strong>Fly</strong> {{latestRelease.version_shortname}}</h3>
<div class="home-ctas">
<a href="{{site.baseurl}}/getstarted/" class="button-cta">Get Started</a>
<a href="{{site.baseurl}}/get-started/" class="button-cta">Get Started</a>
<a href="https://github.com/wildfly/wildfly/releases/download/{{latestRelease.version}}/wildfly-preview-{{latestRelease.version}}.zip" class="button-cta secondary">Try WildFly Preview</a>
<a href="{{site.baseurl}}/downloads/" class="button-cta secondary">Download Wild<strong>Fly</strong></a>
</div>
Expand Down
4 changes: 2 additions & 2 deletions getstarted.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: getstarted
title: Get Started with WildFly
permalink: /getstarted/
permalink: /get-started/
---
:page-liquid:

Expand Down Expand Up @@ -47,7 +47,7 @@ mvn package verify
----

This Maven command compiles the Jakarta EE application, provisions WildFly, deploys the application in WildFly and
run integration tests against it.
runs integration tests against it.
When this command is finished, you have a fully functional, tested application running on WildFly.

=== Step 3. Run the Application
Expand Down

0 comments on commit 75698a8

Please sign in to comment.