Skip to content

Commit 490761f

Browse files
igncpaciccarello
authored andcommitted
Use https in links (#982)
1 parent aeac4eb commit 490761f

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
> Documentation generator for TypeScript projects.
44
55
[![Build Status](https://travis-ci.org/TypeStrong/typedoc.svg?branch=master)](https://travis-ci.org/TypeStrong/typedoc)
6-
[![NPM Version](https://badge.fury.io/js/typedoc.svg)](http://badge.fury.io/js/typedoc)
6+
[![NPM Version](https://badge.fury.io/js/typedoc.svg)](https://badge.fury.io/js/typedoc)
77
[![Chat on Gitter](https://badges.gitter.im/TypeStrong/typedoc.svg)](https://gitter.im/TypeStrong/typedoc?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
88

99
## Installation
@@ -144,7 +144,7 @@ A list of all published Typedoc plugins can be found on NPM:<br>
144144
## Advanced guides and docs
145145

146146
Visit our homepage for advanced guides and an extensive API documentation:<br>
147-
[http://typedoc.org](http://typedoc.org)
147+
[https://typedoc.org](https://typedoc.org)
148148

149149

150150
## Contributing
@@ -158,6 +158,6 @@ For more information, read the [contribution guide](https://github.com/TypeStron
158158

159159
## License
160160

161-
Copyright (c) 2015 [Sebastian Lenz](http://typedoc.org).<br>
161+
Copyright (c) 2015 [Sebastian Lenz](https://typedoc.org).<br>
162162
Copyright (c) 2016-2018 [TypeDoc Contributors](https://github.com/TypeStrong/typedoc/graphs/contributors).<br>
163163
Licensed under the Apache License 2.0.

examples/basic/src/functions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ export function createSomething() {
183183

184184
/**
185185
* See {@linkcode INameInterface} and [INameInterface's name property]{@link INameInterface.name}.
186-
* Also, check out {@link http://www.google.com|Google} and
186+
* Also, check out {@link https://www.google.com|Google} and
187187
* {@link https://github.com GitHub}.
188188
*
189189
* Taken from http://usejsdoc.org/tags-inline-link.html.

examples/basic/src/typescript-1.4.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Examples of features added in TypeScript 1.4.
33
*
4-
* @see http://blogs.msdn.com/b/typescript/archive/2014/11/18/what-s-new-in-the-typescript-type-system.aspx
4+
* @see https://blogs.msdn.com/b/typescript/archive/2014/11/18/what-s-new-in-the-typescript-type-system.aspx
55
*/
66

77
/**

src/lib/utils/events.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// (c) 2010-2015 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
33
// Backbone may be freely distributed under the MIT license.
44
// For all details and documentation:
5-
// http://backbonejs.org
5+
// https://backbonejs.org
66
//
77
// The Events object is a typesafe conversion of Backbones Events object:
88
// https://github.com/jashkenas/backbone/blob/05fde9e201f7e2137796663081105cd6dad12a98/backbone.js#L119-L374

src/test/events.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// (c) 2010-2015 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
33
// Backbone may be freely distributed under the MIT license.
44
// For all details and documentation:
5-
// http://backbonejs.org
5+
// https://backbonejs.org
66
//
77
// This test case was taken from
88
// https://github.com/jashkenas/backbone/blob/6b927eb5e7081af16f97d9c15e34b030624a68f9/test/events.js

src/test/renderer/specs/modules/_functions_.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ <h3>function<wbr>With<wbr>Doc<wbr>Link</h3>
286286
<div class="tsd-comment tsd-typography">
287287
<div class="lead">
288288
<p>See <a href="../interfaces/_classes_.inameinterface.html"><code>INameInterface</code></a> and <a href="../interfaces/_classes_.inameinterface.html#name">INameInterface&#39;s name property</a>.
289-
Also, check out <a href="http://www.google.com" class="external">Google</a> and
289+
Also, check out <a href="https://www.google.com" class="external">Google</a> and
290290
<a href="https://github.com" class="external">GitHub</a>.</p>
291291
</div>
292292
<p>Taken from <a href="http://usejsdoc.org/tags-inline-link.html">http://usejsdoc.org/tags-inline-link.html</a>.</p>

src/test/renderer/specs/modules/_typescript_1_4_.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ <h1>External module &quot;typescript-1.4&quot;</h1>
7373
</div>
7474
<dl class="tsd-comment-tags">
7575
<dt>see</dt>
76-
<dd><p><a href="http://blogs.msdn.com/b/typescript/archive/2014/11/18/what-s-new-in-the-typescript-type-system.aspx">http://blogs.msdn.com/b/typescript/archive/2014/11/18/what-s-new-in-the-typescript-type-system.aspx</a></p>
76+
<dd><p><a href="https://blogs.msdn.com/b/typescript/archive/2014/11/18/what-s-new-in-the-typescript-type-system.aspx">https://blogs.msdn.com/b/typescript/archive/2014/11/18/what-s-new-in-the-typescript-type-system.aspx</a></p>
7777
</dd>
7878
</dl>
7979
</div>

0 commit comments

Comments
 (0)