Skip to content

Commit a06fef8

Browse files
author
Dmitri Zimin(e)
committed
Merge pull request #1215 from StackStorm/fix_doc_menu_again
Fix latest version.
2 parents f9403be + f4053dc commit a06fef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ def previous_version(ver):
241241
'source_suffix': source_suffix,
242242
'versions': [
243243
('latest', 'http://docs.stackstorm.com/latest'),
244-
(version, 'http://docs.stackstorm.com/latest'),
244+
(version, 'http://docs.stackstorm.com/%s' % version),
245245
(version_minus_1, 'http://docs.stackstorm.com/%s' % version_minus_1),
246246
(version_minus_2, 'http://docs.stackstorm.com/%s' % version_minus_2),
247247
],

0 commit comments

Comments
 (0)