doc(extensions): fix incorrect documentation link

This commit is contained in:
KernelDeimos
2025-12-07 21:21:05 -05:00
committed by Eric Dubé
parent 87dbb34a8d
commit 64b0ba89cc

View File

@@ -1,5 +1,11 @@
# Extension System Development Guide
TODO: Move extensions docs into here?
For now see [here](../doc/contributors/extensions/README.md)
# Extension System Development Guide]
## Specific Extension Logs
## Where to find documentation
### Here
Documentation for extensions is [here](src/backend/doc/extensions/README.md).
### Not Here
Outdated documentation for extensions is [here](../doc/contributors/extensions/README.md).
This documentation may include some topics that are missing from the current documentation. Eventually those topics should be updated and transferred to the current documentation so that this documentation may be removed.