Repository: incubator-impala Updated Branches: refs/heads/master f3d8ccdf0 -> b7cc7a369
[DOCS] Fix URL of link to glog project Formerly the project used SVN and the instructions were posted on a public page. Now it's at github and the user has to get the doc source from the project to view it. Therefore I'm changing both the URL and the descriptive text of the link. Change-Id: I668dc3739a9c95c788408bfc73480793ae5ba4c3 Reviewed-on: http://gerrit.cloudera.org:8080/7447 Reviewed-by: Tim Armstrong <[email protected]> Tested-by: Impala Public Jenkins Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/ba4c6fc8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/ba4c6fc8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/ba4c6fc8 Branch: refs/heads/master Commit: ba4c6fc8987de8225fb9ac28a1bd5c8a0d12dbaa Parents: f3d8ccd Author: John Russell <[email protected]> Authored: Mon Jul 17 13:22:42 2017 -0700 Committer: Impala Public Jenkins <[email protected]> Committed: Mon Jul 24 18:03:11 2017 +0000 ---------------------------------------------------------------------- docs/impala_keydefs.ditamap | 2 +- docs/topics/impala_logging.xml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/ba4c6fc8/docs/impala_keydefs.ditamap ---------------------------------------------------------------------- diff --git a/docs/impala_keydefs.ditamap b/docs/impala_keydefs.ditamap index 378a5bb..8748d03 100644 --- a/docs/impala_keydefs.ditamap +++ b/docs/impala_keydefs.ditamap @@ -112,7 +112,7 @@ under the License. <keydef href="https://code.google.com/p/re2/" scope="external" format="html" keys="re2"/> <keydef href="http://goog-perftools.sourceforge.net/doc/tcmalloc.html" scope="external" format="html" keys="tcmalloc"/> - <keydef href="http://google-glog.googlecode.com/svn/trunk/doc/glog.html" scope="external" format="html" keys="glog"/> + <keydef href="https://github.com/google/glog" scope="external" format="html" keys="glog.html"/> <keydef href="https://issues.apache.org/jira/browse/HIVE-656" scope="external" format="html" keys="HIVE-656"/> http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/ba4c6fc8/docs/topics/impala_logging.xml ---------------------------------------------------------------------- diff --git a/docs/topics/impala_logging.xml b/docs/topics/impala_logging.xml index 1d7e762..6246ac6 100644 --- a/docs/topics/impala_logging.xml +++ b/docs/topics/impala_logging.xml @@ -381,8 +381,7 @@ I0107 08:42:12.292706 14876 logging.cc:76] Flags (see also /varz are on debug we <p> For more information on how to configure GLOG, including how to set variable logging levels for different system components, see - <xref href="http://google-glog.googlecode.com/svn/trunk/doc/glog.html" scope="external" format="html">How - To Use Google Logging Library (glog)</xref>. + <xref keyref="glog.html">documentation for the glog project on github</xref>. </p> <section id="loglevels_details">
