From 9f05a54a548f165b297774762ea5c2f9b8d9cc2d Mon Sep 17 00:00:00 2001 From: milde Date: Tue, 22 Sep 2015 15:28:09 +0000 Subject: [PATCH] RFC 2806 for tel: URI scheme obsoleted by RFC 3966. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7922 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- docutils/docutils/utils/urischemes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docutils/docutils/utils/urischemes.py b/docutils/docutils/utils/urischemes.py index 581ce94c9..18e138ca4 100644 --- a/docutils/docutils/utils/urischemes.py +++ b/docutils/docutils/utils/urischemes.py @@ -113,7 +113,7 @@ schemes = { 'tel': ('a connection to a terminal that handles normal voice ' 'telephone calls, a voice mailbox or another voice messaging ' 'system or a service that can be operated using DTMF tones; ' - 'RFC 2806.'), + 'RFC 3966.'), 'telephone': 'telephone', 'telnet': 'Reference to interactive sessions; RFC 4248', 'tftp': 'Trivial File Transfer Protocol; RFC 3617', -- 2.11.4.GIT