Skip to content

Commit 990fd1a

Browse files
authored
Fix tensorboard tutorial to use http (pytorch#1508)
1 parent 5d3d8cf commit 990fd1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intermediate_source/tensorboard_tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Now running
161161

162162
tensorboard --logdir=runs
163163

164-
from the command line and then navigating to `https://localhost:6006 <https://localhost:6006>`_
164+
from the command line and then navigating to `http://localhost:6006 <http://localhost:6006>`_
165165
should show the following.
166166

167167
.. image:: ../../_static/img/tensorboard_first_view.png

0 commit comments

Comments
 (0)