You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lens.apache.org by am...@apache.org on 2014/11/13 12:50:17 UTC

[50/50] incubator-lens git commit: Update the git repo link

Update the git repo link


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

Branch: refs/heads/toapache
Commit: d34a8f7b92c40a34b41b888d51517b84a6264f30
Parents: a47ecd5
Author: Amareshwari Sriramdasu <am...@inmobi.com>
Authored: Thu Nov 13 17:13:35 2014 +0530
Committer: Amareshwari Sriramdasu <am...@inmobi.com>
Committed: Thu Nov 13 17:13:35 2014 +0530

----------------------------------------------------------------------
 lens-server/enunciate.xml                     | 2 +-
 src/site/apt/developer/contribute.apt         | 2 +-
 src/site/apt/gettingstarted/install-steps.apt | 2 +-
 tools/scripts/generate-site-public.sh         | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/d34a8f7b/lens-server/enunciate.xml
----------------------------------------------------------------------
diff --git a/lens-server/enunciate.xml b/lens-server/enunciate.xml
index b4fafae..de134d3 100644
--- a/lens-server/enunciate.xml
+++ b/lens-server/enunciate.xml
@@ -22,7 +22,7 @@
 <enunciate label="lens" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:noNamespaceSchemaLocation="http://enunciate.codehaus.org/schemas/enunciate-1.25.xsd">
 		<namespaces>
-			<namespace uri="https://git-wip-us.apache.org/repos/asf?p=incubator-lens.git" id="lens"/>
+			<namespace uri="https://git-wip-us.apache.org/repos/asf/incubator-lens.git" id="lens"/>
   	</namespaces>
     <services>
 			<rest defaultRestSubcontext="/">

http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/d34a8f7b/src/site/apt/developer/contribute.apt
----------------------------------------------------------------------
diff --git a/src/site/apt/developer/contribute.apt b/src/site/apt/developer/contribute.apt
index dcf033c..c196d66 100644
--- a/src/site/apt/developer/contribute.apt
+++ b/src/site/apt/developer/contribute.apt
@@ -29,7 +29,7 @@ Developer Documentation : How to contribute to Apache Lens?
 ** Source Repository
 
   Lens uses {{{http://git-scm.com/} git}} for its code repository. The repository is available at 
-  {{{https://git-wip-us.apache.org/repos/asf?p=incubator-lens.git} https://git-wip-us.apache.org/repos/asf?p=incubator-lens.git}}.
+  {{{https://git-wip-us.apache.org/repos/asf/incubator-lens.git} https://git-wip-us.apache.org/repos/asf/incubator-lens.git}}.
 
 ** Build tools
 

http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/d34a8f7b/src/site/apt/gettingstarted/install-steps.apt
----------------------------------------------------------------------
diff --git a/src/site/apt/gettingstarted/install-steps.apt b/src/site/apt/gettingstarted/install-steps.apt
index 9560e0c..bd19c0d 100644
--- a/src/site/apt/gettingstarted/install-steps.apt
+++ b/src/site/apt/gettingstarted/install-steps.apt
@@ -27,7 +27,7 @@ Installing and running lens
 
 +---+
 
-   git clone https://git-wip-us.apache.org/repos/asf?p=incubator-lens.git
+   git clone https://git-wip-us.apache.org/repos/asf/incubator-lens.git
 
    cd lens
 

http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/d34a8f7b/tools/scripts/generate-site-public.sh
----------------------------------------------------------------------
diff --git a/tools/scripts/generate-site-public.sh b/tools/scripts/generate-site-public.sh
index afe956b..29f4b87 100755
--- a/tools/scripts/generate-site-public.sh
+++ b/tools/scripts/generate-site-public.sh
@@ -24,7 +24,7 @@ die() {
     exit 1
 }
 
-REPO=https://git-wip-us.apache.org/repos/asf?p=incubator-lens.git
+REPO=https://git-wip-us.apache.org/repos/asf/incubator-lens.git
 TMP=/tmp/lens-site-stage
 STAGE=`pwd`/target/staging
 REST_DIR=`pwd`/lens-server/target/site/wsdocs