Skip to content

Commit d414b1d

Browse files
authored
Merge pull request #29 from embulk/fix-index-20240712
Fix index.html
2 parents fad6f45 + 662bb6a commit d414b1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ <h2>Community</h2>
8383
<h2>Quick Start</h2>
8484

8585
<p>Set up the Java Runtime Environment. Embulk runs on Java. Embulk v0.11 officially supports only Java 8, but expected to work somehow with Java 11, 17, and 21.</p>
86-
<p>Download the latest `embulk-X.Y.Z.jar` from: [GitHub Releases](https://github.com/embulk/embulk/releases)</p>
86+
<p>Download the latest <code>embulk-X.Y.Z.jar</code> from: <a href="https://github.com/embulk/embulk/releases">GitHub Releases</a></p>
8787

8888
<p>Try the following commands. <code>embulk example</code> command generates an example CSV file.</p>
8989
<pre><code>java -jar embulk-X.Y.Z.jar example ./try1

0 commit comments

Comments
 (0)