Skip to content

Commit 3e0875b

Browse files
committed
doc(all): use https
1 parent cb14fae commit 3e0875b

6 files changed

Lines changed: 63 additions & 34 deletions

File tree

INSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ How to build and install quokka
22
===============================
33

44
This package does not provide an automated way to build or install the program
5-
except using [`npm`](http://npmjs.org/package/quokka) because `quokka` runs on
6-
top of [`node.js`](http://nodejs.org). If you have `node.js` on your system,
5+
except using [`npm`](https://npmjs.org/package/quokka) because `quokka` runs on
6+
top of [`node.js`](https://nodejs.org). If you have `node.js` on your system,
77

88
npm install --legacy-bundling quokka
99

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ quokka: an interactive file renamer
44
For your convenience, the package for `quokka` contains non-npm modules it
55
depends on to run, and their licenses are specified in their installation
66
directories. For example, `alphanum.js` says in its heading comment that it is
7-
licensed under the [LGPL](http://www.gnu.org/copyleft/lesser.html); there are
7+
licensed under the [LGPL](https://www.gnu.org/copyleft/lesser.html); there are
88
small changes to `alphanum.js`, which the accompanying `README.md` file
99
elaborates on. The following license does _not_ apply to those modules.
1010

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ quokka: an interactive file renamer
55
in a systematic manner.
66

77
<div class="center">
8-
<a href="http://code.woong.org/img/quokka-sc.png">
9-
<img src="http://code.woong.org/img/quokka-sc.png"
8+
<a href="https://code.woong.org/img/quokka-sc.png">
9+
<img src="https://code.woong.org/img/quokka-sc.png"
1010
alt="quokka's screenshot"
1111
style="display:block; margin-left:auto; margin-right:auto" />
1212
</a>
@@ -29,7 +29,7 @@ adding them into the _rule chain_. Editing each rule and the rule chain is
2929
performed interactively as you do in a shell prompt. The following, for
3030
example, shows how to rename files' extensions to `.node` using `quokka`:
3131

32-
![running quokka](http://code.woong.org/common/files/quokka-run.png)
32+
![running quokka](https://code.woong.org/common/files/quokka-run.png)
3333

3434
where `>` indicates a `quokka`'s prompt and `#extension` before it shows the
3535
user is editing the `#extension` rule. Typing `help` lists what commands
@@ -38,7 +38,7 @@ displays characters in color for better readability.)
3838

3939
Even if its source code contains some stuff related to MS Windows, it currently
4040
supports and is tested only for
41-
[Unix-like](http://en.wikipedia.org/wiki/Unix-like) environments. For now,
41+
[Unix-like](https://en.wikipedia.org/wiki/Unix-like) environments. For now,
4242
nothing is guaranteed for MS Windows.
4343

4444
`INSTALL.md` explains how to build and install the program. For the copyright
@@ -115,4 +115,4 @@ A few useful tips follow below.
115115
screen.
116116

117117
If you have a question or suggestion, do not hesitate to contact me via email
118-
(woong.jun at gmail.com) or web (http://code.woong.org/).
118+
(woong.jun at gmail.com) or web (https://code.woong.org/).

package-lock.json

Lines changed: 52 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"author": {
66
"name": "Woong Jun",
77
"email": "woong.jun@gmail.com",
8-
"url": "http://code.woong.org/"
8+
"url": "https://code.woong.org/"
99
},
1010
"contributors": [],
11-
"homepage": "http://code.woong.org/quokka",
11+
"homepage": "https://code.woong.org/quokka",
1212
"repository": {
1313
"type": "git",
1414
"url": "https://github.com/mycoboco/quokka.git"

src/quokka.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ var handleArgv = function () {
110110
'-v',
111111
'-n');
112112
OUT('For bug reporting instructions, please see:\n'.etc +
113-
'<http://code.woong.org/quokka>.'.etc);
113+
'<https://code.woong.org/quokka>.'.etc);
114114
exit();
115115
};
116116

0 commit comments

Comments
 (0)