Skip to content

Commit

Permalink
Updated docs links in template (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandrouR authored Dec 13, 2021
1 parent 74bf1f7 commit 45c2e09
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/project/EmptyJava.template
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package <package_name>;

/**
* <p>This is the generated class for <code>web3j import</code></p>
* <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>
* <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>
*/
public class <project_name> {

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/project/EmptyKotlin.template
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package <package_name>;

/**
* <p>This is the generated class for <code>web3j import</code></p>
* <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>
* <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>
*/
class <project_name> {

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/project/Java.template
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import org.web3j.tx.gas.DefaultGasProvider;
/**
* <p>This is the generated class for <code>web3j new helloworld</code></p>
* <p>It deploys the Hello World contract in src/main/solidity/ and prints its address</p>
* <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>
* <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>
*/
public class <project_name> {

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/project/Kotlin.template
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import org.web3j.tx.gas.DefaultGasProvider
/**
* <p>This is the generated class for <code>web3j new helloworld --kotlin</code></p>
* <p>It deploys the Hello World contract in src/main/solidity/ and prints its address</p>
* <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>
* <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>
*/
class <project_name> {

Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/project/README.openapi.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# OpenAPI project
This is a generated [Web3j-OpenAPI](https://docs.web3j.io/web3j_openapi) project using the [Web3j-CLI](https://docs.web3j.io/).
This is a generated [Web3j-OpenAPI](https://docs.web3j.io/latest/web3j_openapi/) project using the [Web3j-CLI](https://docs.web3j.io/latest).


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

## Important
If this is an ERC777 project, then it is based on the [OpenZeppelin](https://github.com/OpenZeppelin/openzeppelin-contracts) contracts.
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/project/erc777/README.erc777.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ERC777 project
This is a generated ERC777 project using the [Web3j-CLI](https://docs.web3j.io/).
This is a generated ERC777 project using the [Web3j-CLI](https://docs.web3j.io/latest).

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

0 comments on commit 45c2e09

Please sign in to comment.