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

github.com/torch/nn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoumith Chintala <soumith@gmail.com>2014-06-28 03:17:06 +0400
committerSoumith Chintala <soumith@gmail.com>2014-06-28 03:17:06 +0400
commit54a9476ca762ce647eb05437661a5a9415949e11 (patch)
tree86508438776e78592c2da6d8fdf6ba4fe47dbe58
parenta87db79806b7f9ef43c5eb4f0cba63f745c2c827 (diff)
parent978216726201188cb4a66d097b077b8ba896119f (diff)
Merge pull request #23 from Atcold/patch-1
Update containers.md
-rw-r--r--doc/containers.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/containers.md b/doc/containers.md
index 484b781..e078676 100644
--- a/doc/containers.md
+++ b/doc/containers.md
@@ -121,4 +121,4 @@ While the above containers are used for manipulating input [Tensors](https://git
* [ConcatTable](table.md#nn.ConcatTable)
* [ParallelTable](table.md#nn.ParallelTable)
-These, along with all other modules for manipulating tables can be found [here](doc/table.md).
+These, along with all other modules for manipulating tables can be found [here](table.md).