[
https://issues.apache.org/jira/browse/TAJO-1276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14263284#comment-14263284
]
ASF GitHub Bot commented on TAJO-1276:
--------------------------------------
GitHub user jghoman opened a pull request:
https://github.com/apache/tajo/pull/328
TAJO-1276: Link to tsql guide 404s in tajo cli
Ended up being a big hassle repushing the 0.9.0 docs, so I just went ahead
and wrote up a quick page to redirect from cli.html and added it to the
website. Going forward, I've fixed all the references to the cli.html in the
website and code to tsql.html (a more correct name anyway). Also, fixed typo
in mailing list page. Once this is committed, I'll re-generated and re-publish
the website.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jghoman/tajo t1276
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/328.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 #328
----
commit 985ff6a81c0bde1557d09bea4092c494f32feb1e
Author: Jakob Homan <[email protected]>
Date: 2015-01-02T22:21:46Z
TAJO-1276: Link to tsql guide 404s in tajo cli
----
> Link to tsql guide 404s in tajo cli
> -----------------------------------
>
> Key: TAJO-1276
> URL: https://issues.apache.org/jira/browse/TAJO-1276
> Project: Tajo
> Issue Type: Bug
> Reporter: Jakob Homan
> Assignee: Jakob Homan
>
> {noformat}Documentations
> tsql guide http://tajo.apache.org/docs/0.9.0/cli.html{noformat}
> However, the specified [link|http://tajo.apache.org/docs/0.9.0/cli.html] does
> not resolve. It should point to http://tajo.apache.org/docs/0.9.0/tsql.html
> instead.
> Two options:
> * Update the code to point to the correct link and wait for the next release.
> This leaves existing installs pointing to the wrong location and provides a
> poor user experience.
> * Update the existing website to point to the link specified in the guide (or
> add a redirect from the cli.html, if that's easy to do in the generated
> docs). This way existing clients would start to just work.
> I'd as lief go with the second option myself.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)