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:
Diffstat (limited to 'README.md')
-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