Skip to content

Commit 8fc16fb

Browse files
vintaclaude
andcommitted
fix: revert https to http for URLs that don't support https
The previous commit over-aggressively upgraded all http links to https. Sites like nelson.logdown.com, api.ether.fund, chuansong.me, pingguohe.net, yeoman.io, and t.swift.gg do not serve over https, so revert those specific links back to http. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 4c11e0e commit 8fc16fb

44 files changed

Lines changed: 74 additions & 74 deletions

Some content is hidden

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

website/issues/100/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ <h2 class="category__title category__title--lozenge"><img src="../../assets/imag
265265
<a name="t-324551"></a>
266266

267267
<h3 class="item__title">不要猶豫了</h3>
268-
<p><a href="https://yeoman.io/">yeoman</a> 用煩了嗎,可以試試 <a href="https://sao.js.org">sao</a>
268+
<p><a href="http://yeoman.io/">yeoman</a> 用煩了嗎,可以試試 <a href="https://sao.js.org">sao</a>
269269
<a href="https://www.npmjs.com/">npm</a> 太慢了嗎,可以改用 <a href="https://yarnpkg.com/en/">yarn</a></p>
270270

271271
<p><a href="https://docs.docker.com/">Docker</a> 不再是 buzzword 了,開始進一步使用 <a href="https://docs.docker.com/compose/">Docker Compose</a> 或直接跳 production 等級的 <a href="https://kubernetes.io/">k8s</a>

website/issues/111/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,11 @@ <h2 class="category__title category__title--lozenge"><img src="../../assets/imag
108108
<div class="item item--issue item--link">
109109
<a name="lPKIugt"></a>
110110

111-
<h3 class="item__title"><a href="https://nelson.logdown.com/posts/2017/12/29/why-git-flow-may-be-not-for-you">為何 Git-Flow 可能不適合你</a></h3>
111+
<h3 class="item__title"><a href="http://nelson.logdown.com/posts/2017/12/29/why-git-flow-may-be-not-for-you">為何 Git-Flow 可能不適合你</a></h3>
112112
<p>我發現每隔一段時間就會有人討論 Git-Flow 的優缺點或是怎樣才是好的 Git 工作流程,然後就會有人跳出來說「我們也是用 Git-Flow,可是我覺得沒有很好用」,每次看到這樣的留言我腦海裡都會冒出一句「不好用就不要用啊!」</p>
113113

114114
<p>我也時常跟朋友講說不一定要用 Git-Flow,後來想說乾脆寫一篇文章來記錄我的論點算了,所以就有這篇部落格文章的產生了:)</p>
115-
<span class="item__footer"><a href="https://nelson.logdown.com/posts/2017/12/29/why-git-flow-may-be-not-for-you">logdown.com</a></span>
115+
<span class="item__footer"><a href="http://nelson.logdown.com/posts/2017/12/29/why-git-flow-may-be-not-for-you">logdown.com</a></span>
116116
</div>
117117

118118
<hr class="item__line"/>

website/issues/21/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ <h3 class="item__title"><a href="https://techcrunch.com/2015/12/13/the-state-of-
176176
<h3 class="item__title">APIs as a Service (AaaS)</h3>
177177
<p>不管你是發明自己的 APIs, 還是使用別人的 APIs, 都是一種快速開發應用, 驗證創意想法的最快方法。甚至與有些應用不必自己營運, 只要你做好 APIs 與架構維運, 自然有第三方會使用你的 APIs 來開發應用軟體。以前有 <a href="https://www.programmableweb.com/apis/directory">ProgrammableWeb</a> 幫你收集了 14,400 多種 APIs, 現在有 <a href="https://market.mashape.com/explore">Mashape</a> 的 APIs marketplace。</p>
178178

179-
<p>最近還發現許多特殊功能的 APIs, 例如讓你開發類似 Uber 叫車服務的 <a href="https://developer.hailoapp.com/">Hailo</a>, 購物付費機制的 <a href="https://stripe.com/docs/api">stripe.api</a>, 還有可以操控虛擬幣與 blockchain 的 <a href="https://api.ether.fund/">api.ether.fund</a>, 以及 IBM 開放大量資安相關資料庫查詢的 <a href="https://xforce-api.mybluemix.net/doc/">X-Force API</a>。當然不會只有這些, 各式各樣的 APIs as a Services 會如雨後春筍般不斷出現!</p>
179+
<p>最近還發現許多特殊功能的 APIs, 例如讓你開發類似 Uber 叫車服務的 <a href="https://developer.hailoapp.com/">Hailo</a>, 購物付費機制的 <a href="https://stripe.com/docs/api">stripe.api</a>, 還有可以操控虛擬幣與 blockchain 的 <a href="http://api.ether.fund/">api.ether.fund</a>, 以及 IBM 開放大量資安相關資料庫查詢的 <a href="https://xforce-api.mybluemix.net/doc/">X-Force API</a>。當然不會只有這些, 各式各樣的 APIs as a Services 會如雨後春筍般不斷出現!</p>
180180
<span class="item__footer">CodeTengu Weekly</span>
181181
</div>
182182

website/issues/22/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ <h3 class="item__title">CodeTengu Weekly 碼天狗週刊</h3>
8888
<li><a href="https://twitter.com/wancw">@wancw</a> - 求職中的 Full-stack Developer,意者內洽</li>
8989
<li><a href="https://twitter.com/adamp3">@adamp33</a> - <a href="https://facebook.com/sportsenglish">看棒球才是正職</a>,副業是前端工程師</li>
9090
<li><a href="https://github.com/kako0507">@kako0507</a> - 熱愛嘗試新事物的前端工程師</li>
91-
<li><a href="https://github.com/chiahsien">@chiahsien</a> - <a href="https://nelson.logdown.com/">Nelson</a></li>
91+
<li><a href="https://github.com/chiahsien">@chiahsien</a> - <a href="http://nelson.logdown.com/">Nelson</a></li>
9292
<li><a href="https://github.com/mingderwang">@mingderwang</a></li>
9393
</ul>
9494

@@ -260,9 +260,9 @@ <h2 class="category__title category__title--lozenge"><img src="../../assets/imag
260260
<div class="item item--issue item--link">
261261
<a name="EAOndcH"></a>
262262

263-
<h3 class="item__title"><a href="https://nelson.logdown.com/posts/2015/12/08/fix-xcode-cant-pick-any-font">解決 Xcode 無法任意設定字型的問題</a></h3>
263+
<h3 class="item__title"><a href="http://nelson.logdown.com/posts/2015/12/08/fix-xcode-cant-pick-any-font">解決 Xcode 無法任意設定字型的問題</a></h3>
264264
<p>我最近灌了全新的電腦,當然是用最新的 OS X El Capitan + Xcode 7.1。身為一位程式設計師,初次使用 Xcode 要做的事情一定是去把字型改成自己看得順眼的等寬字體。只是不知道是 OS X 還是 Xcode 的 bug,它竟然無法正確顯示字體挑選視窗,導致我只有少少的幾種字體可以選擇。還好最後我手動去修改了佈景主題的設定,才解決這個問題。</p>
265-
<span class="item__footer"><a href="https://nelson.logdown.com/posts/2015/12/08/fix-xcode-cant-pick-any-font">logdown.com</a></span>
265+
<span class="item__footer"><a href="http://nelson.logdown.com/posts/2015/12/08/fix-xcode-cant-pick-any-font">logdown.com</a></span>
266266
</div>
267267

268268
<hr class="item__line"/>

website/issues/23/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ <h3 class="item__title">CodeTengu Weekly 碼天狗週刊</h3>
8888
<li><a href="https://twitter.com/wancw">@wancw</a> - 求職中的 Full-stack Developer,意者內洽</li>
8989
<li><a href="https://twitter.com/adamp3">@adamp33</a> - <a href="https://facebook.com/sportsenglish">看棒球才是正職</a>,副業是前端工程師</li>
9090
<li><a href="https://github.com/kako0507">@kako0507</a> - 熱愛嘗試新事物的前端工程師</li>
91-
<li><a href="https://github.com/chiahsien">@chiahsien</a> - <a href="https://nelson.logdown.com/">Nelson</a></li>
91+
<li><a href="https://github.com/chiahsien">@chiahsien</a> - <a href="http://nelson.logdown.com/">Nelson</a></li>
9292
<li><a href="https://github.com/mingderwang">@mingderwang</a></li>
9393
</ul>
9494

website/issues/24/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ <h3 class="item__title">CodeTengu Weekly 碼天狗週刊</h3>
8888
<li><a href="https://twitter.com/wancw">@wancw</a> - 求職中的 Full-stack Developer,意者內洽</li>
8989
<li><a href="https://twitter.com/adamp3">@adamp33</a> - <a href="https://facebook.com/sportsenglish">看棒球才是正職</a>,副業是前端工程師</li>
9090
<li><a href="https://github.com/kako0507">@kako0507</a> - 熱愛嘗試新事物的前端工程師</li>
91-
<li><a href="https://github.com/chiahsien">@chiahsien</a> - <a href="https://nelson.logdown.com/">Nelson</a></li>
91+
<li><a href="https://github.com/chiahsien">@chiahsien</a> - <a href="http://nelson.logdown.com/">Nelson</a></li>
9292
<li><a href="https://github.com/mingderwang">@mingderwang</a></li>
9393
</ul>
9494

@@ -221,7 +221,7 @@ <h3 class="item__title"><a href="https://github.com/mralexgray/DVTPlugInCompatib
221221
<p>延伸閱讀:</p>
222222

223223
<ul>
224-
<li><a href="https://nelson.logdown.com/posts/2015/10/06/essential-xcode-plugins">必備的 Xcode plugins</a></li>
224+
<li><a href="http://nelson.logdown.com/posts/2015/10/06/essential-xcode-plugins">必備的 Xcode plugins</a></li>
225225
</ul>
226226
<span class="item__footer"><a href="https://github.com/mralexgray/DVTPlugInCompatibilityUUIDifier">github.com</a></span>
227227
</div>
@@ -266,7 +266,7 @@ <h3 class="item__title"><a href="https://www.jessesquires.com/">Open source Swif
266266
<div class="item item--issue item--link">
267267
<a name="J3SzdN"></a>
268268

269-
<h3 class="item__title"><a href="https://pingguohe.net/2015/11/24/Navigator-and-Rewrite.html">解耦神器 —— 统跳协议和 Rewrite 引擎</a></h3>
269+
<h3 class="item__title"><a href="http://pingguohe.net/2015/11/24/Navigator-and-Rewrite.html">解耦神器 —— 统跳协议和 Rewrite 引擎</a></h3>
270270
<p>中國大陸的天貓 app 是一個龐然大物,它們的流量規模已達千萬等級,並且至少有十個團隊在直接維護天貓 app。當團隊跟產品長到這麼大之後,整個架構的好壞將直接影響團隊們是否能夠順利合作、功能是否能夠輕易修改。這篇文章分享了天貓如何設計架構讓界面解耦,以及如何在任意頁面之間跳轉。</p>
271271

272272
<p>延伸閱讀:</p>
@@ -275,7 +275,7 @@ <h3 class="item__title"><a href="https://pingguohe.net/2015/11/24/Navigator-and-
275275
<li><a href="https://merowing.info/2016/01/improve-your-ios-architecture-with-flowcontrollers/">Improve your iOS Architecture with FlowControllers</a></li>
276276
<li><a href="https://www.objc.io/issues/13-architecture/viper/">Architecting iOS Apps with VIPER</a></li>
277277
</ul>
278-
<span class="item__footer"><a href="https://pingguohe.net/2015/11/24/Navigator-and-Rewrite.html">pingguohe.net</a></span>
278+
<span class="item__footer"><a href="http://pingguohe.net/2015/11/24/Navigator-and-Rewrite.html">pingguohe.net</a></span>
279279
</div>
280280

281281
</div>

website/issues/25/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ <h3 class="item__title">CodeTengu Weekly 碼天狗週刊</h3>
8888
<li><a href="https://twitter.com/wancw">@wancw</a> - 一直被問要不要寫 Android App 的後端工程師</li>
8989
<li><a href="https://twitter.com/adamp3">@adamp33</a> - <a href="https://facebook.com/sportsenglish">看棒球才是正職</a>,副業是前端工程師</li>
9090
<li><a href="https://github.com/kako0507">@kako0507</a> - 熱愛嘗試新事物的前端工程師</li>
91-
<li><a href="https://github.com/chiahsien">@chiahsien</a> - <a href="https://nelson.logdown.com/">Nelson</a></li>
91+
<li><a href="https://github.com/chiahsien">@chiahsien</a> - <a href="http://nelson.logdown.com/">Nelson</a></li>
9292
<li><a href="https://github.com/mingderwang">@mingderwang</a></li>
9393
</ul>
9494

website/issues/26/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ <h3 class="item__title">CodeTengu Weekly 碼天狗週刊</h3>
8888
<li><a href="https://twitter.com/wancw">@wancw</a> - 一直被問要不要寫 Android App 的後端工程師</li>
8989
<li><a href="https://twitter.com/adamp3">@adamp33</a> - <a href="https://facebook.com/sportsenglish">看棒球才是正職</a>,副業是前端工程師</li>
9090
<li><a href="https://github.com/kako0507">@kako0507</a> - 熱愛嘗試新事物的前端工程師</li>
91-
<li><a href="https://github.com/chiahsien">@chiahsien</a> - <a href="https://nelson.logdown.com/">Nelson</a></li>
91+
<li><a href="https://github.com/chiahsien">@chiahsien</a> - <a href="http://nelson.logdown.com/">Nelson</a></li>
9292
<li><a href="https://github.com/mingderwang">@mingderwang</a></li>
9393
</ul>
9494

website/issues/27/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ <h3 class="item__title">CodeTengu Weekly 碼天狗週刊</h3>
8888
<li><a href="https://twitter.com/wancw">@wancw</a></li>
8989
<li><a href="https://twitter.com/adamp3">@adamp33</a> - <a href="https://facebook.com/sportsenglish">看棒球才是正職</a>,副業是前端工程師</li>
9090
<li><a href="https://github.com/kako0507">@kako0507</a> - 熱愛嘗試新事物的前端工程師</li>
91-
<li><a href="https://github.com/chiahsien">@chiahsien</a> - <a href="https://nelson.logdown.com/">Nelson</a></li>
91+
<li><a href="https://github.com/chiahsien">@chiahsien</a> - <a href="http://nelson.logdown.com/">Nelson</a></li>
9292
<li><a href="https://github.com/mingderwang">@mingderwang</a></li>
9393
</ul>
9494

website/issues/28/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ <h3 class="item__title">CodeTengu Weekly 碼天狗週刊</h3>
8888
<li><a href="https://twitter.com/wancw">@wancw</a></li>
8989
<li><a href="https://twitter.com/adamp3">@adamp33</a> - <a href="https://facebook.com/sportsenglish">看棒球才是正職</a>,副業是前端工程師</li>
9090
<li><a href="https://github.com/kako0507">@kako0507</a> - 熱愛嘗試新事物的前端工程師</li>
91-
<li><a href="https://github.com/chiahsien">@chiahsien</a> - <a href="https://nelson.logdown.com/">Nelson</a></li>
91+
<li><a href="https://github.com/chiahsien">@chiahsien</a> - <a href="http://nelson.logdown.com/">Nelson</a></li>
9292
<li><a href="https://github.com/mingderwang">@mingderwang</a></li>
9393
</ul>
9494

@@ -325,9 +325,9 @@ <h3 class="item__title"><a href="https://www.bignerdranch.com/blog/introducing-f
325325
<h2 class="category__title category__title--lozenge"><span class="category__title__text">Random Cool Stuff</span></h2>
326326
<div class="item item--issue item--link">
327327
<a name="kB7GEMP"></a>
328-
<a href="https://chuansong.me/n/2274837"><img src="original_ratio_extra_large_449f767c-a25b-4f2d-b71e-65993751b665.jpeg" title="年会上的程序员们……" alt="" width="730" /></a>
328+
<a href="http://chuansong.me/n/2274837"><img src="original_ratio_extra_large_449f767c-a25b-4f2d-b71e-65993751b665.jpeg" title="年会上的程序员们……" alt="" width="730" /></a>
329329

330-
<h3 class="item__title"><a href="https://chuansong.me/n/2274837">年会上的程序员们……</a></h3>
330+
<h3 class="item__title"><a href="http://chuansong.me/n/2274837">年会上的程序员们……</a></h3>
331331
<p>這是一個最近在網路上瘋傳的漫畫,出自於中國設計師<a href="https://twitter.com/arthur369">西乔</a>的作品《<a href="https://blog.xiqiao.info/category/programmers">神秘的程序员们</a>》,如同她丈夫霍炬所說的,關於程序員管理及工程的書籍汗牛充棟,但關於程序員的漫畫幾乎沒有,也因此他們有了將程序員的日常改編成漫畫的想法。</p>
332332

333333
<p>目前這部漫畫已經連載五年多了吧,隨著這部漫畫的讀者範圍擴大,內容也開始不僅侷限在單純好玩的故事,像是管理問題、常見陷阱、公司困境及一些感情生活等等也都成了漫畫的題材,讓更多和程序員打交道的非程序員也能願意看這部漫畫。也許透過這部漫畫也能讓更多和程序員打交道的人能理解這群既傲慢又謙虛、既開放又封閉、性格滿是缺陷卻又神秘的程序員們吧!</p>
@@ -337,14 +337,14 @@ <h3 class="item__title"><a href="https://chuansong.me/n/2274837">年会上的程
337337
<p>延伸閱讀:</p>
338338

339339
<ol>
340-
<li><a href="https://chuansong.me/account/coderstory">《神秘的程序员们》傳送門</a></li>
340+
<li><a href="http://chuansong.me/account/coderstory">《神秘的程序员们》傳送門</a></li>
341341
<li><a href="https://blog.xiqiao.info/category/programmers">西乔部落格</a></li>
342342
<li><a href="https://www.cxyym.com/category/mysterious_programmer/">霍炬部落格</a></li>
343343
</ol>
344344

345345

346346
<p><a href="https://twitter.com/fukuball">@fukuball</a> 分享。</p>
347-
<span class="item__footer"><a href="https://chuansong.me/n/2274837">chuansong.me</a></span>
347+
<span class="item__footer"><a href="http://chuansong.me/n/2274837">chuansong.me</a></span>
348348
</div>
349349

350350
</div>

0 commit comments

Comments
 (0)