This is an automated email from the ASF dual-hosted git repository.
poorejc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-flagon-useralejs.git
The following commit(s) were added to refs/heads/master by this push:
new 07f796c minor fix to readme--broken link to webextension
07f796c is described below
commit 07f796cccf8e9e730a92f58536e1e15bb3892bad
Author: poorejc <[email protected]>
AuthorDate: Fri Aug 2 22:30:06 2019 -0400
minor fix to readme--broken link to webextension
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index b08fb3d..3a3e7d4 100755
--- a/README.md
+++ b/README.md
@@ -92,7 +92,7 @@ The complete list of configurable options is:
| data-user-from-params | Query param in the page URL to fetch userId from |
null |
| data-tool | Name of tool being logged | null |
-If you're interested in using our WebExtension to log user activity across all
pages they visit, check out our browser specific instructions
[here](https://github.com/apache/incubator-flagon-useralejs/blob/FLAGON-336/src/UserALEWebExtension/README.md).
+If you're interested in using our WebExtension to log user activity across all
pages they visit, check out our browser specific instructions
[here](https://github.com/apache/incubator-flagon-useralejs/tree/master/src/UserALEWebExtension).
You can also test out UserALE.js behavior with different script tag parameters
using our ['example' test
utility](https://github.com/apache/incubator-flagon-useralejs/tree/master/example).