From 0aa8b42db0b4fd3910cfe49a37d3fa4a40cbf6a4 Mon Sep 17 00:00:00 2001
From: "Timothy B. Terriberry" <tterribe@xiph.org>
Date: Sun, 4 Aug 2013 22:47:07 -0700
Subject: [PATCH] Fix broken URL in entdec.c.

Thanks to thinqa for the report.
Fixes #1968.
---
 celt/entdec.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/celt/entdec.c b/celt/entdec.c
index 75e3e45a7..3c264685c 100644
--- a/celt/entdec.c
+++ b/celt/entdec.c
@@ -85,7 +85,7 @@
    number=3,
    pages="256--294",
    month=Jul,
-   URL="http://www.stanford.edu/class/ee398/handouts/papers/Moffat98ArithmCoding.pdf"
+   URL="http://www.stanford.edu/class/ee398a/handouts/papers/Moffat98ArithmCoding.pdf"
   }*/
 
 static int ec_read_byte(ec_dec *_this){
-- 
GitLab