From 801bc91ffb9cf36c711e48d11925bacd62c8c5b7 Mon Sep 17 00:00:00 2001 From: Jacob Schmidt Date: Sat, 22 Mar 2025 20:10:02 -0500 Subject: [PATCH] fix: Update documentation links to README.md This commit updates internal links in the documentation to point to the correct `README.md` files within each category. This ensures that the links function as intended and improves navigation within the documentation. --- docs/basic/README.md | 6 +++--- docs/core/README.md | 6 +++--- docs/hash/README.md | 6 +++--- docs/list/README.md | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) 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