Skip to content

Commit 72f5495

Browse files
committed
Apparently, CHARTER_TXT_URL http://www.ietf.org/charters/ is really
http://www.ietf.org/charter/, fix this in the settings.py file - Legacy-Id: 4468
1 parent 77977bf commit 72f5495

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
INTERNET_DRAFT_PDF_PATH = '/a/www/ietf-datatracker/pdf/'
194194
RFC_PATH = '/a/www/ietf-ftp/rfc/'
195195
CHARTER_PATH = '/a/www/ietf-ftp/charters/'
196-
CHARTER_TXT_URL = 'http://www.ietf.org/charters/'
196+
CHARTER_TXT_URL = 'http://www.ietf.org/charter/'
197197
AGENDA_PATH = '/a/www/www6s/proceedings/'
198198
AGENDA_PATH_PATTERN = '/a/www/www6s/proceedings/%(meeting)s/agenda/%(wg)s.%(ext)s'
199199
MINUTES_PATH_PATTERN = '/a/www/www6s/proceedings/%(meeting)s/minutes/%(wg)s.%(ext)s'

0 commit comments

Comments
 (0)