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: src/main/resources/project/EmptyJava.template
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ package <package_name>;
2
2
3
3
/**
4
4
* <p>This is the generated class for <code>web3j import</code></p>
5
-
* <p>For more information on how to run this project, please refer to our <a href="https://docs.web3j.io/quickstart/#deployment">documentation</a></p>
5
+
* <p>For more information on how to run this project, please refer to our <a href="https://docs.web3j.io/latest/command_line_tools/">documentation</a></p>
Copy file name to clipboardExpand all lines: src/main/resources/project/EmptyKotlin.template
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ package <package_name>;
2
2
3
3
/**
4
4
* <p>This is the generated class for <code>web3j import</code></p>
5
-
* <p>For more information on how to run this project, please refer to our <a href="https://docs.web3j.io/quickstart/#deployment">documentation</a></p>
5
+
* <p>For more information on how to run this project, please refer to our <a href="https://docs.web3j.io/latest/command_line_tools/">documentation</a></p>
* <p>This is the generated class for <code>web3j new helloworld</code></p>
12
12
* <p>It deploys the Hello World contract in src/main/solidity/ and prints its address</p>
13
-
* <p>For more information on how to run this project, please refer to our <a href="https://docs.web3j.io/quickstart/#deployment">documentation</a></p>
13
+
* <p>For more information on how to run this project, please refer to our <a href="https://docs.web3j.io/latest/command_line_tools/#running-your-application">documentation</a></p>
* <p>This is the generated class for <code>web3j new helloworld --kotlin</code></p>
9
9
* <p>It deploys the Hello World contract in src/main/solidity/ and prints its address</p>
10
-
* <p>For more information on how to run this project, please refer to our <a href="https://docs.web3j.io/quickstart/#deployment">documentation</a></p>
10
+
* <p>For more information on how to run this project, please refer to our <a href="https://docs.web3j.io/latest/command_line_tools/">documentation</a></p>
0 commit comments