Skip to content

Commit 45c2e09

Browse files
authored
Updated docs links in template (#64)
1 parent 74bf1f7 commit 45c2e09

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

src/main/resources/project/EmptyJava.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package <package_name>;
22

33
/**
44
* <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>
66
*/
77
public class <project_name> {
88

src/main/resources/project/EmptyKotlin.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package <package_name>;
22

33
/**
44
* <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>
66
*/
77
class <project_name> {
88

src/main/resources/project/Java.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import org.web3j.tx.gas.DefaultGasProvider;
1010
/**
1111
* <p>This is the generated class for <code>web3j new helloworld</code></p>
1212
* <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>
1414
*/
1515
public class <project_name> {
1616

src/main/resources/project/Kotlin.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import org.web3j.tx.gas.DefaultGasProvider
77
/**
88
* <p>This is the generated class for <code>web3j new helloworld --kotlin</code></p>
99
* <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>
1111
*/
1212
class <project_name> {
1313

src/main/resources/project/README.openapi.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# OpenAPI project
2-
This is a generated [Web3j-OpenAPI](https://docs.web3j.io/web3j_openapi) project using the [Web3j-CLI](https://docs.web3j.io/).
2+
This is a generated [Web3j-OpenAPI](https://docs.web3j.io/latest/web3j_openapi/) project using the [Web3j-CLI](https://docs.web3j.io/latest).
33

44

5-
For more information, check the [Web3j-OpenAPI](https://docs.web3j.io/web3j_openapi) documentation.
5+
For more information, check the [Web3j-OpenAPI](https://docs.web3j.io/latest/web3j_openapi/) documentation.
66

77
## Important
88
If this is an ERC777 project, then it is based on the [OpenZeppelin](https://github.com/OpenZeppelin/openzeppelin-contracts) contracts.

src/main/resources/project/erc777/README.erc777.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ERC777 project
2-
This is a generated ERC777 project using the [Web3j-CLI](https://docs.web3j.io/).
2+
This is a generated ERC777 project using the [Web3j-CLI](https://docs.web3j.io/latest).
33

44
## Important
55
This project is based on the [OpenZeppelin](https://github.com/OpenZeppelin/openzeppelin-contracts) contracts.

0 commit comments

Comments
 (0)