Skip to content

Commit a7f6711

Browse files
authored
Reverted "g" symbol as g
To hide github.com from import script
1 parent 7e68cf0 commit a7f6711

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

site/en/community/contribute/docs.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,9 +257,10 @@ 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://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/>
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/>
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>
263+
<!-- github.com path intentionally formatted to hide from import script. -->
263264

264265
There is an
265266
<a href="https://chrome.google.com/webstore/detail/open-in-colab/iogfkhleblhcpcekbiedikdehleodpjo" class="external">Open in Colab</a>

0 commit comments

Comments
 (0)