From d7d03b4af88a09991dce388842ea1acb970a663c Mon Sep 17 00:00:00 2001 From: Celestino Amoroso Date: Tue, 21 Apr 2026 06:47:15 +0200 Subject: [PATCH] README: added link to the main Expr documentation hosted on cdn.paas.portale-stac.it --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 644d17e..361c13b 100644 --- a/README.adoc +++ b/README.adoc @@ -144,4 +144,4 @@ Variables and functions can be added to a context both programmatically and ad a == Expressions syntax -See #TODO link to doc/Expr.html# +See https://cdn.paas.portale-stac.it/howto/go-pkg/expr/doc/Expr.html[Expr documentation] for a complete reference of the expression syntax and available functions.