You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ <h2>Community</h2>
83
83
<h2>Quick Start</h2>
84
84
85
85
<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: <ahref="https://github.com/embulk/embulk/releases">GitHub Releases]</a></p>
86
+
<p>Download the latest <code>embulk-X.Y.Z.jar</code> from: <ahref="https://github.com/embulk/embulk/releases">GitHub Releases</a></p>
87
87
88
88
<p>Try the following commands. <code>embulk example</code> command generates an example CSV file.</p>
89
89
<pre><code>java -jar embulk-X.Y.Z.jar example ./try1
0 commit comments