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.
This commit is contained in:
parent
8c4feca5d2
commit
801bc91ffb
@ -29,6 +29,6 @@ This section contains documentation for the basic data operations of ArmaRAMDb t
|
|||||||
|
|
||||||
## Related Categories
|
## Related Categories
|
||||||
|
|
||||||
- [Core Functions](../core/index.md)
|
- [Core Functions](../core/README.md)
|
||||||
- [Hash Operations](../hash/index.md)
|
- [Hash Operations](../hash/README.md)
|
||||||
- [List Operations](../list/index.md)
|
- [List Operations](../list/README.md)
|
@ -24,6 +24,6 @@ This section contains documentation for the core functions of ArmaRAMDb that han
|
|||||||
|
|
||||||
## Related Categories
|
## Related Categories
|
||||||
|
|
||||||
- [Basic Data Operations](../basic/index.md)
|
- [Basic Data Operations](../basic/README.md)
|
||||||
- [Hash Operations](../hash/index.md)
|
- [Hash Operations](../hash/README.md)
|
||||||
- [List Operations](../list/index.md)
|
- [List Operations](../list/README.md)
|
@ -44,6 +44,6 @@ This section contains documentation for the hash operations of ArmaRAMDb that al
|
|||||||
|
|
||||||
## Related Categories
|
## Related Categories
|
||||||
|
|
||||||
- [Core Functions](../core/index.md)
|
- [Core Functions](../core/README.md)
|
||||||
- [Basic Data Operations](../basic/index.md)
|
- [Basic Data Operations](../basic/README.md)
|
||||||
- [List Operations](../list/index.md)
|
- [List Operations](../list/README.md)
|
@ -35,6 +35,6 @@ This section contains documentation for the list operations of ArmaRAMDb that al
|
|||||||
|
|
||||||
## Related Categories
|
## Related Categories
|
||||||
|
|
||||||
- [Core Functions](../core/index.md)
|
- [Core Functions](../core/README.md)
|
||||||
- [Basic Data Operations](../basic/index.md)
|
- [Basic Data Operations](../basic/README.md)
|
||||||
- [Hash Operations](../hash/index.md)
|
- [Hash Operations](../hash/README.md)
|
Loading…
x
Reference in New Issue
Block a user