Skip to content

Commit d0dea12

Browse files
authored
Updated links in README
1 parent 71d8d77 commit d0dea12

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

interface/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ optionally be implemented, but are not required.
2222

2323
An example program demonstrating how to implement the SPL Token-Group Interface
2424
can 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)
2626
directory alongside this interface's directory.
2727

2828
In addition to demonstrating what a token-group program might look like, it
2929
also provides some reference examples for using the SPL Type Length Value
3030
library to manage TLV-encoded data within account data.
3131

3232
For 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

136136
As mentioned previously, you can find more information about
137137
TLV / 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).

0 commit comments

Comments
 (0)