Skip to content

Commit 662bb6a

Browse files
committed
Remove unnecessary char
1 parent 06ff272 commit 662bb6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 <code>embulk-X.Y.Z.jar</code> from: <a href="https://github.com/embulk/embulk/releases">GitHub Releases]</a></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)