Skip to content

Commit 4c44508

Browse files
authored
Update README.md
1 parent 3beaa22 commit 4c44508

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,16 @@
66
## Introduction
77
This repository contains multiple sample apps, from CorDapps that help you get started, all the way to demonstrating specific features and advanced usage.
88

9-
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
10-
[Corda Training Site](https://training.corda.net)
9+
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 Corda [documentation](https://docs.r3.com/) site.
1110

1211
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).
1312

1413
## Directories
1514
The samples are divided into 5 sections with the following desciption:
1615

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.
16+
* [Accounts](./Accounts): These samples showcases how to utilize Corda Accounts Libray to build CorDapps which aim to have massive user volume
17+
* [Advanced](./Advanced): In these samples, we demonstrate more complex and sophisticated features of Corda.
18+
* [Basic](./Basic): They demonstrate fundamental and useful techniques for CorDapp development.
2019
* [BusinessNetworks](./BusinessNetworks): These include Business Network Extension related samples. Learn more at [bn-extension](https://github.com/corda/bn-extension).
21-
* [Features](./Features): These samples demonstrate specific Corda [functionalities](https://training.corda.net/corda-details/introduction/).
22-
* [Tokens](./Tokens): These include TokenSDK related samples. Learn more at [TokenSDK](https://training.corda.net/libraries/tokens-sdk/).
20+
* [Features](./Features): These samples demonstrate specific Corda functionalities.
21+
* [Tokens](./Tokens): These include TokenSDK related samples. Learn more at TokenSDK.

0 commit comments

Comments
 (0)