114
docs = os.path.join(sys.exec_prefix, 'Doc', 'Bazaar', 'index.html')
114
docs = os.path.join(sys.exec_prefix, 'Doc', 'Bazaar', 'index.htm')
115
115
dst = os.path.join(fldr, 'Documentation.lnk')
116
116
create_shortcut(docs, 'Bazaar Documentation', dst)