diff --git a/build.py b/build.py index 975e7916..eab9baac 100755 --- a/build.py +++ b/build.py @@ -872,7 +872,7 @@ def cmd_docset_py(options, args): # update its Info.plist file docset = os.path.abspath(docset) runcmd('defaults write {}/Contents/Info isJavaScriptEnabled true'.format(docset)) - runcmd('defaults write {}/Contents/Info dashIndexFilePath main.html'.format(docset)) + runcmd('defaults write {}/Contents/Info dashIndexFilePath index.html'.format(docset)) runcmd('defaults write {}/Contents/Info DocSetPlatformFamily wxpy'.format(docset)) runcmd('plutil -convert xml1 {}/Contents/Info.plist'.format(docset)) diff --git a/setup.py b/setup.py index 83cc196c..4adad201 100644 --- a/setup.py +++ b/setup.py @@ -58,7 +58,7 @@ platform specific code. For more information please refer to the `README file `_, the `Migration Guide <{docs_base}/MigrationGuide.html>`_, -or the `wxPython API documentation <{docs_base}/main.html>`_. +or the `wxPython API documentation <{docs_base}/index.html>`_. Archive files containing a copy of the wxPython documentation, the demo and samples, and also a set of MSVC .pdb files for Windows are available at sourceforge,