You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flagon.apache.org by po...@apache.org on 2020/02/07 17:18:38 UTC

[incubator-flagon-useralejs] branch 2.1.0-RC-01 updated: corrections to example readme, and package file (for new github issues

This is an automated email from the ASF dual-hosted git repository.

poorejc pushed a commit to branch 2.1.0-RC-01
in repository https://gitbox.apache.org/repos/asf/incubator-flagon-useralejs.git


The following commit(s) were added to refs/heads/2.1.0-RC-01 by this push:
     new 1f0935a  corrections to example readme, and package file (for new github issues
1f0935a is described below

commit 1f0935ace7a00384d7724bf4f7adf878b8755c62
Author: poorejc <po...@apache.org>
AuthorDate: Fri Feb 7 12:18:27 2020 -0500

    corrections to example readme, and package file (for new github issues
---
 .asf.yaml         | 2 +-
 example/README.md | 6 ++----
 package.json      | 2 +-
 3 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 9dd76f8..9676a68 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -16,7 +16,7 @@
 #
 
 github:
-  description: "Apache Flagon UserALE.js is a comprehensive behavioral logging tool"
+  description: "Apache Flagon UserALE.js is a comprehensive, thin-client behavioral logging tool"
   homepage: https://flagon.incubator.apache.org/
   labels:
     - flagon
diff --git a/example/README.md b/example/README.md
index 3265797..87a2ef3 100755
--- a/example/README.md
+++ b/example/README.md
@@ -10,9 +10,7 @@ This directory provides
 
 Ensure that you have [node.js](https://nodejs.org/) installed.
 
-You will need to clone the [UserALE.js repository](https://github.com/apache/incubator-flagon-useralejs) and `npm install` install dev dependencies to run the Example Utility.
-
-Please see the [Prerequsites](https://github.com/apache/incubator-flagon-useralejs#prerequsites) for additional details.
+You will need to clone the [UserALE.js repository](https://github.com/apache/incubator-flagon-useralejs) and follow [Installation directions](https://github.com/apache/incubator-flagon-useralejs#installation).
 
 ## Using the Example Page 
 
@@ -120,4 +118,4 @@ Find them in `/logs` under the top level flagon-userale dir. A new log file will
 
 ## Contributing
 
-Contributions are welcome!  Simply [submit an issue report](https://issues.apache.org/jira/browse/FLAGON) for problems you encounter or submit a pull request for your feature or bug fix.  The core team will review it and work with you to incorporate it into UserALE.js.
\ No newline at end of file
+Contributions are welcome!  Simply [submit an issue](https://github.com/apache/incubator-flagon-useralejs/issues) for problems you encounter or submit a pull request for your feature or bug fix.  The core team will review it and work with you to incorporate it into UserALE.js.
\ No newline at end of file
diff --git a/package.json b/package.json
index 62b89a5..55806cf 100755
--- a/package.json
+++ b/package.json
@@ -34,7 +34,7 @@
   ],
   "license": "Apache-2.0",
   "bugs": {
-    "url": "https://issues.apache.org/jira/browse/FLAGON"
+    "url": "https://github.com/apache/incubator-flagon-useralejs/issues"
   },
   "homepage": "http://flagon.incubator.apache.org",
   "engines": {