Skip to content

Commit 5eefb3e

Browse files
committed
Fix a few internal links
1 parent 8d46c55 commit 5eefb3e

File tree

7 files changed

+13
-17
lines changed

7 files changed

+13
-17
lines changed

faq.shtml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,15 @@ title: QuantLib Frequently Asked Questions
6969
<dt><b><a name="Contributing to the project0">I'm interested in
7070
getting involved with the project. What should I do?</a></b></dt>
7171
<dd>Please read
72-
our <a href="http://quantlib.org/newdeveloper.shtml">developer
72+
our <a href="https://www.quantlib.org/newdeveloper.shtml">developer
7373
introduction</a>. It lists a few ways in which you can help the
7474
project.<br><br></dd>
7575

7676
<dt><b><a name="Building QuantLib1">I'm having trouble building
7777
QuantLib.</a></b></dt>
7878
<dd>Step-by-step instructions for building the library on different
7979
platforms are
80-
available <a href="http://quantlib.org/install.shtml">here</a>; make
80+
available <a href="https://www.quantlib.org/install.shtml">here</a>; make
8181
sure you're following them. If you still can't build the library,
8282
report the problem on the QuantLib mailing list.<br><br></dd>
8383

@@ -98,7 +98,7 @@ title: QuantLib Frequently Asked Questions
9898
<dt><b><a name="QuantLib extensions1">Does QuantLib support
9999
&lt;insert favorite language/platform here&gt;?</a></b></dt>
100100
<dd>Not directly. Bindings for a few languages are available, though;
101-
see the <a href="http://quantlib.org/extensions.shtml">extensions
101+
see the <a href="https://www.quantlib.org/extensions.shtml">extensions
102102
page</a>.<br><br></dd>
103103

104104
<dt><b><a name="QuantLib extensions2">Does QuantLib support FpML?

index.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,10 @@
1010
trading, and risk management in real-life.</p> <p>QuantLib is written in
1111
C++ with a clean object model, and is then exported to different languages
1212
such as C#, Java, Python, and R.
13-
The <a href= "http://www.quantlib.org/reposit">reposit</a> project
14-
facilitates deployment of object libraries to end user platforms and
15-
is used to generate <a href=
16-
"http://www.quantlibxl.org">QuantLibXL</a>, an Excel addin for
13+
A separate project provides <a href=
14+
"https://www.quantlib.org/quantlibxl/">QuantLibXL</a>, an Excel addin for
1715
QuantLib, and <a href=
18-
"http://www.quantlibaddin.org">QuantLibAddin</a>, QuantLib addins for
16+
"https://www.quantlib.org/quantlibaddin/">QuantLibAddin</a>, QuantLib addins for
1917
other platforms such as LibreOffice Calc. See
2018
the <a href="extensions.shtml">extensions</a> page for details on
2119
bindings, ports to other languages, and AAD-enabled versions.</p>

index.shtml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,10 @@ href= "http://www.gnu.org/philosophy/free-sw.html">free</a>/<a href=
1010
trading, and risk management in real-life.</p> <p>QuantLib is written in
1111
C++ with a clean object model, and is then exported to different languages
1212
such as C#, Java, Python, and R.
13-
The <a href= "http://www.quantlib.org/reposit">reposit</a> project
14-
facilitates deployment of object libraries to end user platforms and
15-
is used to generate <a href=
16-
"http://www.quantlibxl.org">QuantLibXL</a>, an Excel addin for
13+
A separate project provides <a href=
14+
"https://www.quantlib.org/quantlibxl/">QuantLibXL</a>, an Excel addin for
1715
QuantLib, and <a href=
18-
"http://www.quantlibaddin.org">QuantLibAddin</a>, QuantLib addins for
16+
"https://www.quantlib.org/quantlibaddin/">QuantLibAddin</a>, QuantLib addins for
1917
other platforms such as LibreOffice Calc. See
2018
the <a href="extensions.shtml">extensions</a> page for details on
2119
bindings, ports to other languages, and AAD-enabled versions.</p>

install/linux-python.shtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ in the next section.</p>
2727

2828
<p>The following assumes that you already installed
2929
QuantLib; instructions are available
30-
at <a href="http://quantlib.org/install/linux.shtml">http://quantlib.org/install/linux.shtml</a></p>
30+
at <a href="https://www.quantlib.org/install/linux.shtml">https://www.quantlib.org/install/linux.shtml</a></p>
3131

3232
<h3>Setup</h3>
3333

install/macosx-python.shtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ in the next section.</p>
2727

2828
<p>The following assumes that you already installed
2929
QuantLib; instructions are available
30-
at <a href="http://quantlib.org/install/macosx.shtml">http://quantlib.org/install/macosx.shtml</a>.</p>
30+
at <a href="https://www.quantlib.org/install/macosx.shtml">https://www.quantlib.org/install/macosx.shtml</a>.</p>
3131

3232
<h3>Setup</h3>
3333

install/windows-python.shtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ in the next section.</p>
2727

2828
<p>The following assumes that you already installed QuantLib;
2929
instructions for that are available
30-
at <a href="http://quantlib.org/install/vc10.shtml">http://quantlib.org/install/vc10.shtml</a>.
30+
at <a href="https://www.quantlib.org/install/vc10.shtml">https://www.quantlib.org/install/vc10.shtml</a>.
3131
Note that QuantLib must be compiled in Release mode, most likely in
3232
the x64 variant.</p>
3333

newdeveloper.shtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ number of things you can do. Possibilities include:
1515
<li>provide examples. Those are easier to write than new parts of the
1616
library, and are very useful to new users as they can act as
1717
documentation of library features and their usage.</li>
18-
<li><a href="http://quantlib.org/mailinglists.shtml">subscribe</a> to
18+
<li><a href="https://www.quantlib.org/mailinglists.shtml">subscribe</a> to
1919
the QuantLib-users mailing list and answer questions there. This
2020
requires less coding experience, and is very useful since the
2121
developers can't dedicate a lot of time to it.</li>

0 commit comments

Comments
 (0)