Fix relative link in Functions developer guide (#21689)
Convert FUNCTIONS_REFERENCE.md to absolute URL slug for learn site compatibility. The previous PR missed this second occurrence at line 954.
Costa Tsaousis committed
Feb 1, 2026 at 14:11 UTC
fe7b143efd3b2bc95a7e5b0c265591df528275ba
1 file changed
+1
-1
src/plugins.d/FUNCTION_UI_DEVELOPER_GUIDE.md
+1
-1
@@ -951,4 +951,4 @@ if (tail_mode) {
951
952
---
953
954
-This guide covers everything you need to build both simple monitoring functions and advanced log explorers. For implementation details and edge cases, see [FUNCTIONS_REFERENCE.md](FUNCTIONS_REFERENCE.md).
954
+This guide covers everything you need to build both simple monitoring functions and advanced log explorers. For implementation details and edge cases, see [FUNCTIONS_REFERENCE.md](/src/plugins.d/FUNCTION_UI_REFERENCE.md).