From 2ca115c38345b73fa0baab8ad01c93fb91524ff4 Mon Sep 17 00:00:00 2001 From: MOHAMMED HANAN M T P <91409429+hanu-14@users.noreply.github.com> Date: Sat, 18 Jul 2026 13:01:09 +0530 Subject: [PATCH] fix: upgrade http:// to https:// in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index af2b021606..b4fa2679ef 100644 --- a/README.md +++ b/README.md @@ -27,11 +27,11 @@ processing library. The benefits of PyTorch can be seen in torchaudio through having all the computations be through PyTorch operations which makes it easy to use and feel like a natural extension. -- [Dataloaders for common audio datasets](http://pytorch.org/audio/main/datasets.html) +- [Dataloaders for common audio datasets](https://pytorch.org/audio/main/datasets.html) - Audio and speech processing functions - [forced_align](https://pytorch.org/audio/main/generated/torchaudio.functional.forced_align.html) - Common audio transforms - - [Spectrogram, AmplitudeToDB, MelScale, MelSpectrogram, MFCC, MuLawEncoding, MuLawDecoding, Resample](http://pytorch.org/audio/main/transforms.html) + - [Spectrogram, AmplitudeToDB, MelScale, MelSpectrogram, MFCC, MuLawEncoding, MuLawDecoding, Resample](https://pytorch.org/audio/main/transforms.html) - Compliance interfaces: Run code using PyTorch that align with other libraries - [Kaldi: spectrogram, fbank, mfcc](https://pytorch.org/audio/main/compliance.kaldi.html) @@ -44,7 +44,7 @@ Please refer to https://pytorch.org/audio/main/installation.html for installatio API Reference ------------- -API Reference is located here: http://pytorch.org/audio/main/ +API Reference is located here: https://pytorch.org/audio/main/ Contributing Guidelines -----------------------