<div class="highlight highlight-source-diff"><pre><span class="pl-c1">diff --git a/geany.nsi.in b/geany.nsi.in</span>
index 9f55362..3053e13 100644
<span class="pl-md">--- a/geany.nsi.in</span>
<span class="pl-mi1">+++ b/geany.nsi.in</span>
<span class="pl-mdr">@@ -191,7 +191,7 @@</span> Section "Documentation" SEC04
    SetOverwrite ifnewer
    SetOutPath "$INSTDIR"
    File /r "${RESOURCEDIR}\doc"
<span class="pl-md">-   WriteIniStr "$INSTDIR\Documentation.url" "InternetShortcut" "URL" "$INSTDIR\doc\Manual.html"</span>
<span class="pl-mi1">+   WriteIniStr "$INSTDIR\Documentation.url" "InternetShortcut" "URL" "$INSTDIR\doc\index.html"</span>
    !insertmacro MUI_STARTMENU_WRITE_BEGIN ${PRODUCT_NAME}
    CreateShortCut "$SMPROGRAMS\$StartmenuFolder\Documentation.lnk" "$INSTDIR\Documentation.url"
    !insertmacro MUI_STARTMENU_WRITE_END
<span class="pl-c1">diff --git a/src/utils.c b/src/utils.c</span>
index a4372e4..23cb9af 100644
<span class="pl-md">--- a/src/utils.c</span>
<span class="pl-mi1">+++ b/src/utils.c</span>
<span class="pl-mdr">@@ -1912,7 +1912,7 @@</span> gchar *utils_get_help_url(const gchar *suffix)

 #ifdef G_OS_WIN32
    skip = 8;
<span class="pl-md">-   uri = g_strconcat("file:///", app->docdir, "/Manual.html", NULL);</span>
<span class="pl-mi1">+   uri = g_strconcat("file:///", app->docdir, "/index.html", NULL);</span>
    g_strdelimit(uri, "\\", '/'); /* replace '\\' by '/' */
 #else
    skip = 7;
<span class="pl-c1">diff --git a/wscript b/wscript</span>
index d7cabeb..fa10df9 100644
<span class="pl-md">--- a/wscript</span>
<span class="pl-mi1">+++ b/wscript</span>
<span class="pl-mdr">@@ -686,7 +686,7 @@</span> def build(bld):
     local_html_doc_filename = os.path.join(bld.path.abspath(), 'doc', 'geany.html')
     if os.path.exists(html_doc_filename) or os.path.exists(local_html_doc_filename):
         html_dir = '' if is_win32 else 'html/'
<span class="pl-md">-        html_name = 'Manual.html' if is_win32 else 'index.html'</span>
<span class="pl-mi1">+        html_name = 'index.html'</span>
         start_dir = bld.path.find_dir('doc/images')
         bld.install_files('${DOCDIR}/%simages' % html_dir, start_dir.ant_glob('*.png'), cwd=start_dir)
         bld.install_as('${DOCDIR}/%s%s' % (html_dir, html_name), 'doc/geany.html')</pre></div>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/geany/geany/pull/928#issuecomment-191780135">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ9o--M-GIfATUyW5Cbn6NI1IJeawks5ppu0UgaJpZM4HoJGR.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany/pull/928#issuecomment-191780135"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>