Skip to content

Commit 266c13b

Browse files
committed
Merged in [8207] from rjsparks@nostrum.com:\n Cleanup commit before changing working HREF contents.
- Legacy-Id: 8311 Note: SVN reference [8207] has been migrated to Git commit 6a3c41a
1 parent 75ce7d6 commit 266c13b

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

ietf/settings.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -295,15 +295,9 @@ def skip_unreadable_post(record):
295295
# Ideally, more of these would be local -- but since we don't support
296296
# versions right now, we'll point to external websites
297297
DOC_HREFS = {
298-
#"charter": "/doc/{doc.name}-{doc.rev}/",
299298
"charter": "http://www.ietf.org/charter/{doc.name}-{doc.rev}.txt",
300-
#"draft": "/doc/{doc.name}-{doc.rev}/",
301299
"draft": "http://tools.ietf.org/html/{doc.name}-{doc.rev}",
302-
# I can't figure out the liaison maze. Hopefully someone
303-
# who understands this better can take care of it.
304-
#"liai-att": None
305-
#"liaison": None
306-
"slides": 'http://www.ietf.org/slides/{doc.name}-{doc.rev}',
300+
"slides": "http://www.ietf.org/slides/{doc.name}-{doc.rev}",
307301
"conflrev": "http://www.ietf.org/cr/{doc.name}-{doc.rev}.txt",
308302
"statchg": "http://www.ietf.org/sc/{doc.name}-{doc.rev}.txt",
309303
}

0 commit comments

Comments
 (0)