Skip to content

Commit

Permalink
minor: syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Kleinman committed Apr 15, 2014
1 parent 2c71406 commit be267ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf.py
Expand Up @@ -86,7 +86,7 @@
'mms-hosted': ('https://mms.mongodb.org/help-hosted%s', ''),
'about': ('http://www.mongodb.org/about%s', '')
}
h

## add `extlinks` for each published version.
for i in conf.git.branches.published:
extlinks[i] = ( ''.join([ conf.project.url, '/', i, '%s' ]), '' )
Expand Down

0 comments on commit be267ff

Please sign in to comment.