You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eagle.apache.org by mw...@apache.org on 2016/07/28 06:02:00 UTC

incubator-eagle git commit: fix typo

Repository: incubator-eagle
Updated Branches:
  refs/heads/document a9e77c9b0 -> 7f6b677cc


fix typo


Project: http://git-wip-us.apache.org/repos/asf/incubator-eagle/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-eagle/commit/7f6b677c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-eagle/tree/7f6b677c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-eagle/diff/7f6b677c

Branch: refs/heads/document
Commit: 7f6b677cc2026992f209ef56d1113de13c903106
Parents: a9e77c9
Author: anyway1021 <mw...@apache.org>
Authored: Thu Jul 28 14:01:35 2016 +0800
Committer: anyway1021 <mw...@apache.org>
Committed: Thu Jul 28 14:01:35 2016 +0800

----------------------------------------------------------------------
 website/_layouts/page.html          | 2 +-
 website/deployment-in-production.md | 2 +-
 website/deployment-in-sandbox.md    | 2 +-
 website/index.html                  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/7f6b677c/website/_layouts/page.html
----------------------------------------------------------------------
diff --git a/website/_layouts/page.html b/website/_layouts/page.html
index ae86c06..40a2065 100644
--- a/website/_layouts/page.html
+++ b/website/_layouts/page.html
@@ -22,7 +22,7 @@
       <div class="hometext">
         <h2>Secure Hadoop in Real Time</h2>
         <div class="social-buttons">
-          <!-- <a href="https://github.com/ebay/eagle"><i class="fa fa-github"></i></a>
+          <!-- <a href="https://github.com/apache/incubator-eagle"><i class="fa fa-github"></i></a>
           <a href="http://twitter.com/TheApacheEagle"><i class="fa fa-twitter"></i></a>
           <a href="https://www.facebook.com/TheApacheEagle/"><i class="fa fa-facebook"></i></a>
           <a href="#"><i class="fa fa-weixin"></i></a> -->

http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/7f6b677c/website/deployment-in-production.md
----------------------------------------------------------------------
diff --git a/website/deployment-in-production.md b/website/deployment-in-production.md
index 32ffe40..ac0b8f1 100644
--- a/website/deployment-in-production.md
+++ b/website/deployment-in-production.md
@@ -97,7 +97,7 @@ Here's the main content of this page:
      ![setup a site](/images/docs/new-site.png)
 * Step 3: Create site related configuration files for topologies
 
-     Please refer to [samples](https://github.com/eBay/Eagle/tree/master/eagle-assembly/src/main/conf), and create a configuration file for each chosen datasource under $EAGLE_HOME/conf/.
+     Please refer to [samples](https://github.com/apache/incubator-eagle/tree/master/eagle-assembly/src/main/conf), and create a configuration file for each chosen datasource under $EAGLE_HOME/conf/.
         More descriptions are [here](/docs/configuration.html)
 * Step 4: Submit topologies
 

http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/7f6b677c/website/deployment-in-sandbox.md
----------------------------------------------------------------------
diff --git a/website/deployment-in-sandbox.md b/website/deployment-in-sandbox.md
index 365cf37..aa72806 100644
--- a/website/deployment-in-sandbox.md
+++ b/website/deployment-in-sandbox.md
@@ -36,7 +36,7 @@ To install Eagle on a sandbox you need to run a HDP sandbox image in a virtual m
 
     * **Option 1**: Download eagle jar from [here](http://66.211.190.194/eagle-0.1.0.tar.gz).
 
-    * **Option 2**: Build form source code [eagle github](https://github.com/eBay/Eagle). After successful build, \u2018eagle-xxx-bin.tar.gz\u2019 will be generated under `./eagle-assembly/target` (please refer to[Setup Development Environment on Mac](https://github.com/apache/incubator-eagle/blob/master/eagle-tutorial/SetupDevelopmentEnvOnMac.md) if you have any issues during the maven build.)
+    * **Option 2**: Build form source code [eagle github](https://github.com/apache/incubator-eagle). After successful build, \u2018eagle-xxx-bin.tar.gz\u2019 will be generated under `./eagle-assembly/target` (please refer to[Setup Development Environment on Mac](https://github.com/apache/incubator-eagle/blob/master/eagle-tutorial/SetupDevelopmentEnvOnMac.md) if you have any issues during the maven build.)
 
           # installed npm is required before compiling
           $ mvn clean install -DskipTests=true

http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/7f6b677c/website/index.html
----------------------------------------------------------------------
diff --git a/website/index.html b/website/index.html
index f016f31..3a3bfdb 100755
--- a/website/index.html
+++ b/website/index.html
@@ -330,7 +330,7 @@
               <a href="https://issues.apache.org/jira/browse/EAGLE"><b>Issues Tracking</b></a>
             </li>
             <li>
-              <a href="https://github.com/eBay/Eagle/wiki/How-to-Contribute"><b>How to Contribute</b></a>
+              <a href="https://cwiki.apache.org/confluence/display/EAG/Contributing+to+Eagle"><b>How to Contribute</b></a>
             </li>
           </ul>
           </div>