Skip to content

Commit 709fd29

Browse files
committed
Move lastest blog posts onto HTTPS
1 parent 24f28ad commit 709fd29

5 files changed

Lines changed: 9 additions & 9 deletions

_posts/2017-01-04-choosing-the-correct-average.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ meta: "A look at which average works best for representing certain types of data
88

99
More and more frequently I’m finding myself presenting data to clients. Wether
1010
it’s through [code reviews or performance
11-
audits](http://csswizardry.com/code-reviews/), taking a statistical look at code
11+
audits](https://csswizardry.com/code-reviews/), taking a statistical look at code
1212
is an important part of my job, and it needs presenting to my clients in a way
1313
that is representative and honest. This has led me more and more into looking at
1414
different averages, and knowing when to use the correct one for each scenario.
@@ -69,7 +69,7 @@ have a different outcome altogether:
6969
Paying £55.50 each to subsidise Chad’s expensive taste isn’t quite so fair.
7070

7171
I’ve mentioned issues with the mean before, in my previous [post about
72-
Parker](http://csswizardry.com/2016/06/improving-your-css-with-parker/).
72+
Parker](https://csswizardry.com/2016/06/improving-your-css-with-parker/).
7373
Sometimes it’s nicer to know either a more representative single number, or to
7474
know that _most values are <var>x</var>_.
7575

_posts/2017-01-08-preparing-vim-for-apples-touch-bar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ How can we switch between modes without having an Escape key?[^1]
3535
## Remap Other Keys
3636

3737
For almost as long as I’ve been using Vim⁠—⁠which is [a long time
38-
now](http://csswizardry.com/2014/06/vim-for-people-who-think-things-like-vim-are-weird-and-hard/)⁠—⁠I’ve
38+
now](https://csswizardry.com/2014/06/vim-for-people-who-think-things-like-vim-are-weird-and-hard/)⁠—⁠I’ve
3939
been using `jj` and `jk` to leave Insert mode. These mappings are on the [Home
4040
Row](https://en.wikipedia.org/wiki/Touch_typing#Home_row), so always easy to
4141
reach, and the letter pairs very rarely (if ever) occur in the English language.

_posts/2017-01-17-ack-for-css-developers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ $ ack --css -i "background:\s*#[a-f0-9]*;"
146146
```
147147

148148
I [recently
149-
wrote](http://csswizardry.com/2016/12/css-shorthand-syntax-considered-an-anti-pattern/)
149+
wrote](https://csswizardry.com/2016/12/css-shorthand-syntax-considered-an-anti-pattern/)
150150
about how I consider background shorthand syntax an anti-pattern, so we should
151151
probably look for that whilst we’re here.
152152

about.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ with clients including the <b>United Nations</b>, the <b>BBC</b>, the
4040
architecture and front-end performance for large and long-lived sites and
4141
applications.
4242

43-
I [write](http://csswizardry.com/2013/12/i-wrote-part-of-a-book/),
44-
[work](http://csswizardry.com/services/),
45-
[speak](http://csswizardry.com/speaking/), and [run
46-
workshops](http://csswizardry.com/workshops/) across the globe covering
43+
I [write](https://csswizardry.com/2013/12/i-wrote-part-of-a-book/),
44+
[work](https://csswizardry.com/services/),
45+
[speak](https://csswizardry.com/speaking/), and [run
46+
workshops](https://csswizardry.com/workshops/) across the globe covering
4747
pragmatic, product-led approaches to building and scaling large front-ends for
4848
long-running projects and products. I specialise in CSS architecture,
4949
scalability, front-end performance, and design process and strategy.

code-reviews.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ product, site or app in question, but also—and more importantly—a formal
3535
document based around your own code which would prevent you making the same
3636
mistakes in future. A tailored lesson, centred around your own work. For a more
3737
detailed overview of the service, please read [the associated blog
38-
post](http://csswizardry.com/2013/11/code-reviews-as-service/). If you have
38+
post](https://csswizardry.com/2013/11/code-reviews-as-service/). If you have
3939
_any_ questions about code reviews then please feel free to [email
4040
me](mailto:csswizardry@gmail.com).
4141

0 commit comments

Comments
 (0)