Skip to content

Commit 3e0bf07

Browse files
committed
fixed links on Notebooks lesson ipynb
1 parent d955641 commit 3e0bf07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

notebooks/00_Notebooks.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@
3939
"<table align=\"left\">\n",
4040
" <td>\n",
4141
" <img src=\"https://raw.githubusercontent.com/practicalAI/practicalAI/master/images/practicalai_logo.png\" height=\"20\">\n",
42-
" <a target=\"_blank\" href=\"\">View on practicalAI</a>\n",
42+
" <a target=\"_blank\" href=\"https://practicalai.me\">View on practicalAI</a>\n",
4343
" </td>\n",
4444
" <td>\n",
4545
" <img src=\"https://raw.githubusercontent.com/practicalAI/practicalAI/master/images/colab_logo.png\" height=\"25\" />\n",
46-
" <a target=\"_blank\" href=\"\">Run in Google Colab</a>\n",
46+
" <a target=\"_blank\" href=\"https://colab.research.google.com/github/practicalAI/practicalAI/blob/master/notebooks/00_Notebooks.ipynb\">Run in Google Colab</a>\n",
4747
" </td>\n",
4848
" <td>\n",
4949
" <img src=\"https://raw.githubusercontent.com/practicalAI/practicalAI/master/images/github_logo.png\" height=\"20\" />\n",
50-
" <a target=\"_blank\" href=\"\">View code on GitHub</a>\n",
50+
" <a target=\"_blank\" href=\"https://github.com/practicalAI/practicalAI/blob/master/notebooks/00_Notebooks.ipynb\">View code on GitHub</a>\n",
5151
" </td>\n",
5252
"</table>"
5353
]

0 commit comments

Comments
 (0)