← 返回首页
docs: upgrade AudioSet URL shortener link to secure HTTPS by ManvithPanyam · Pull Request #2439 · tensorflow/docs · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

docs: upgrade AudioSet URL shortener link to secure HTTPS#2439

Open
ManvithPanyam wants to merge 1 commit into
tensorflow:masterfrom
ManvithPanyam:hunt-broken-links
Open

docs: upgrade AudioSet URL shortener link to secure HTTPS#2439
ManvithPanyam wants to merge 1 commit into
tensorflow:masterfrom
ManvithPanyam:hunt-broken-links

Conversation

Copy link
Copy Markdown

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

  • Documentation update (non-breaking change which fixes an issue)

ManvithPanyam requested a review from a team as a code owner June 12, 2026 18:47

Copy link
Copy Markdown

Preview

Preview and run these notebook edits with Google Colab: Rendered notebook diffs available on ReviewNB.com.

Format and style

Use 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

Copy link
Copy Markdown
Author

Gentle ping — happy to make any changes if needed. Let me know!

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Footer

© 2026 GitHub, Inc.