Unverified Commit cac90a0e authored by Neal Wu's avatar Neal Wu Committed by GitHub
Browse files

Merge pull request #3977 from tensorflow/MarkDaoust-patch-2

Switch image link to https. Devsite wont load this over http.
parents c7c3970c 490813bd
...@@ -538,7 +538,7 @@ ...@@ -538,7 +538,7 @@
"\n", "\n",
"<table>\n", "<table>\n",
" <tr><td>\n", " <tr><td>\n",
" <img src=\"http://cs231n.github.io/assets/nn3/opt1.gif\" width=\"70%\"\n", " <img src=\"https://cs231n.github.io/assets/nn3/opt1.gif\" width=\"70%\"\n",
" alt=\"Optimization algorthims visualized over time in 3D space.\">\n", " alt=\"Optimization algorthims visualized over time in 3D space.\">\n",
" </td></tr>\n", " </td></tr>\n",
" <tr><td align=\"center\">\n", " <tr><td align=\"center\">\n",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment