Skip to content

Commit 48a4f3e

Browse files
authored
fix link on contribute/docs page
It was broken in d18c835#diff-89f8d80a3fb313d1d00abbc99eb5c180
1 parent 5b66895 commit 48a4f3e

File tree

1 file changed

+1
-1
lines changed
  • site/en/community/contribute

1 file changed

+1
-1
lines changed

site/en/community/contribute/docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ is a hosted notebook environment that makes it easy to edit—and run—notebook
257257
documentation. Notebooks in GitHub are loaded in Google Colab by passing the
258258
path to the Colab URL, for example,
259259
the notebook located in GitHub here:
260-
<a href="https:// &#103;ithub.com/tensorflow/docs/blob/master/site/en/tutorials/keras/classification.ipynb">https:// &#103;ithub.com/tensorflow/docs/blob/master/site/en/tutorials/keras/classification.ipynb</a><br/>
260+
<a href="https://github.com/tensorflow/docs/blob/master/site/en/tutorials/keras/classification.ipynb">https://github.com/tensorflow/docs/blob/master/site/en/tutorials/keras/classification.ipynb</a><br/>
261261
can be loaded into Google Colab at this URL:
262262
<a href="https://colab.research.google.com/github/tensorflow/docs/blob/master/site/en/tutorials/keras/classification.ipynb">https://colab.research.google.com/github/tensorflow/docs/blob/master/site/en/tutorials/keras/classification.ipynb</a>
263263

0 commit comments

Comments
 (0)