From 3408fdbc3d00bb7930be6b50532cc6f0b3dbf552 Mon Sep 17 00:00:00 2001 From: zengyawen Date: Mon, 24 Apr 2023 02:53:52 +0000 Subject: [PATCH] fix links Signed-off-by: zengyawen --- en/application-dev/dfx/hiappevent-guidelines.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/en/application-dev/dfx/hiappevent-guidelines.md b/en/application-dev/dfx/hiappevent-guidelines.md index 640b9185ee..569b16d587 100644 --- a/en/application-dev/dfx/hiappevent-guidelines.md +++ b/en/application-dev/dfx/hiappevent-guidelines.md @@ -146,9 +146,3 @@ The following example illustrates how to log and subscribe to button click event HiAppEvent eventPkg.size=124 HiAppEvent eventPkg.info={"domain_":"button","name_":"click","type_":4,"time_":1670268234523,"tz_":"+0800","pid_":3295,"tid_":3309,"click_time":100} ``` - -## Samples - -The following sample is provided to help you better understand how to develop the application event logging feature: - -- [`JsDotTest`: Event Logging (JS) (API8)](https://gitee.com/openharmony/applications_app_samples/tree/master/DFX/JsDotTest) -- GitLab