Skip to content

Commit a1731c5

Browse files
committed
Fixed broken links. Updated local serve.
1 parent 26c7e97 commit a1731c5

3 files changed

Lines changed: 35 additions & 34 deletions

File tree

Gemfile.lock

Lines changed: 28 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ GEM
1717
public_suffix (>= 2.0.2, < 7.0)
1818
base64 (0.2.0)
1919
benchmark (0.4.0)
20-
bigdecimal (3.1.8)
20+
bigdecimal (3.1.9)
2121
coffee-script (2.4.1)
2222
coffee-script-source
2323
execjs
2424
coffee-script-source (1.12.2)
2525
colorator (1.1.0)
2626
commonmarker (0.23.11)
27-
concurrent-ruby (1.3.4)
28-
connection_pool (2.4.1)
29-
csv (3.3.0)
27+
concurrent-ruby (1.3.5)
28+
connection_pool (2.5.0)
29+
csv (3.3.2)
3030
dnsruby (1.72.3)
3131
base64 (~> 0.2.0)
3232
simpleidn (~> 0.2.1)
@@ -38,22 +38,20 @@ GEM
3838
ffi (>= 1.15.0)
3939
eventmachine (1.2.7)
4040
execjs (2.10.0)
41-
faraday (2.12.1)
41+
faraday (2.12.2)
4242
faraday-net_http (>= 2.0, < 3.5)
4343
json
4444
logger
4545
faraday-net_http (3.4.0)
4646
net-http (>= 0.5.0)
47-
ffi (1.17.0-aarch64-linux-gnu)
48-
ffi (1.17.0-aarch64-linux-musl)
49-
ffi (1.17.0-arm-linux-gnu)
50-
ffi (1.17.0-arm-linux-musl)
51-
ffi (1.17.0-arm64-darwin)
52-
ffi (1.17.0-x86-linux-gnu)
53-
ffi (1.17.0-x86-linux-musl)
54-
ffi (1.17.0-x86_64-darwin)
55-
ffi (1.17.0-x86_64-linux-gnu)
56-
ffi (1.17.0-x86_64-linux-musl)
47+
ffi (1.17.1-aarch64-linux-gnu)
48+
ffi (1.17.1-aarch64-linux-musl)
49+
ffi (1.17.1-arm-linux-gnu)
50+
ffi (1.17.1-arm-linux-musl)
51+
ffi (1.17.1-arm64-darwin)
52+
ffi (1.17.1-x86_64-darwin)
53+
ffi (1.17.1-x86_64-linux-gnu)
54+
ffi (1.17.1-x86_64-linux-musl)
5755
forwardable-extended (2.6.0)
5856
gemoji (4.1.0)
5957
github-pages (232)
@@ -224,7 +222,7 @@ GEM
224222
gemoji (>= 3, < 5)
225223
html-pipeline (~> 2.2)
226224
jekyll (>= 3.0, < 5.0)
227-
json (2.9.0)
225+
json (2.9.1)
228226
kramdown (2.4.0)
229227
rexml
230228
kramdown-parser-gfm (1.1.0)
@@ -233,7 +231,7 @@ GEM
233231
listen (3.9.0)
234232
rb-fsevent (~> 0.10, >= 0.10.3)
235233
rb-inotify (~> 0.9, >= 0.9.10)
236-
logger (1.6.2)
234+
logger (1.6.5)
237235
mercenary (0.3.6)
238236
minima (2.5.1)
239237
jekyll (>= 3.5, < 5.0)
@@ -242,17 +240,21 @@ GEM
242240
minitest (5.25.4)
243241
net-http (0.6.0)
244242
uri
245-
nokogiri (1.16.8-aarch64-linux)
243+
nokogiri (1.18.1-aarch64-linux-gnu)
246244
racc (~> 1.4)
247-
nokogiri (1.16.8-arm-linux)
245+
nokogiri (1.18.1-aarch64-linux-musl)
248246
racc (~> 1.4)
249-
nokogiri (1.16.8-arm64-darwin)
247+
nokogiri (1.18.1-arm-linux-gnu)
250248
racc (~> 1.4)
251-
nokogiri (1.16.8-x86-linux)
249+
nokogiri (1.18.1-arm-linux-musl)
252250
racc (~> 1.4)
253-
nokogiri (1.16.8-x86_64-darwin)
251+
nokogiri (1.18.1-arm64-darwin)
254252
racc (~> 1.4)
255-
nokogiri (1.16.8-x86_64-linux)
253+
nokogiri (1.18.1-x86_64-darwin)
254+
racc (~> 1.4)
255+
nokogiri (1.18.1-x86_64-linux-gnu)
256+
racc (~> 1.4)
257+
nokogiri (1.18.1-x86_64-linux-musl)
256258
racc (~> 1.4)
257259
octokit (4.25.1)
258260
faraday (>= 1, < 3)
@@ -264,9 +266,9 @@ GEM
264266
rb-fsevent (0.11.2)
265267
rb-inotify (0.11.1)
266268
ffi (~> 1.0)
267-
rexml (3.3.9)
269+
rexml (3.4.0)
268270
rouge (3.30.0)
269-
rubyzip (2.3.2)
271+
rubyzip (2.4.1)
270272
safe_yaml (1.0.5)
271273
sass (3.7.4)
272274
sass-listen (~> 4.0.0)
@@ -276,7 +278,7 @@ GEM
276278
sawyer (0.9.2)
277279
addressable (>= 2.3.5)
278280
faraday (>= 0.17.3, < 3)
279-
securerandom (0.4.0)
281+
securerandom (0.4.1)
280282
simpleidn (0.2.3)
281283
terminal-table (1.8.0)
282284
unicode-display_width (~> 1.1, >= 1.1.1)
@@ -289,16 +291,11 @@ GEM
289291
webrick (1.9.1)
290292

291293
PLATFORMS
292-
aarch64-linux
293294
aarch64-linux-gnu
294295
aarch64-linux-musl
295-
arm-linux
296296
arm-linux-gnu
297297
arm-linux-musl
298298
arm64-darwin
299-
x86-linux
300-
x86-linux-gnu
301-
x86-linux-musl
302299
x86_64-darwin
303300
x86_64-linux-gnu
304301
x86_64-linux-musl

_posts/2021-01-01-Click-and-Collect.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ header:
99
overlay_image: *image
1010
overlay_filter: 0.5
1111
---
12-
10 years on I am reminded of [an article I read](https://internetretailing.net/guest-comment/guest-comment/guest-column-click-and-collect---10-years-on) from 2011 about Click & Collect.
12+
10 years on I am reminded of [an article I read](https://internetretailing.net/guest-column-click-and-collect-10-years-on/) from 2011 about Click & Collect.
1313

1414
Sophie Albizua's article began with
1515

@@ -38,7 +38,7 @@ Ring & Reserve used services before SOA/microservices were a thing. This allowed
3838

3939
Each channel re-used the same network transaction calls to the store back-office systems. Transactions were null-terminated C strings with a fixed header of transaction identifier and store number. Enquiries began `IV01`, reservations `IV02`. They were routed to the correct back-office by a message broker (called a WAN server at the time) using the store number found in the fixed header.
4040

41-
All three channels' services were named as alliterations. Of the three names - "Ring & Reserve", "Text & Take Home" and "Click & Collect" - only Click & Collect made it into the Oxford English Dictionary when they [added it](https://public.oed.com/updates/new-words-list-september-2016/) in 2016.
41+
All three channels' services were named as alliterations. Of the three names - "Ring & Reserve", "Text & Take Home" and "Click & Collect" - only Click & Collect made it into the Oxford English Dictionary when they [added it](https://www.oed.com/information/updates/previous-updates/2016-2/september-2016) in 2016.
4242

4343
Over the years, when I have told this story, people have suggested we should have patented it. I am however, more pleased to have been involved in something so copied that the name Click & Collect became synonymous with that game changing capability.
4444

bin/serve.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
docker run --rm -it -v .:/home -p 4000:4000 -e JEKYLL_GITHUB_TOKEN=$JEKYLL_GITHUB_TOKEN jsware/github-pages
1+
if [ "$1" = "-d" -o "$1" = "--docker" ]; then
2+
docker run --rm -it -v .:/home -p 4000:4000 -e JEKYLL_GITHUB_TOKEN=$JEKYLL_GITHUB_TOKEN jsware/github-pages
3+
else
4+
bundle exec jekyll serve --open
5+
fi

0 commit comments

Comments
 (0)