Skip to content

Commit 0c9e152

Browse files
committed
DOCSP-15647 convert legacy EOL sites to use new limited site
1 parent 9c56c57 commit 0c9e152

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,7 @@ def has(self, *args):
156156
'sitename': sconf.theme.sitename,
157157
'nav_excluded': sconf.theme.nav_excluded,
158158
'eol': True,
159-
'eol_msg': 'This version of the manual is no longer supported. <a href="https://www.mongodb.com/upgrade-from-3-0?jmp=docs">Learn more</a> about upgrading your version of MongoDB.',
160-
159+
'eol_msg': 'This version of the manual is no longer supported.'
161160
}
162161

163162
html_sidebars = sconf.sidebars

0 commit comments

Comments
 (0)