summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGilles Peskine <Gilles.Peskine@arm.com>2018-01-18 23:27:47 +0100
committerGilles Peskine <Gilles.Peskine@arm.com>2018-01-18 23:27:47 +0100
commitceb7b1209c52ff875fe8754030bc09a0d97ac360 (patch)
tree7bb391d539f8bd9f46870a4364c3fdf3324cbef2 /README.md
parentb8ab22f6466f516b8989ded593dfabbc1dde290a (diff)
Readme with a short description of each sample program
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4270e806..a9934871 100644
--- a/README.md
+++ b/README.md
@@ -138,7 +138,7 @@ The solution file `mbedTLS.sln` contains all the basic projects needed to build
Example programs
----------------
-We've included example programs for a lot of different features and uses in `programs/`. Most programs only focus on a single feature or usage scenario, so keep that in mind when copying parts of the code.
+We've included example programs for a lot of different features and uses in [`programs/`](programs/README.md). Most programs only focus on a single feature or usage scenario, so keep that in mind when copying parts of the code.
Tests
-----