@@ -52,12 +52,12 @@ to load data from rippled.
5252### [ IsFinalIT] ( ./src/test/java/org/xrpl/xrpl4j/tests/IsFinalIT.java )
5353
5454- Check if a transaction is "final" on the ledger or not,
55- using [ ` XrplClient#isFinal ` ] ( ../xrpl4j-client/src/main/java/org/xrpl/xrpl4j/client/XrplClient.java ) .
55+ using [ ` XrplClient#isFinal ` ] ( ../xrpl4j-client/src/main/java/org/xrpl/xrpl4j/client/XrplClient.java#L323 ) .
5656
5757### [ IssuedCurrencyIT] ( ./src/test/java/org/xrpl/xrpl4j/tests/IssuedCurrencyIT.java )
5858
5959- Issues a currency on the Testnet
60- using [ Trustlines] ( https://xrpl.org/trust-lines-and-issuing.html#trust-lines-and-issuing ) and shows how to send
60+ using [ Trustlines] ( https://xrpl.org/trust-lines-and-issuing.html#trust-lines ) and shows how to send
6161 that issued currency across multiple hops using [ rippling] ( https://xrpl.org/rippling.html )
6262
6363### [ LedgerResultIT] ( ./src/test/java/org/xrpl/xrpl4j/tests/LedgerResultIT.java )
@@ -83,7 +83,7 @@ to load data from rippled.
8383### [ SetRegularKeyIT] ( ./src/test/java/org/xrpl/xrpl4j/tests/SetRegularKeyIT.java )
8484
8585- Sets the regular key using a newly-generated keypair using
86- the [ ` SetRegularKey ` ] ( ../xrpl4j-core/src/main/java/model/transactions/SetRegularKey.java )
86+ the [ ` SetRegularKey ` ] ( ../xrpl4j-core/src/main/java/org/xrpl/xrpl4j/ model/transactions/SetRegularKey.java )
8787 transaction
8888
8989### [ SignerListSet] ( ./src/test/java/org/xrpl/xrpl4j/tests/SignerListSetIT.java )
@@ -116,8 +116,8 @@ to load data from rippled.
116116 that can derive private key information from an in-memory secret combined with a supplied unique identifier for key
117117 derivation.
118118
119- ### [ TransactUsingDerivedKeySignatureServiceIT ] ( ./src/test/java/org/xrpl/xrpl4j/tests/TransactUsingDerivedKeySignatureServiceIT .java )
119+ ### [ TransactUsingSignatureServiceIT ] ( ./src/test/java/org/xrpl/xrpl4j/tests/TransactUsingSignatureServiceIT .java )
120120
121121- Validates that the library can sign and validate transactions using
122122 a [ ` SignatureService ` ] ( ../xrpl4j-core/src/main/java/org/xrpl/xrpl4j/crypto/signing/SignatureService.java )
123- that uses in-memory private key material.
123+ that uses in-memory private key material.
0 commit comments