PreviewPreview and run these notebook edits with Google Colab: Rendered notebook diffs available on ReviewNB.com.Format and styleUse the TensorFlow docs notebook tools to format for consistent source diffs and lint for style: $ python3 -m pip install -U --user git+https://github.com/tensorflow/docs$ python3 -m tensorflow_docs.tools.nbfmt notebook.ipynb $ python3 -m tensorflow_docs.tools.nblint --arg=repo:tensorflow/docs notebook.ipynb If commits are added to the pull request, synchronize your local branch: git pull origin hunt-broken-links |
Sorry, something went wrong.
|
Gentle ping — happy to make any changes if needed. Let me know! |
Sorry, something went wrong.
Description
Upgrades an unencrypted HTTP hyperlink shortener link (http://g.co/audioset) to its secure HTTPS equivalent (https://g.co/audioset) within the audio transfer learning tutorial notebook.
Motivation and Context
Using cleartext HTTP links causes unnecessary network redirect latency and goes against modern security practices for standard documentation web nodes.
Types of Changes