[
https://issues.apache.org/jira/browse/TAJO-1378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14352474#comment-14352474
]
ASF GitHub Bot commented on TAJO-1378:
--------------------------------------
GitHub user dongjoon-hyun opened a pull request:
https://github.com/apache/tajo/pull/401
fix TAJO-1378
Currently, the following meta information in all Tajo documentations is
still in 0.8.0. Web search engine (like google.com) will confuse them.
<title>~~~ Apache Tajo 0.8.0 documentation</title>
<link rel="top" title="Apache Tajo 0.8.0 documentation"
href="../index.html”/>
<script type="text/javascript">
var DOCUMENTATION_OPTIONS =
{ URL_ROOT:'../', VERSION:'0.8.0', COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', HAS_SOURCE: true };
</script>
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dongjoon-hyun/tajo TAJO-1378
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/401.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #401
----
commit 1763cfb4ea3c1933ed623fe3adb66ba0a87169e1
Author: Dongjoon Hyun <[email protected]>
Date: 2015-03-09T03:00:32Z
fix TAJO-1378
----
> Incorrect version(0.8.0) info in tajo-doc
> -----------------------------------------
>
> Key: TAJO-1378
> URL: https://issues.apache.org/jira/browse/TAJO-1378
> Project: Tajo
> Issue Type: Bug
> Components: documentation
> Affects Versions: 0.10
> Reporter: Dongjoon Hyun
> Assignee: Dongjoon Hyun
> Priority: Trivial
>
> The following meta information in all Tajo documentations is still in 0.8.0.
> Web search engine (like google.com) will confuse them.
> <title>~~~ Apache Tajo 0.8.0 documentation</title>
> <link rel="top" title="Apache Tajo 0.8.0 documentation" href="../index.html”/>
> <script type="text/javascript">
> var DOCUMENTATION_OPTIONS = {
> URL_ROOT:'../',
> VERSION:'0.8.0',
> COLLAPSE_INDEX:false,
> FILE_SUFFIX:'.html',
> HAS_SOURCE: true
> };
> </script>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)