This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git
The following commit(s) were added to refs/heads/master by this push:
new 0d3c20b48f Update OpenFunction Doc URL (#8814)
0d3c20b48f is described below
commit 0d3c20b48fedebe71a87b72f787ad0e17df0b408
Author: Felixnoo <[email protected]>
AuthorDate: Wed Apr 6 12:07:23 2022 +0800
Update OpenFunction Doc URL (#8814)
Signed-off-by: Felixnoo <[email protected]>
---
.../src/main/resources/ui-initialized-templates/faas/faas-root.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/faas/faas-root.json
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/faas/faas-root.json
index 11c34f44c0..97cda03fee 100644
---
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/faas/faas-root.json
+++
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/faas/faas-root.json
@@ -224,7 +224,7 @@
"content": "FaaS (Function-as-a-Service) is a type of
cloud-computing service that allows you to execute code in response to events
without the complex infrastructure typically associated with building and
launching microservices applications. OpenFunction as a FaaS platform, provides
out-of-box observability with SkyWalking integration.",
"fontSize": 14,
"textAlign": "left",
- "url":
"https://github.com/OpenFunction/samples/blob/main/functions/tracing/README.md"
+ "url":
"https://openfunction.dev/docs/best-practices/skywalking-solution-for-openfunction/"
},
"moved": false
}