Skip to content

Commit 7309dfd

Browse files
committed
Adjusted toplevel Readme links
1 parent 18ebd70 commit 7309dfd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ This repository contains multiple sample apps, from CorDapps that help you get s
99
If you are new to Corda and/or would like to learn all of the fundamentals in a guided and incremental manner please visit the new
1010
[Corda Training Site](https://training.corda.net)
1111

12-
To get started explore the [Basic](./Basic) folder, or navigate to the [Advanced](./Advanced) and [Features](./Features) folders to see a description of whats available. You can find the exact same set of CorDapp demonstration in Kotlin language at [link](https://github.com/corda/samples-kotlin).
12+
To get started explore the [Basic](./Basic) folder, or navigate to the [Advanced](./Advanced) and [Features](./Features) folders to see a description of whats available. You can find the exact same set of CorDapp demonstration in Kotlin language at [link](https://github.com/corda/samples-kotlin).
1313

1414
## Directories
1515
The samples are divided into 5 sections with the following desciption:
1616

17-
* [Accounts](https://training.corda.net/libraries/accounts-lib/): These samples showcases how to utilize Corda Accounts Libray to build CorDapps which aim to have massive user volume
18-
* [Advanced](https://training.corda.net/corda-details/introduction/): In these samples, we demonstrate more complex and sophisticated features of Corda.
19-
* [Basic](https://training.corda.net/key-concepts/concepts/): They demonstrate fundamental and useful techniques for CorDapp development.
20-
* [Feature](https://training.corda.net/corda-details/introduction/): These samples demonstrate specific Corda functionalities.
21-
* [Tokens](https://training.corda.net/libraries/tokens-sdk/): These include TokenSDK related samples. Learn more at TokenSDK.
17+
* [Accounts](./Accounts): These samples showcases how to utilize [Corda Accounts Libray](https://training.corda.net/libraries/accounts-lib/) to build CorDapps which aim to have massive user volume
18+
* [Advanced](./Advanced): In these samples, we demonstrate more complex and sophisticated [features](https://training.corda.net/corda-details/introduction/) of Corda.
19+
* [Basic](./Basic): They demonstrate [fundamental](https://training.corda.net/key-concepts/concepts/) and useful techniques for CorDapp development.
20+
* [Features](./Features): These samples demonstrate specific Corda [functionalities](https://training.corda.net/corda-details/introduction/).
21+
* [Tokens](./Tokens): These include TokenSDK related samples. Learn more at [TokenSDK](https://training.corda.net/libraries/tokens-sdk/).
2222

2323

2424

0 commit comments

Comments
 (0)