Skip to content

Commit d1ea6a5

Browse files
committed
Update Broken Links / Migrate to HTTPS
1 parent 9a9ef00 commit d1ea6a5

66 files changed

Lines changed: 340 additions & 203 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/check-links.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
name: Check Links
2+
3+
on:
4+
push:
5+
branches: [main]
6+
pull_request:
7+
schedule:
8+
- cron: '0 8 * * 1'
9+
10+
jobs:
11+
check-links:
12+
runs-on: ubuntu-latest
13+
14+
steps:
15+
- uses: actions/checkout@v4
16+
17+
- uses: ruby/setup-ruby@v1
18+
with:
19+
bundler-cache: true
20+
21+
- name: Build site
22+
run: bundle exec jekyll build
23+
24+
- name: Restore htmlproofer cache
25+
uses: actions/cache@v4
26+
with:
27+
path: tmp/.htmlproofer
28+
key: htmlproofer-${{ runner.os }}-${{ hashFiles('tmp/.htmlproofer/cache.json') }}
29+
restore-keys: htmlproofer-${{ runner.os }}-
30+
31+
- name: Check links
32+
run: _scripts/check-links

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
/downloads/cheatsheets/*.aux
44
/downloads/cheatsheets/*.log
55
/.bundle
6-
/vendor
6+
/vendor
7+
/tmp

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ gem 'webrick', '>= 1.8'
66
gem 'csv', '~> 3.3'
77
gem 'base64', '~> 0.2.0'
88
gem 'bigdecimal', '~> 3.1'
9+
gem 'html-proofer', '~> 5.0'

Gemfile.lock

Lines changed: 114 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,81 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.2.3.1)
4+
Ascii85 (2.0.1)
5+
activesupport (8.1.3)
56
base64
6-
benchmark (>= 0.3)
77
bigdecimal
88
concurrent-ruby (~> 1.0, >= 1.3.1)
99
connection_pool (>= 2.2.5)
1010
drb
1111
i18n (>= 1.6, < 2)
12+
json
1213
logger (>= 1.4.2)
13-
minitest (>= 5.1, < 6)
14+
minitest (>= 5.1)
1415
securerandom (>= 0.3)
1516
tzinfo (~> 2.0, >= 2.0.5)
17+
uri (>= 0.13.1)
1618
addressable (2.9.0)
1719
public_suffix (>= 2.0.2, < 8.0)
20+
afm (1.0.0)
21+
async (2.39.0)
22+
console (~> 1.29)
23+
fiber-annotation
24+
io-event (~> 1.11)
25+
metrics (~> 0.12)
26+
traces (~> 0.18)
1827
base64 (0.2.0)
1928
benchmark (0.5.0)
20-
bigdecimal (3.1.9)
29+
bigdecimal (3.3.1)
2130
coffee-script (2.4.1)
2231
coffee-script-source
2332
execjs
24-
coffee-script-source (1.11.1)
33+
coffee-script-source (1.12.2)
2534
colorator (1.1.0)
26-
commonmarker (0.23.10)
35+
commonmarker (0.23.12)
2736
concurrent-ruby (1.3.6)
2837
connection_pool (3.0.2)
29-
csv (3.3.3)
30-
dnsruby (1.61.9)
31-
simpleidn (~> 0.1)
38+
console (1.35.1)
39+
fiber-annotation
40+
fiber-local (~> 1.1)
41+
json
42+
csv (3.3.5)
43+
dnsruby (1.73.1)
44+
base64 (>= 0.2)
45+
logger (~> 1.6)
46+
simpleidn (~> 0.2.1)
3247
drb (2.2.3)
3348
em-websocket (0.5.3)
3449
eventmachine (>= 0.12.9)
3550
http_parser.rb (~> 0)
36-
ethon (0.16.0)
51+
ethon (0.18.0)
3752
ffi (>= 1.15.0)
53+
logger
3854
eventmachine (1.2.7)
39-
execjs (2.8.1)
55+
execjs (2.10.1)
4056
faraday (2.14.2)
4157
faraday-net_http (>= 2.0, < 3.5)
4258
json
4359
logger
44-
faraday-net_http (3.4.2)
60+
faraday-net_http (3.4.3)
4561
net-http (~> 0.5)
46-
ffi (1.15.5)
62+
ffi (1.17.4)
63+
fiber-annotation (0.2.0)
64+
fiber-local (1.1.0)
65+
fiber-storage
66+
fiber-storage (1.0.1)
4767
forwardable-extended (2.6.0)
48-
gemoji (3.0.1)
49-
github-pages (228)
50-
github-pages-health-check (= 1.17.9)
51-
jekyll (= 3.9.3)
52-
jekyll-avatar (= 0.7.0)
53-
jekyll-coffeescript (= 1.1.1)
54-
jekyll-commonmark-ghpages (= 0.4.0)
55-
jekyll-default-layout (= 0.1.4)
56-
jekyll-feed (= 0.15.1)
68+
gemoji (4.1.0)
69+
github-pages (232)
70+
github-pages-health-check (= 1.18.2)
71+
jekyll (= 3.10.0)
72+
jekyll-avatar (= 0.8.0)
73+
jekyll-coffeescript (= 1.2.2)
74+
jekyll-commonmark-ghpages (= 0.5.1)
75+
jekyll-default-layout (= 0.1.5)
76+
jekyll-feed (= 0.17.0)
5777
jekyll-gist (= 1.5.0)
58-
jekyll-github-metadata (= 2.13.0)
78+
jekyll-github-metadata (= 2.16.1)
5979
jekyll-include-cache (= 0.2.1)
6080
jekyll-mentions (= 1.6.0)
6181
jekyll-optional-front-matter (= 0.3.2)
@@ -82,30 +102,44 @@ GEM
82102
jekyll-theme-tactile (= 0.2.0)
83103
jekyll-theme-time-machine (= 0.2.0)
84104
jekyll-titles-from-headings (= 0.5.3)
85-
jemoji (= 0.12.0)
86-
kramdown (= 2.3.2)
105+
jemoji (= 0.13.0)
106+
kramdown (= 2.4.0)
87107
kramdown-parser-gfm (= 1.1.0)
88108
liquid (= 4.0.4)
89109
mercenary (~> 0.3)
90110
minima (= 2.5.1)
91-
nokogiri (>= 1.13.6, < 2.0)
92-
rouge (= 3.26.0)
111+
nokogiri (>= 1.16.2, < 2.0)
112+
rouge (= 3.30.0)
93113
terminal-table (~> 1.4)
94-
github-pages-health-check (1.17.9)
114+
webrick (~> 1.8)
115+
github-pages-health-check (1.18.2)
95116
addressable (~> 2.3)
96117
dnsruby (~> 1.60)
97-
octokit (~> 4.0)
98-
public_suffix (>= 3.0, < 5.0)
118+
octokit (>= 4, < 8)
119+
public_suffix (>= 3.0, < 6.0)
99120
typhoeus (~> 1.3)
121+
hashery (2.1.2)
100122
html-pipeline (2.14.3)
101123
activesupport (>= 2)
102124
nokogiri (>= 1.4)
103-
http_parser.rb (0.8.0)
125+
html-proofer (5.2.1)
126+
addressable (~> 2.3)
127+
async (~> 2.1)
128+
benchmark (~> 0.5)
129+
nokogiri (~> 1.13)
130+
pdf-reader (~> 2.11)
131+
rainbow (~> 3.0)
132+
typhoeus (~> 1.3)
133+
yell (~> 2.0)
134+
zeitwerk (~> 2.5)
135+
http_parser.rb (0.8.1)
104136
i18n (1.14.8)
105137
concurrent-ruby (~> 1.0)
106-
jekyll (3.9.3)
138+
io-event (1.16.1)
139+
jekyll (3.10.0)
107140
addressable (~> 2.4)
108141
colorator (~> 1.0)
142+
csv (~> 3.0)
109143
em-websocket (~> 0.5)
110144
i18n (>= 0.7, < 2)
111145
jekyll-sass-converter (~> 1.0)
@@ -116,27 +150,28 @@ GEM
116150
pathutil (~> 0.9)
117151
rouge (>= 1.7, < 4)
118152
safe_yaml (~> 1.0)
119-
jekyll-avatar (0.7.0)
153+
webrick (>= 1.0)
154+
jekyll-avatar (0.8.0)
120155
jekyll (>= 3.0, < 5.0)
121-
jekyll-coffeescript (1.1.1)
156+
jekyll-coffeescript (1.2.2)
122157
coffee-script (~> 2.2)
123-
coffee-script-source (~> 1.11.1)
158+
coffee-script-source (~> 1.12)
124159
jekyll-commonmark (1.4.0)
125160
commonmarker (~> 0.22)
126-
jekyll-commonmark-ghpages (0.4.0)
127-
commonmarker (~> 0.23.7)
128-
jekyll (~> 3.9.0)
161+
jekyll-commonmark-ghpages (0.5.1)
162+
commonmarker (>= 0.23.7, < 1.1.0)
163+
jekyll (>= 3.9, < 4.0)
129164
jekyll-commonmark (~> 1.4.0)
130165
rouge (>= 2.0, < 5.0)
131-
jekyll-default-layout (0.1.4)
132-
jekyll (~> 3.0)
133-
jekyll-feed (0.15.1)
166+
jekyll-default-layout (0.1.5)
167+
jekyll (>= 3.0, < 5.0)
168+
jekyll-feed (0.17.0)
134169
jekyll (>= 3.7, < 5.0)
135170
jekyll-gist (1.5.0)
136171
octokit (~> 4.2)
137-
jekyll-github-metadata (2.13.0)
172+
jekyll-github-metadata (2.16.1)
138173
jekyll (>= 3.4, < 5.0)
139-
octokit (~> 4.0, != 4.4.0)
174+
octokit (>= 4, < 7, != 4.4.0)
140175
jekyll-include-cache (0.2.1)
141176
jekyll (>= 3.7, < 5.0)
142177
jekyll-mentions (1.6.0)
@@ -207,27 +242,31 @@ GEM
207242
jekyll (>= 3.3, < 5.0)
208243
jekyll-watch (2.2.1)
209244
listen (~> 3.0)
210-
jemoji (0.12.0)
211-
gemoji (~> 3.0)
245+
jemoji (0.13.0)
246+
gemoji (>= 3, < 5)
212247
html-pipeline (~> 2.2)
213248
jekyll (>= 3.0, < 5.0)
214-
json (2.6.3)
215-
kramdown (2.3.2)
249+
json (2.19.7)
250+
kramdown (2.4.0)
216251
rexml
217252
kramdown-parser-gfm (1.1.0)
218253
kramdown (~> 2.0)
219254
liquid (4.0.4)
220-
listen (3.8.0)
255+
listen (3.10.0)
256+
logger
221257
rb-fsevent (~> 0.10, >= 0.10.3)
222258
rb-inotify (~> 0.9, >= 0.9.10)
223259
logger (1.7.0)
224260
mercenary (0.3.6)
261+
metrics (0.15.0)
225262
mini_portile2 (2.8.9)
226263
minima (2.5.1)
227264
jekyll (>= 3.5, < 5.0)
228265
jekyll-feed (~> 0.9)
229266
jekyll-seo-tag (~> 2.1)
230-
minitest (5.27.0)
267+
minitest (6.0.6)
268+
drb (~> 2.0)
269+
prism (~> 1.5)
231270
net-http (0.9.1)
232271
uri (>= 0.11.1)
233272
nokogiri (1.19.3)
@@ -238,38 +277,48 @@ GEM
238277
sawyer (~> 0.9)
239278
pathutil (0.16.2)
240279
forwardable-extended (~> 2.6)
241-
public_suffix (4.0.7)
280+
pdf-reader (2.15.1)
281+
Ascii85 (>= 1.0, < 3.0, != 2.0.0)
282+
afm (>= 0.2.1, < 2)
283+
hashery (~> 2.0)
284+
ruby-rc4
285+
ttfunk
286+
prism (1.9.0)
287+
public_suffix (5.1.1)
242288
racc (1.8.1)
289+
rainbow (3.1.1)
243290
rb-fsevent (0.11.2)
244-
rb-inotify (0.10.1)
291+
rb-inotify (0.11.1)
245292
ffi (~> 1.0)
246-
rexml (3.4.2)
247-
rouge (3.26.0)
248-
rubyzip (2.3.2)
293+
rexml (3.4.4)
294+
rouge (3.30.0)
295+
ruby-rc4 (0.1.5)
296+
rubyzip (2.4.1)
249297
safe_yaml (1.0.5)
250298
sass (3.7.4)
251299
sass-listen (~> 4.0.0)
252300
sass-listen (4.0.0)
253301
rb-fsevent (~> 0.9, >= 0.9.4)
254302
rb-inotify (~> 0.9, >= 0.9.7)
255-
sawyer (0.9.2)
303+
sawyer (0.9.3)
256304
addressable (>= 2.3.5)
257305
faraday (>= 0.17.3, < 3)
258306
securerandom (0.4.1)
259-
simpleidn (0.2.1)
260-
unf (~> 0.1.4)
307+
simpleidn (0.2.3)
261308
terminal-table (1.8.0)
262309
unicode-display_width (~> 1.1, >= 1.1.1)
263-
typhoeus (1.4.0)
264-
ethon (>= 0.9.0)
310+
traces (0.18.2)
311+
ttfunk (1.8.0)
312+
bigdecimal (~> 3.1)
313+
typhoeus (1.6.0)
314+
ethon (>= 0.18.0)
265315
tzinfo (2.0.6)
266316
concurrent-ruby (~> 1.0)
267-
unf (0.1.4)
268-
unf_ext
269-
unf_ext (0.0.8.2)
270317
unicode-display_width (1.8.0)
271318
uri (1.1.1)
272-
webrick (1.8.2)
319+
webrick (1.9.2)
320+
yell (2.2.2)
321+
zeitwerk (2.8.2)
273322

274323
PLATFORMS
275324
ruby
@@ -279,8 +328,9 @@ DEPENDENCIES
279328
bigdecimal (~> 3.1)
280329
csv (~> 3.3)
281330
github-pages
331+
html-proofer (~> 5.0)
282332
json (>= 2.0.0)
283333
webrick (>= 1.8)
284334

285335
BUNDLED WITH
286-
2.5.23
336+
2.7.2

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ it, nice instructions are available
1515
#### 2. Install Ruby
1616

1717
This website is compiled into a static website using
18-
[Jekyll](http://jekyllrb.com), a static-site generator written in Ruby. To
18+
[Jekyll](https://jekyllrb.com), a static-site generator written in Ruby. To
1919
install Ruby you can follow [this
2020
guide](https://www.ruby-lang.org/en/documentation/installation/). To check that
2121
Ruby is installed correctly, run `ruby --version` in your shell; it should be
2222
`1.9.3` or later.
2323

2424
#### 3. Install Bundler to manage dependencies
2525

26-
[Bundler](http://bundler.io) handles Ruby dependencies. To install it, simply
26+
[Bundler](https://bundler.io) handles Ruby dependencies. To install it, simply
2727
run:
2828

2929
```bash
@@ -63,8 +63,8 @@ guide](https://github.com/elixir-lang/elixir/#contributing).
6363

6464
* "Elixir" and the Elixir logo are registered trademarks of the Elixir team. See [our trademark policy](https://elixir-lang.org/trademarks).
6565

66-
* The HTML and CSS are copyrighted to [AlienWp](http://alienwp.com/) under [GPL license, version 2](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html).
66+
* The HTML and CSS are copyrighted to [AlienWp](https://alienwp.com/) under [GPL license, version 2](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html).
6767

68-
* The Social Icons are copyrighted to [Xeloader](http://xeloader.deviantart.com/art/Socialis-2-Freebie-213292616).
68+
* The Social Icons are copyrighted to [Xeloader](https://xeloader.deviantart.com/art/Socialis-2-Freebie-213292616).
6969

70-
* The written textual contents available in the guides and blog are licensed under [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).
70+
* The written textual contents available in the guides and blog are licensed under [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0).

_includes/important-links.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ <h3 class="widget-title">Join the Community</h3>
2828
<li><a class="spec" href="https://hex.pm">Hex.pm package manager</a></li>
2929
<li><a class="spec" href="https://twitter.com/elixirlang">@elixirlang on Twitter</a></li>
3030
<li><a class="spec" href="irc://irc.libera.chat/elixir">#elixir on irc.libera.chat</a></li>
31-
<li><a class="spec" href="http://elixirforum.com">Elixir Forum</a></li>
32-
<li><a class="spec" href="https://elixir-slack.community">Elixir on Slack</a></li>
31+
<li><a class="spec" href="https://elixirforum.com">Elixir Forum</a></li>
32+
<li><a class="spec" href="https://elixir-lang.slack.com/join/shared_invite/zt-eivteker-k_nArD59XHjjN_r8qeH6dw#/shared-invite/email">Elixir on Slack</a></li>
3333
<li><a class="spec" href="https://discord.gg/elixir">Elixir on Discord</a></li>
3434
<li>
3535
<a class="spec" href="https://github.com/elixir-lang/elixir/wiki/Code-Editor-Support"

0 commit comments

Comments
 (0)