Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated docs links in template #64

Merged
merged 1 commit into from
Dec 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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