[DOCS] Rewrite github URL for timezone source file Use the corresponding Apache github URL instead of the Cloudera one.
Change-Id: I40bff9286d08f1de11abd9ab4b804855f0330cc2 Reviewed-on: http://gerrit.cloudera.org:8080/6438 Reviewed-by: Jim Apple <[email protected]> Reviewed-by: Laurel Hale <[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/69ba44c7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/69ba44c7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/69ba44c7 Branch: refs/heads/master Commit: 69ba44c706660ed5611d417fdeb607d8a48274d8 Parents: 58e0753 Author: John Russell <[email protected]> Authored: Mon Mar 20 12:02:24 2017 -0700 Committer: Impala Public Jenkins <[email protected]> Committed: Mon Mar 20 21:19:04 2017 +0000 ---------------------------------------------------------------------- docs/impala_keydefs.ditamap | 2 +- docs/topics/impala_fixed_issues.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/69ba44c7/docs/impala_keydefs.ditamap ---------------------------------------------------------------------- diff --git a/docs/impala_keydefs.ditamap b/docs/impala_keydefs.ditamap index ca0be37..cf9a8c2 100644 --- a/docs/impala_keydefs.ditamap +++ b/docs/impala_keydefs.ditamap @@ -56,7 +56,7 @@ under the License. <keydef href="https://github.com/cloudera/Impala/blob/cdh5-trunk/tests/query_test/test_udfs.py" scope="external" format="html" keys="test_udfs.py"> <topicmeta><linktext>test_udfs.py</linktext></topicmeta> </keydef> - <keydef href="https://github.com/cloudera/Impala/blob/master/be/src/exprs/timezone_db.cc" scope="external" format="html" keys="timezone_db.cc"> + <keydef href="https://github.com/apache/incubator-impala/blob/master/be/src/exprs/timezone_db.cc" scope="external" format="html" keys="timezone_db.cc"> <topicmeta><linktext>timezone_db.cc</linktext></topicmeta> </keydef> <keydef href="https://github.com/cloudera/impala-tpcds-kit" scope="external" format="html" keys="impala-tpcds-kit"> http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/69ba44c7/docs/topics/impala_fixed_issues.xml ---------------------------------------------------------------------- diff --git a/docs/topics/impala_fixed_issues.xml b/docs/topics/impala_fixed_issues.xml index 1ee1a13..598ea00 100644 --- a/docs/topics/impala_fixed_issues.xml +++ b/docs/topics/impala_fixed_issues.xml @@ -1750,7 +1750,7 @@ d93fb5a IMPALA-1899: Cleanup handling of Hive's field schema The set of timezones recognized by Impala was expanded. You can always find the latest list of supported timezones in the Impala source code, in the file - <xref href="https://github.com/cloudera/Impala/blob/master/be/src/exprs/timezone_db.cc" scope="external" format="html">timezone_db.cc</xref>. + <xref keyref="timezone_db.cc">timezone_db.cc</xref>. </p> <p><b>Bug:</b> <xref href="https://issues.cloudera.org/browse/IMPALA-1381" scope="external" format="html">IMPALA-1381</xref></p> </conbody>
