You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sqoop.apache.org by co...@apache.org on 2016/02/04 02:51:41 UTC

sqoop git commit: SQOOP-2818: Sqoop2: Doc: Update broken links (Jarek Jarcec Cecho via Colin Ma)

Repository: sqoop
Updated Branches:
  refs/heads/sqoop2 38ae8870a -> bb425e63a


SQOOP-2818: Sqoop2: Doc: Update broken links
 (Jarek Jarcec Cecho via Colin Ma)


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

Branch: refs/heads/sqoop2
Commit: bb425e63ac31c17051e79b70fd12616fe89da504
Parents: 38ae887
Author: Colin Ma <co...@apache.org>
Authored: Thu Feb 4 10:46:31 2016 +0800
Committer: Colin Ma <co...@apache.org>
Committed: Thu Feb 4 10:46:31 2016 +0800

----------------------------------------------------------------------
 docs/src/site/sphinx/admin/Upgrade.rst          | 4 ++--
 docs/src/site/sphinx/dev/DevEnv.rst             | 2 +-
 docs/src/site/sphinx/user/Sqoop5MinutesDemo.rst | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/sqoop/blob/bb425e63/docs/src/site/sphinx/admin/Upgrade.rst
----------------------------------------------------------------------
diff --git a/docs/src/site/sphinx/admin/Upgrade.rst b/docs/src/site/sphinx/admin/Upgrade.rst
index 385c5ae..60dee7b 100644
--- a/docs/src/site/sphinx/admin/Upgrade.rst
+++ b/docs/src/site/sphinx/admin/Upgrade.rst
@@ -34,7 +34,7 @@ It's strongly advised to back up the repository before moving on to next steps.
 Upgrading Server using upgrade tool
 -----------------------------------
 
-Preferred upgrade path is to explicitly run the `Upgrade Tool <Tools.html#upgrade>`_. First step is to however shutdown the server as having both the server and upgrade utility accessing the same repository might corrupt it::
+Preferred upgrade path is to explicitly run the :ref:`tool-upgrade`. First step is to however shutdown the server as having both the server and upgrade utility accessing the same repository might corrupt it::
 
   sqoop2-server stop
 
@@ -46,7 +46,7 @@ You should see that the upgrade process has been successful::
 
   Tool class org.apache.sqoop.tools.tool.UpgradeTool has finished correctly.
 
-In case of any failure, please take a look into `Upgrade Tool <Tools.html#upgrade>`_ documentation page.
+In case of any failure, please take a look into :ref:`tool-upgrade` documentation page.
 
 Upgrading Server on start-up
 ----------------------------

http://git-wip-us.apache.org/repos/asf/sqoop/blob/bb425e63/docs/src/site/sphinx/dev/DevEnv.rst
----------------------------------------------------------------------
diff --git a/docs/src/site/sphinx/dev/DevEnv.rst b/docs/src/site/sphinx/dev/DevEnv.rst
index 5cb0111..a9ec4bc 100644
--- a/docs/src/site/sphinx/dev/DevEnv.rst
+++ b/docs/src/site/sphinx/dev/DevEnv.rst
@@ -36,7 +36,7 @@ Sqoop uses Maven 3 for building the project. Download `Maven <http://maven.apach
 Eclipse Setup
 =============
 
-Steps for downloading source code is given in `Building Sqoop2 <BuildingSqoop2.html>`_
+Steps for downloading source code are given in :doc:`/dev/BuildingSqoop2`.
 
 Sqoop 2 project has multiple modules where one module is depend on another module for e.g. sqoop 2 client module has sqoop 2 common module dependency. Follow below step for creating eclipse's project and classpath for each module.
 

http://git-wip-us.apache.org/repos/asf/sqoop/blob/bb425e63/docs/src/site/sphinx/user/Sqoop5MinutesDemo.rst
----------------------------------------------------------------------
diff --git a/docs/src/site/sphinx/user/Sqoop5MinutesDemo.rst b/docs/src/site/sphinx/user/Sqoop5MinutesDemo.rst
index 0236f70..c421127 100644
--- a/docs/src/site/sphinx/user/Sqoop5MinutesDemo.rst
+++ b/docs/src/site/sphinx/user/Sqoop5MinutesDemo.rst
@@ -18,7 +18,7 @@
 Sqoop 5 Minutes Demo
 ====================
 
-This page will walk you through the basic usage of Sqoop. You need to have installed and configured Sqoop server and client in order to follow this guide. Installation procedure is described on `Installation page <Installation.html>`_. Please note that exact output shown in this page might differ from yours as Sqoop evolves. All major information should however remain the same.
+This page will walk you through the basic usage of Sqoop. You need to have installed and configured Sqoop server and client in order to follow this guide. Installation procedure is described in :doc:`/admin/Installation`. Please note that exact output shown in this page might differ from yours as Sqoop evolves. All major information should however remain the same.
 
 Sqoop uses unique names or persistent ids to identify connectors, links, jobs and configs. We support querying a entity by its unique name or by its perisent database Id.