diff options
author | Timothy B. Terriberry <tterribe@xiph.org> | 2016-02-17 17:30:15 -0800 |
---|---|---|
committer | Timothy B. Terriberry <tterribe@xiph.org> | 2016-02-17 18:26:38 -0800 |
commit | fcdaef55d6e5c11319289952f3faceec5f94bfab (patch) | |
tree | a1754885678ac5cd32ab5c510c81804906d1b8f5 | |
parent | b9dff4b300674a49454d0c168cf6082a74591760 (diff) | |
download | opus-fcdaef55d6e5c11319289952f3faceec5f94bfab.tar.gz |
oggopus: Update Wikipedia URLs.
For RFC 6716, the RFC Editor converted our Wikipedia URLs into
stable ones that would always point at the same version of the
page.
We're close enough to the end that we can go ahead and do that in
advance (and also update the dates to reflect the most recent
version).
-rw-r--r-- | doc/draft-ietf-codec-oggopus.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/draft-ietf-codec-oggopus.xml b/doc/draft-ietf-codec-oggopus.xml index bf493397..69708cc9 100644 --- a/doc/draft-ietf-codec-oggopus.xml +++ b/doc/draft-ietf-codec-oggopus.xml @@ -1765,24 +1765,24 @@ In <xref target="iana"/>, "RFCXXXX" is to be replaced with the RFC number </reference> <reference anchor="hanning" - target="https://en.wikipedia.org/wiki/Hamming_function#Hann_.28Hanning.29_window"> + target="https://en.wikipedia.org/w/index.php?title=Window_function&oldid=703074467#Hann_.28Hanning.29_window"> <front> <title>Hann window</title> <author> <organization>Wikipedia</organization> </author> - <date month="May" year="2013"/> + <date month="February" year="2016"/> </front> </reference> <reference anchor="linear-prediction" - target="https://en.wikipedia.org/wiki/Linear_predictive_coding"> + target="https://en.wikipedia.org/w/index.php?title=Linear_predictive_coding&oldid=687498962"> <front> <title>Linear Predictive Coding</title> <author> <organization>Wikipedia</organization> </author> - <date month="January" year="2014"/> + <date month="October" year="2015"/> </front> </reference> |