We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50d8a46 commit 475d18eCopy full SHA for 475d18e
1 file changed
ietf/doc/models.py
@@ -100,7 +100,7 @@ def get_file_path(self):
100
if not hasattr(self, '_cached_file_path'):
101
if self.type_id == "draft":
102
if self.is_dochistory():
103
- self._cached_file_path = settings.INTERNET_DRAFT_PATH
+ self._cached_file_path = settings.INTERNET_ALL_DRAFTS_ARCHIVE_DIR
104
else:
105
if self.get_state_slug() == "rfc":
106
self._cached_file_path = settings.RFC_PATH
0 commit comments