1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-25 01:45:33 +02:00

Bug 559647: [CDT autotools docs] Update links to be https://

As the pages are served in an https:// frame, modern browsers will
only successfully link content if link is also to https.

This commit includes the regenerated from Wiki output

Change-Id: If4c3bc083ddbb5dc63a9edfb2b3cd9aaf47b54de
This commit is contained in:
Jonah Graham 2020-01-28 15:06:10 -05:00
parent bcfcc0b7d7
commit edf13963f7
3 changed files with 4 additions and 4 deletions

View file

@ -28,7 +28,7 @@
<h1 id="Updating_This_Document">Updating This Document</h1>
<p>This document is maintained in a collaborative wiki. If you wish to update or modify this document please visit
<a href="http://wiki.eclipse.org/CDT/Autotools/User_Guide">http://wiki.eclipse.org/CDT/Autotools/User_Guide</a>
<a href="https://wiki.eclipse.org/CDT/Autotools/User_Guide">https://wiki.eclipse.org/CDT/Autotools/User_Guide</a>
</p><hr class="navigation-separator"/>
<table class="navigation" style="width: 100%;" border="0" summary="navigation">
<tr>

View file

@ -37,9 +37,9 @@
exists or find the C compiler). The macros are written in a language called m4 and the developer is free to create their own macros to add to the repository. </p>
<p>The Autotools plug-in adds support for running the configure script prior to the build. As well, support is added for invoking the Autotools themselves as well as maintaining the files they use. An Autotools project extends a CDT Makefile project. Therefore, functionality in the CDT for supporting such a project applies to an Autotools project as well (e.g. C/C++ Property pages).</p>
<p>For more details on the GNU Autotools, see
<a href="http://www.gnu.org/software/autoconf/">http://www.gnu.org/software/autoconf/</a> and
<a href="https://www.gnu.org/software/autoconf/">https://www.gnu.org/software/autoconf/</a> and
<a href="http://www.gnu.org/software/automake/">http://www.gnu.org/software/automake/</a>
<a href="https://www.gnu.org/software/automake/">https://www.gnu.org/software/automake/</a>
</p><hr class="navigation-separator"/>
<table class="navigation" style="width: 100%;" border="0" summary="navigation">
<tr>

View file

@ -29,7 +29,7 @@
= Updating This Document =
This document is maintained in a collaborative wiki. If you wish to update or modify this document please visit
http://wiki.eclipse.org/CDT/Autotools/User_Guide
https://wiki.eclipse.org/CDT/Autotools/User_Guide
</pageAppendum>
</mediawiki-to-eclipse-help>
<replace file="CDT/Autotools/User_Guide/User-Guide.html" token="{{#eclipseproject:tools.cdt}}" value=""/>