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 2019/06/20 04:36:57 UTC

[incubator-flagon-useralejs] branch v2.0.0Release updated: minor fix to index.html

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

poorejc pushed a commit to branch v2.0.0Release
in repository https://gitbox.apache.org/repos/asf/incubator-flagon-useralejs.git


The following commit(s) were added to refs/heads/v2.0.0Release by this push:
     new 667ae27  minor fix to index.html
667ae27 is described below

commit 667ae277bce379dd11dff3c5c39f860c8b4d004e
Author: poorejc <po...@apache.org>
AuthorDate: Thu Jun 20 00:36:46 2019 -0400

    minor fix to index.html
---
 example/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/example/index.html b/example/index.html
index 6cdb907..f263ea8 100644
--- a/example/index.html
+++ b/example/index.html
@@ -18,7 +18,7 @@ limitations under the License.
 <head>
   <title>UserAleJS - Example Page</title>
   <script
-    src="file:///Users/jpoore/Documents/Apache_Flagon/test/incubator-flagon-useralejs/build/userale-2.0.0.min.js"
+    src="file:///{your file path}/incubator-flagon-useralejs/build/userale-2.0.0.min.js"
     data-url="http://localhost:8000/"
     data-user="example-user"
     data-version="2.0.0"