changed name from readme.html to GettingStarted.htm, changed web address from developer.mbed.org to mbed.org

pull/915/head
Austin Blackstone 2015-02-13 17:43:48 +00:00
parent fba1390241
commit 3bf5f94744
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ def export(project_path, project_name, ide, target, destination='/tmp/',
zip_path = None
if report['success']:
# add readme file to every offline export.
open(os.path.join(tempdir, 'README.html'),'w').write('<meta http-equiv="refresh" content="0; url=http://developer.mbed.org/handbook/ExportToOfflineToolchain#%s#%s"/>'% (target,ide))
open(os.path.join(tempdir, 'GettingStarted.htm'),'w').write('<meta http-equiv="refresh" content="0; url=http://mbed.org/handbook/ExportToOfflineToolchain#%s"/>'% (ide))
zip_path = zip_working_directory_and_clean_up(tempdir, destination, project_name, clean)
return zip_path, report