From 6d9ea17dba144061cb71498255b62fb20e023c86 Mon Sep 17 00:00:00 2001
From: Bing Gong <b.gong@fz-juelich.de>
Date: Tue, 23 Jun 2020 09:35:37 +0200
Subject: [PATCH] clean up README #2

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 45091c3a..2080265b 100644
--- a/README.md
+++ b/README.md
@@ -61,7 +61,7 @@ The details can be found [name_convention](docs/structure_name_convention.md)
 
 ### Benchmarking architectures:
 
-- convLSTM: [paper](https://papers.nips.cc/paper/5955-convolutional-lstm-network-a-machine-learning-approach-for-precipitation-nowcasting.pdf),[code])https://github.com/loliverhennigh/Convolutional-LSTM-in-Tensorflow)
+- convLSTM: [paper](https://papers.nips.cc/paper/5955-convolutional-lstm-network-a-machine-learning-approach-for-precipitation-nowcasting.pdf),[code](https://github.com/loliverhennigh/Convolutional-LSTM-in-Tensorflow)
 - Variational Autoencoder:[paper](https://arxiv.org/pdf/1312.6114.pdf)
 - Stochastic Adversarial Video Prediction (SAVP): [paper](https://arxiv.org/pdf/1804.01523.pdf),[code](https://github.com/alexlee-gk/video_prediction) 
 - Motion and Content Network (MCnet): [paper](https://arxiv.org/pdf/1706.08033.pdf), [code](https://github.com/rubenvillegas/iclr2017mcnet)
-- 
GitLab