Skip to content

Commit 1e9b7b9

Browse files
committed
update org name
Signed-off-by: gtebrean <[email protected]>
1 parent 51e6640 commit 1e9b7b9

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Build Workflow Dispatch
1818
uses: convictional/[email protected]
1919
with:
20-
owner: hyperledger-web3j
20+
owner: LFDT-web3j
2121
repo: web3j
2222
github_token: ${{ secrets.GITHUB_TOKEN }}
2323
workflow_file_name: build.yml

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Web3j is a lightweight, highly modular, reactive, type safe Java and
1212
Android library for working with Smart Contracts and integrating with
1313
clients (nodes) on the Ethereum network:
1414

15-
![image](https://github.com/hyperledger-web3j/web3j-docs/blob/main/docs/img/web3j_network.png)
15+
![image](https://github.com/LFDT-web3j/web3j-docs/blob/main/docs/img/web3j_network.png)
1616

1717
This allows you to work with the [Ethereum](https://www.ethereum.org/)
1818
blockchain, without the additional overhead of having to write your own

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ description 'Web3j base project.'
5050
'spotless'
5151
].each { buildScript ->
5252
download {
53-
src "https://raw.githubusercontent.com/hyperledger-web3j/web3j-build-tools/main/gradle/$buildScript/build.gradle"
53+
src "https://raw.githubusercontent.com/LFDT-web3j/web3j-build-tools/main/gradle/$buildScript/build.gradle"
5454
dest "$rootDir/gradle/$buildScript/build.gradle"
5555
overwrite false
5656
quiet true

codegen/src/main/java/org/web3j/codegen/SolidityFunctionWrapper.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public class SolidityFunctionWrapper extends Generator {
120120
+ "or the "
121121
+ SolidityFunctionWrapperGenerator.class.getName()
122122
+ " in the \n"
123-
+ "<a href=\"https://github.com/hyperledger-web3j/web3j/tree/main/codegen\">"
123+
+ "<a href=\"https://github.com/LFDT-web3j/web3j/tree/main/codegen\">"
124124
+ "codegen module</a> to update.\n";
125125

126126
private final boolean useNativeJavaTypes;

codegen/src/test/resources/solidity/abifuncs/build/java/AbiFuncs.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* <p><strong>Do not modify!</strong>
2020
* <p>Please use the <a href="https://docs.web3j.io/command_line.html">web3j command line tools</a>,
2121
* or the org.web3j.codegen.SolidityFunctionWrapperGenerator in the
22-
* <a href="https://github.com/hyperledger-web3j/web3j/tree/main/codegen">codegen module</a> to update.
22+
* <a href="https://github.com/LFDT-web3j/web3j/tree/main/codegen">codegen module</a> to update.
2323
*
2424
* <p>Generated with web3j version none.
2525
*/

codegen/src/test/resources/solidity/arrayofstructandstruct/build/java/ArrayOfStructAndStruct.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* <p><strong>Do not modify!</strong>
2424
* <p>Please use the <a href="https://docs.web3j.io/command_line.html">web3j command line tools</a>,
2525
* or the org.web3j.codegen.SolidityFunctionWrapperGenerator in the
26-
* <a href="https://github.com/hyperledger-web3j/web3j/tree/main/codegen">codegen module</a> to update.
26+
* <a href="https://github.com/LFDT-web3j/web3j/tree/main/codegen">codegen module</a> to update.
2727
*
2828
* <p>Generated with web3j version none.
2929
*/

codegen/src/test/resources/solidity/arrayofstructclassgeneration/build/java/ArrayOfStructClassGeneration.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* <p><strong>Do not modify!</strong>
2424
* <p>Please use the <a href="https://docs.web3j.io/command_line.html">web3j command line tools</a>,
2525
* or the org.web3j.codegen.SolidityFunctionWrapperGenerator in the
26-
* <a href="https://github.com/hyperledger-web3j/web3j/tree/main/codegen">codegen module</a> to update.
26+
* <a href="https://github.com/LFDT-web3j/web3j/tree/main/codegen">codegen module</a> to update.
2727
*
2828
* <p>Generated with web3j version none.
2929
*/

codegen/src/test/resources/solidity/arraysinstruct/build/java/ArraysInStruct.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* <p><strong>Do not modify!</strong>
3434
* <p>Please use the <a href="https://docs.web3j.io/command_line.html">web3j command line tools</a>,
3535
* or the org.web3j.codegen.SolidityFunctionWrapperGenerator in the
36-
* <a href="https://github.com/hyperledger-web3j/web3j/tree/main/codegen">codegen module</a> to update.
36+
* <a href="https://github.com/LFDT-web3j/web3j/tree/main/codegen">codegen module</a> to update.
3737
*
3838
* <p>Generated with web3j version none.
3939
*/

codegen/src/test/resources/solidity/eventparameters/build/java/EventParameters.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* <p><strong>Do not modify!</strong>
3232
* <p>Please use the <a href="https://docs.web3j.io/command_line.html">web3j command line tools</a>,
3333
* or the org.web3j.codegen.SolidityFunctionWrapperGenerator in the
34-
* <a href="https://github.com/hyperledger-web3j/web3j/tree/main/codegen">codegen module</a> to update.
34+
* <a href="https://github.com/LFDT-web3j/web3j/tree/main/codegen">codegen module</a> to update.
3535
*
3636
* <p>Generated with web3j version none.
3737
*/

codegen/src/test/resources/solidity/metacoin/build/java/MetaCoin.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* <p><strong>Do not modify!</strong>
3232
* <p>Please use the <a href="https://docs.web3j.io/command_line.html">web3j command line tools</a>,
3333
* or the org.web3j.codegen.SolidityFunctionWrapperGenerator in the
34-
* <a href="https://github.com/hyperledger-web3j/web3j/tree/main/codegen">codegen module</a> to update.
34+
* <a href="https://github.com/LFDT-web3j/web3j/tree/main/codegen">codegen module</a> to update.
3535
*
3636
* <p>Generated with web3j version none.
3737
*/

codegen/src/test/resources/solidity/onlyinarraystruct/build/java/OnlyInArrayStruct.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* <p><strong>Do not modify!</strong>
2525
* <p>Please use the <a href="https://docs.web3j.io/command_line.html">web3j command line tools</a>,
2626
* or the org.web3j.codegen.SolidityFunctionWrapperGenerator in the
27-
* <a href="https://github.com/hyperledger-web3j/web3j/tree/main/codegen">codegen module</a> to update.
27+
* <a href="https://github.com/LFDT-web3j/web3j/tree/main/codegen">codegen module</a> to update.
2828
*
2929
* <p>Generated with web3j version none.
3030
*/

codegen/src/test/resources/solidity/sameinnerstructname/build/java/SameInnerStructName.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* <p><strong>Do not modify!</strong>
2424
* <p>Please use the <a href="https://docs.web3j.io/command_line.html">web3j command line tools</a>,
2525
* or the org.web3j.codegen.SolidityFunctionWrapperGenerator in the
26-
* <a href="https://github.com/hyperledger-web3j/web3j/tree/main/codegen">codegen module</a> to update.
26+
* <a href="https://github.com/LFDT-web3j/web3j/tree/main/codegen">codegen module</a> to update.
2727
*
2828
* <p>Generated with web3j version none.
2929
*/

codegen/src/test/resources/solidity/staticarrayofstructsinstruct/build/java/StaticArrayOfStructsInStruct.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* <p><strong>Do not modify!</strong>
2828
* <p>Please use the <a href="https://docs.web3j.io/command_line.html">web3j command line tools</a>,
2929
* or the org.web3j.codegen.SolidityFunctionWrapperGenerator in the
30-
* <a href="https://github.com/hyperledger-web3j/web3j/tree/main/codegen">codegen module</a> to update.
30+
* <a href="https://github.com/LFDT-web3j/web3j/tree/main/codegen">codegen module</a> to update.
3131
*
3232
* <p>Generated with web3j version none.
3333
*/

0 commit comments

Comments
 (0)