Skip to content

Commit 475d18e

Browse files
committed
Changed where to look for the text version of expired drafts.
- Legacy-Id: 13052
1 parent 50d8a46 commit 475d18e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/doc/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def get_file_path(self):
100100
if not hasattr(self, '_cached_file_path'):
101101
if self.type_id == "draft":
102102
if self.is_dochistory():
103-
self._cached_file_path = settings.INTERNET_DRAFT_PATH
103+
self._cached_file_path = settings.INTERNET_ALL_DRAFTS_ARCHIVE_DIR
104104
else:
105105
if self.get_state_slug() == "rfc":
106106
self._cached_file_path = settings.RFC_PATH

0 commit comments

Comments
 (0)