Repository: incubator-hivemall Updated Branches: refs/heads/master 4af2ed492 -> 7ea6bfd52
update conv.awk location http 404 before correction ## What changes were proposed in this pull request? (Please fill in changes proposed in this fix) ## What type of PR is it? [Bug Fix | Improvement | Feature | Documentation | Hot Fix | Refactoring] ## What is the Jira issue? (Put link here and add [HIVEMALL-*Jira number*] in PR title, e.g., [HIVEMALL-533]) ## How was this patch tested? (Please explain how this patch was tested. e.g., unit tests, integration tests, manual tests) ## How to use this feature? (Please remove this section if not needed) ## Checklist (Please remove this section if not needed; check `x` for YES, blank for NO) - [x] Did you apply source code formatter, i.e., `./bin/format_code.sh`, for your commit? - [ ] Did you run system tests on Hive (or Spark)? Author: nono <[email protected]> Closes #150 from aschor/patch-1. Project: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/commit/7ea6bfd5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/tree/7ea6bfd5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/diff/7ea6bfd5 Branch: refs/heads/master Commit: 7ea6bfd527cc4b215f4bb689f40e555f8a3a1969 Parents: 4af2ed4 Author: nono <[email protected]> Authored: Thu May 24 18:58:17 2018 +0900 Committer: Makoto Yui <[email protected]> Committed: Thu May 24 18:58:17 2018 +0900 ---------------------------------------------------------------------- docs/gitbook/binaryclass/a9a_dataset.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/7ea6bfd5/docs/gitbook/binaryclass/a9a_dataset.md ---------------------------------------------------------------------- diff --git a/docs/gitbook/binaryclass/a9a_dataset.md b/docs/gitbook/binaryclass/a9a_dataset.md index cd53d46..26b1700 100644 --- a/docs/gitbook/binaryclass/a9a_dataset.md +++ b/docs/gitbook/binaryclass/a9a_dataset.md @@ -26,7 +26,7 @@ http://www.csie.ntu.edu.tw/~cjlin/libsvmtools/datasets/binary.html#a9a preparation ========= -[conv.awk](https://raw.githubusercontent.com/myui/hivemall/master/resources/misc/conv.awk) +[conv.awk](https://raw.githubusercontent.com/apache/incubator-hivemall/master/resources/misc/conv.awk) ``` cd /mnt/archive/datasets/classification/a9a
