From 04e3573aff6bc2aadb842595750b60fb4d0a5cc4 Mon Sep 17 00:00:00 2001 From: Urvang Joshi Date: Fri, 22 May 2026 16:03:16 -0700 Subject: [PATCH 1/2] README: update 2 broken hyperlinks --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 94ef2d93ea..201409320f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ 1. [CMake](https://cmake.org) version 3.16 or higher. 2. [Git](https://git-scm.com/). 3. [Perl](https://www.perl.org/). - 4. For x86 targets, [yasm](http://yasm.tortall.net/), which is preferred, or a + 4. For x86 targets, [yasm](https://www.tortall.net/projects/yasm/releases/), which is preferred, or a recent version of [nasm](http://www.nasm.us/). If you download yasm with the intention to work with Visual Studio, please download win32.exe or win64.exe and rename it into yasm.exe. DO NOT download or use vsyasm.exe. @@ -233,8 +233,8 @@ rule: The above make command will only download and verify the test data. -Additional input data for testing the encoder can be obtained from: -[AV2 - CTC](https://media.xiph.org/video/avmctc/test_set/) +Additional input data for testing the encoder can be obtained from +[here](https://media.xiph.org/video/aomctc/test_set/) ### Sharded testing From 5821e1b91ff605deea6d4a9c0ed3ee0554c93d0d Mon Sep 17 00:00:00 2001 From: Urvang Joshi Date: Tue, 26 May 2026 09:22:42 -0700 Subject: [PATCH 2/2] remove TOC, that is Gitlab specific --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 201409320f..e8793f30e7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # AVM -[TOC] - ## Building ### Prerequisites