1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-10 12:03:16 +02:00

Bug 559647: [CDT doc.isv] 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.

Change-Id: I51b31e8924988159d05a17092837bc59af0c0953
This commit is contained in:
Jonah Graham 2020-01-28 15:00:07 -05:00
parent 54e8f2c55e
commit d26d4c3cae
6 changed files with 13 additions and 13 deletions

View file

@ -8,7 +8,7 @@
<title>Managed Build System Extensibility Document</title>
<link rel="stylesheet"
href="http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/cdt-home/cdt.css?cvsroot=Tools_Project"
href="https://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/cdt-home/cdt.css?cvsroot=Tools_Project"
type="text/css">
<link rel="stylesheet" href="../../../../book.css" type="text/css">
<style>
@ -71,7 +71,7 @@ table.MsoTableGrid
tool-chain integration to CDT 4.0<br>
This document describes steps needed to be
done to migrate the existing tool-chain integrations to the CDT 4.0</td>
<td width="28%"><img src="http://dev.eclipse.org/images/Idea.jpg"
<td width="28%"><img src="https://dev.eclipse.org/images/Idea.jpg"
alt="" height="86" width="120"></td>
</tr>
</tbody>

View file

@ -8,7 +8,7 @@
<title>Managed Build System Extensibility Document</title>
<link rel="stylesheet"
href="http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/cdt-home/cdt.css?cvsroot=Tools_Project"
href="https://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/cdt-home/cdt.css?cvsroot=Tools_Project"
type="text/css">
<link rel="stylesheet" href="../../../../book.css" type="text/css">
<style>
@ -73,7 +73,7 @@ table.MsoTableGrid
This document outlines the new features presented
in the new
CDT build system in CDT 4.0</td>
<td width="28%"><img src="http://dev.eclipse.org/images/Idea.jpg"
<td width="28%"><img src="https://dev.eclipse.org/images/Idea.jpg"
height="86" width="120" alt="idea"></td>
</tr>
</tbody>

View file

@ -9,7 +9,7 @@
<h4>Summary</h4>
This tutorial introduces the reader to common techniques and patterns
used in the Debugger Services Framework (DSF), which is developed by
the <a href="http://www.eclipse.org/dsdp/dd/">C/C++ Development Tools
the <a href="https://www.eclipse.org/dsdp/dd/">C/C++ Development Tools
(CDT)
project</a>.&nbsp; It also gives a good overview of the framework's
more advanced features.<br>
@ -137,7 +137,7 @@ helpful in following this tutorial.&nbsp; In order to run the examples
in this tutorial the following is needed:<br>
<ol>
<li>Download and install the Eclipse IDE for Eclipse Committers (<a
href="http://download.eclipse.org/eclipse/downloads">https://www.eclipse.org/downloads/</a>)</li>
href="https://download.eclipse.org/eclipse/downloads">https://www.eclipse.org/downloads/</a>)</li>
<li>Install the latest version of the Eclipse IDE for C/C++ and DSF:<br>
</li>
<ol style="list-style-type: lower-alpha;">
@ -145,7 +145,7 @@ in this tutorial the following is needed:<br>
style="font-style: italic;">Programming Languages -&gt; Eclipse C/C++
Development Tools</span> feature found in
the Mars<span style="font-style: italic;">
Discovery Site (http://download.eclipse.org/releases/mars)</span>.</li>
Discovery Site (https://download.eclipse.org/releases/mars)</span>.</li>
</ol>
<li>Check out the <span style="font-style: italic;">org.eclipse.cdt.examples.dsf</span>
plugin, found in the <span style="font-style: italic;">https://git.eclipse.org/c/cdt/org.eclipse.cdt.git/</span>
@ -1672,7 +1672,7 @@ related to packaging.<br>
</table>
<h3><a class="mozTocH4" name="mozTocId64152"></a></h3>
<p>For more information about the flexible hierarchy API, see the <a
href="http://www.eclipsecon.org/2008/?page=sub/&amp;id=41">Debug Platform:
href="https://www.eclipsecon.org/2008/?page=sub/&amp;id=41">Debug Platform:
Custom Integration</a> tutorial at EclipseCon 2008.&nbsp; The flexible
hierarchy is described in the presentation starting with slide 29.<br>
</p>

View file

@ -8,7 +8,7 @@
<title>Managed Build System Extensibility Document</title>
<link rel="stylesheet"
href="http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/cdt-home/cdt.css?cvsroot=Tools_Project"
href="https://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/cdt-home/cdt.css?cvsroot=Tools_Project"
type="text/css">
<link rel="stylesheet" href="../../../book.css" type="text/css">
<style>
@ -72,7 +72,7 @@ table.MsoTableGrid
System Extensibility Document<br>
This document describes the design of the
managed build system and how to extend it.</td>
<td width="28%"><img src="http://dev.eclipse.org/images/Idea.jpg"
<td width="28%"><img src="https://dev.eclipse.org/images/Idea.jpg"
alt="idea" height="86" width="120"></td>
</tr>
</tbody>
@ -5702,7 +5702,7 @@ TYPE_PREBUILD_COMMANDS for more information.&nbsp; In other cases (e.g., C/C++)
dependency files are not required for the current build, but for
the next build. C/C++ builds can be treated in this manner as is
described in the following link:
<a href="http://sourceware.org/automake/automake.html#Dependency-Tracking-Evolution">http://sourceware.org/automake/automake.html#Dependency-Tracking-Evolution</a>.&nbsp; Use the IManagedDependencyCommands interface for this mode.</p>
<a href="https://sourceware.org/automake/automake.html#Dependency-Tracking-Evolution">https://sourceware.org/automake/automake.html#Dependency-Tracking-Evolution</a>.&nbsp; Use the IManagedDependencyCommands interface for this mode.</p>
<p>Two sub-scenarios of this mode are to:
</p>
<ol>

View file

@ -295,7 +295,7 @@ add and delete items to it.
<code>pattern</code>: Use this attribute to specify the input
character pattern for the property using regular expressions. For more
information on regular expression patterns, refer to Java API document for
<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/regex/Pattern.html">java.util.regex.Pattern</a>.
<a href="https://java.sun.com/j2se/1.5.0/docs/api/java/util/regex/Pattern.html">java.util.regex.Pattern</a>.
</p>
<li>
<p>

View file

@ -128,7 +128,7 @@ attribute.
<p>
For more information on regular expression patterns, refer to Java
API document for
<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/regex/Pattern.html">java.util.regex.Pattern</a>.
<a href="https://java.sun.com/j2se/1.5.0/docs/api/java/util/regex/Pattern.html">java.util.regex.Pattern</a>.
</p>
<li>
<p>