Skip to content

Commit b1565df

Browse files
authored
Update README links to be markdown formatted
Signed-off-by: Jody Paul <jody@users.noreply.github.com>
1 parent fb48118 commit b1565df

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To build the .msi installer on Windows, ensure the following:
3939
- JDK 21 or 25: Must be installed with JAVA_HOME configured.
4040
- Apache Ant: Installed and available in your PATH.
4141
- WiX Toolset: Required by jpackage to create MSI installers.
42-
- Download and install from: https://wixtoolset.org/releases/
42+
- Download and install from: [https://wixtoolset.org/releases/](https://wixtoolset.org/releases/)
4343
- Version 3.11 or higher is recommended.
4444
- After installation, verify WiX is in your PATH by running: `candle -?`
4545
- Icon Asset: A file named icon.ico must be in the project root.
@@ -133,10 +133,10 @@ When ready to bump the version, remember to update the version number in **two**
133133

134134
### jpackage
135135

136-
- https://docs.oracle.com/en/java/javase/25/docs/specs/man/jpackage.html
136+
- [https://docs.oracle.com/en/java/javase/25/docs/specs/man/jpackage.html](https://docs.oracle.com/en/java/javase/25/docs/specs/man/jpackage.html)
137137

138138
### Alternatives
139-
- **jDeploy:** https://www.jdeploy.com
139+
- **jDeploy:** [https://www.jdeploy.com](https://www.jdeploy.com)
140140

141141
---
142142
Native Java App provides learners with a scaffolded framework for creating and packaging double-clickable native Java applications for macOS, Windows, and Linux.

0 commit comments

Comments
 (0)