From 402f7584a3c2c1d6527bbd98e1db225e914e31f8 Mon Sep 17 00:00:00 2001 From: Ronny Date: Thu, 19 Jan 2017 17:24:31 +1100 Subject: [PATCH] Make autograd link clickable --- Deep Learning with PyTorch.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Deep Learning with PyTorch.ipynb b/Deep Learning with PyTorch.ipynb index a0fcc25b142..450c7dd9163 100644 --- a/Deep Learning with PyTorch.ipynb +++ b/Deep Learning with PyTorch.ipynb @@ -491,7 +491,7 @@ "metadata": {}, "source": [ "##### Read Later:\n", - "> You can read more documentation on `Variable` and `Function` here: pytorch.org/docs/autograd.html\n", + "> You can read more documentation on `Variable` and `Function` here: [pytorch.org/docs/autograd.html](http://pytorch.org/docs/autograd.html)\n", "\n" ] },