Skip to content

Commit f532605

Browse files
Merge pull request #1587 from Molkree:Molkree-patch-2
PiperOrigin-RevId: 314259017
2 parents 84d1b1d + a7f6711 commit f532605

File tree

1 file changed

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

1 file changed

+3
-2
lines changed

site/en/community/contribute/docs.md

Lines changed: 3 additions & 2 deletions
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:// &#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://&#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>
@@ -385,7 +386,7 @@ tool for the translated notebooks:
385386
<code class="devsite-terminal">./tools/nb_code_sync.py [--lang=en] site/<var>lang</var>/notebook.ipynb</code>
386387
</pre>
387388

388-
This script reads the code cells of a language notebook and check it against the
389+
This script reads the code cells of a language notebook and checks it against the
389390
English version. After stripping the comments, it compares the code blocks and
390391
updates the language notebook if they are different. This tool is particularly
391392
useful with an interactive git workflow to selectively add hunks of the file to

0 commit comments

Comments
 (0)