diff --git a/docs/basic/README.md b/docs/basic/README.md index 5d3ea36..cedae25 100644 --- a/docs/basic/README.md +++ b/docs/basic/README.md @@ -29,6 +29,6 @@ This section contains documentation for the basic data operations of ArmaRAMDb t ## Related Categories -- [Core Functions](../core/index.md) -- [Hash Operations](../hash/index.md) -- [List Operations](../list/index.md) \ No newline at end of file +- [Core Functions](../core/README.md) +- [Hash Operations](../hash/README.md) +- [List Operations](../list/README.md) \ No newline at end of file diff --git a/docs/core/README.md b/docs/core/README.md index f818be3..b9a8952 100644 --- a/docs/core/README.md +++ b/docs/core/README.md @@ -24,6 +24,6 @@ This section contains documentation for the core functions of ArmaRAMDb that han ## Related Categories -- [Basic Data Operations](../basic/index.md) -- [Hash Operations](../hash/index.md) -- [List Operations](../list/index.md) \ No newline at end of file +- [Basic Data Operations](../basic/README.md) +- [Hash Operations](../hash/README.md) +- [List Operations](../list/README.md) \ No newline at end of file diff --git a/docs/hash/README.md b/docs/hash/README.md index 90d9795..cf8cbe0 100644 --- a/docs/hash/README.md +++ b/docs/hash/README.md @@ -44,6 +44,6 @@ This section contains documentation for the hash operations of ArmaRAMDb that al ## Related Categories -- [Core Functions](../core/index.md) -- [Basic Data Operations](../basic/index.md) -- [List Operations](../list/index.md) \ No newline at end of file +- [Core Functions](../core/README.md) +- [Basic Data Operations](../basic/README.md) +- [List Operations](../list/README.md) \ No newline at end of file diff --git a/docs/list/README.md b/docs/list/README.md index 01b55b4..367fb19 100644 --- a/docs/list/README.md +++ b/docs/list/README.md @@ -35,6 +35,6 @@ This section contains documentation for the list operations of ArmaRAMDb that al ## Related Categories -- [Core Functions](../core/index.md) -- [Basic Data Operations](../basic/index.md) -- [Hash Operations](../hash/index.md) \ No newline at end of file +- [Core Functions](../core/README.md) +- [Basic Data Operations](../basic/README.md) +- [Hash Operations](../hash/README.md) \ No newline at end of file