Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/threads-ffi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoumith Chintala <soumith@gmail.com>2015-10-31 23:28:32 +0300
committerSoumith Chintala <soumith@gmail.com>2015-10-31 23:28:32 +0300
commitfeb469692e996eba776a48fa8c44f7798c56a1cd (patch)
tree7cd6877e6a0a24b23a92cafbd399ab5236233968
parentad1f870b3e6ebbf697db21e5ef4b5c25523952d7 (diff)
parent4091badcfcffd562f3094e29ab99572836493744 (diff)
Merge pull request #34 from bamos/master
Fix broken link to torch.ch.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d5a7d2d..759303c 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ The magic of the *threads* package lies in the seven following points:
<a name="install"/>
# Installation #
-`threads` relies on [Torch7](torch.ch) for serialization. It uses pthread,
+`threads` relies on [Torch7](http://torch.ch) for serialization. It uses pthread,
and Windows thread implementation. One could easily get inspired from
Torch serialization system to adapt the package to its own needs. Torch
should be straighforward to install, so this dependency should be minor