8000 Move URLs to HTTPS · sanscheese/unifiedjs.github.io@ac954e4 · GitHub
[go: up one dir, main page]

Skip to content

Commit ac954e4

Browse files
committed
Move URLs to HTTPS
1 parent 0fe4d2a commit ac954e4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/create-an-editor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ If you haven’t already, check out the other [guides][]!
519519

520520
[tweet]: https://twitter.com/gregoryciotti/status/639837682844090369
521521

522-
[write-music]: http://wooorm.com/write-music/
522+
[write-music]: https://wooorm.com/write-music/
523523

524524
[xo]: https://github.com/sindresorhus/xo
525525

src/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -336,13 +336,13 @@ <h1>Built with unified</h1>
336336
<section>
337337
<h2>write-music</h2>
338338
<p>
339-
<a href="http://wooorm.com/write-music/">write-music</a> visualises
339+
<a href="https://wooorm.com/write-music/">write-music</a> visualises
340340
sentence length with unified.
341341
Varying sentence length can make reading more enjoyable.
342342
</p>
343343

344344
<figure class="browser window" data-nlcst="ignore">
345-
<figcaption><a href="http://wooorm.com/write-music/">wooorm.com/write-music</a></figcaption>
345+
<figcaption><a href="https://wooorm.com/write-music/">wooorm.com/write-music</a></figcaption>
346346
<div class="hlt-wrapper">
347347
<p>
348348
<span class="hlt-a">This sentence has five words.</span>
@@ -412,7 +412,7 @@ <h2>how-to-markdown</h2>
412412

413413
<h2 data-nlcst="source">documentation.js</h2>
414414
<p>
415-
<a href="http://documentation.js.org"><code>documentation.js</code></a>
415+
<a href="https://documentation.js.org"><code>documentation.js</code></a>
416416
uses unified to generate formatted docs
417417
</p>
418418

@@ -445,13 +445,13 @@ <h2>prettyhtml</h2>
445445

446446
<h2>readability</h2>
447447
<p>
448-
<a href="http://wooorm.com/readability/">readability</a> measures
448+
<a href="https://wooorm.com/readability/">readability</a> measures
449449
ease of reading of text. It uses several formulas. Green means
450450
text should be readable for your target audience.
451451
</p>
452452

453453
<figure class="browser window" data-nlcst="ignore">
454-
<figcaption><a href="http://wooorm.com/readability/">wooorm.com/readability</a></figcaption>
454+
<figcaption><a href="https://wooorm.com/readability/">wooorm.com/readability</a></figcaption>
455455
<div class="hlt-wrapper">
456456
<p>
457457
<span class="hlt-b">While many writers and speakers since ancient times have used plain language, the 20th century brought more focus to reading ease.</span>
@@ -521,7 +521,7 @@ <h2>Create a plugin</h2>
521521
<a class="guide" href="./create-an-editor.html">
522522
<h2>Create an online editor</h2>
523523
<figure class="browser window" data-nlcst="ignore">
524-
<figcaption><span class="link" href="http://wooorm.com/write-music">wooorm.com/write-music</span></figcaption>
524+
<figcaption><span class="link" href="https://wooorm.com/write-music">wooorm.com/write-music</span></figcaption>
525525
<div data-nlcst="ignore" class="hlt-wrapper">
526526
<p>
527527
<span class="hlt-a">This sentence has five words.</span>

0 commit comments

Comments
 (0)
0