Skip to content

Commit 4c8c00b

Browse files
author
Offir Kochalsky
committed
Linked updated after code delivery
1 parent ba0208d commit 4c8c00b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ the specific application requirements and target hardware:
1111

1212
KVStore Global APIs use Mbed-OS [KVStore configuration](#kvstore-configuration) json file to define the selected KVStore implementation option of the above.
1313

14-
You can find more information about Mbed OS Key Value Store Design and other related items in the [kvstore design documentation](https://github.com/ARMmbed/mbed-os/tree/master/docs/design-documents/features/storage/KVStore/KVStore_design.md).
14+
You can find more information about Mbed OS Key Value Store Design and other related items in the [kvstore design documentation](https://github.com/ARMmbed/mbed-os/blob/master/docs/design-documents/features/storage/KVStore/KVStore_design.md).
1515

1616
**Table of contents:**
1717

@@ -28,7 +28,7 @@ You can find more information about Mbed OS Key Value Store Design and other rel
2828

2929
The example sets several key/value pairs, some are defined as 'dummy' and some as 'real'. The example demonstrates several possible scenarios that set, get, search and remove specific keys, and iterate all keys.
3030

31-
The example contains an [mbed-lib.json](./mbed-lib.json) configuration file that demonstrates how to set KVStore configuration for a specific target (K64F) that may override the [default configuration](#kvstore-configuration).
31+
The example contains an [mbed_app.json](./mbed_app.json) configuration file that demonstrates how to set KVStore configuration for a specific target (K64F) that may override the [default configuration](#kvstore-configuration).
3232

3333
## Hardware requirements
3434

@@ -149,4 +149,4 @@ If you have problems, you can review the [documentation](https://os.mbed.com/doc
149149
for suggestions on what could be wrong and how to fix it.
150150

151151
## Default Global KVStore Configuration
152-
The Global KVStore APIs rely on the higher level Mbes-OS KVSTore retargetting layer [json configuration]()
152+
The Global KVStore APIs rely on the higher level Mbes-OS KVSTore retargetting layer [json configuration](https://github.com/ARMmbed/mbed-os/blob/master/features/storage/kvstore/conf/mbed_lib.json)

0 commit comments

Comments
 (0)