File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ optionally be implemented, but are not required.
2222
2323An example program demonstrating how to implement the SPL Token-Group Interface
2424can be found in the
25- [ example] ( https://github.com/solana-labs/solana- program-library/tree/master/ token-group/example )
25+ [ example] ( https://github.com/solana-program/ token-group/tree/main/program )
2626directory alongside this interface's directory.
2727
2828In addition to demonstrating what a token-group program might look like, it
2929also provides some reference examples for using the SPL Type Length Value
3030library to manage TLV-encoded data within account data.
3131
3232For more information on SPL Type Length Value you can reference the library's
33- [ source code] ( https://github.com/solana-labs/solana- program-library/ tree/master/libraries /type-length-value ) .
33+ [ source code] ( https://github.com/solana-program/libraries/ tree/main /type-length-value ) .
3434
3535### Motivation
3636
@@ -135,4 +135,4 @@ data fields in a different TLV entry.
135135
136136As mentioned previously, you can find more information about
137137TLV / type-length-value structures at the
138- [ spl-type-length-value repo] ( https://github.com/solana-labs/solana- program-library/ tree/master/libraries /type-length-value ) .
138+ [ spl-type-length-value repo] ( https://github.com/solana-program/libraries/ tree/main /type-length-value ) .
You can’t perform that action at this time.
0 commit comments