You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Did a quick "rake test" as a follow-up on the last merge, just to see if there were any issues. Turns out there were over 300. So I went through and fixes broken links and file references.
Some of those must have been in there for a long time. Which is weird, because I do run the script here and there.
Copy file name to clipboardExpand all lines: guide/case-studies/saving-satoshi.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ Illustration sources: <>
41
41
42
42
---
43
43
44
-
There’s never really been an easy, let alone fun, way to get people engaged with bitcoin tech. That was until [Saving Satoshi](http://savingsatoshi.com), a light-hearted, interactive role-playing game (RPG) that functions as a first point of contact for coders learning bitcoin development.
44
+
There’s never really been an easy, let alone fun, way to get people engaged with bitcoin tech. That was until [Saving Satoshi](https://savingsatoshi.com), a light-hearted, interactive role-playing game (RPG) that functions as a first point of contact for coders learning bitcoin development.
45
45
46
46
Saving Satoshi uses storytelling and game mechanics to onboard curious developers into bitcoin tech and the ₿OSS (bitcoin open source software) ecosystem. With fun, innovative challenges, it’s designed to be a gentle and welcoming entry point for those wishing to go deeper into the world of bitcoin development. From address derivation to block template construction, players are introduced to a variety of technical topics over the course of ten chapters, each filled to the brim with challenges, simulations, and coding exercises. Beginning with basic concepts like hashing and using a block explorer, learners quickly advance to more difficult material that ultimately culminates in the lightning network.
47
47
@@ -89,7 +89,7 @@ This project is also driven by personal reasons. There is an enjoyment to be had
89
89
90
90
## Origin story
91
91
92
-
In October 2022, the Bitcoin Design Community organized its first [Designathon](http://event.bitcoin.design), in collaboration with the first Bolt.fun Legends of Lightning hackathon. Adam Jonas of [Chaincode Labs](http://chaincode.com) proposed the initial idea of Saving Satoshi, which was very close to what the project came to be. Take a look back in [this recording](https://www.youtube.com/watch?v=b5Fw0HIqZDM) of the first call the group had together.
92
+
In October 2022, the Bitcoin Design Community organized its first [Designathon](https://event.bitcoin.design), in collaboration with the first Bolt.fun Legends of Lightning hackathon. Adam Jonas of [Chaincode Labs](https://chaincode.com) proposed the initial idea of Saving Satoshi, which was very close to what the project came to be. Take a look back in [this recording](https://www.youtube.com/watch?v=b5Fw0HIqZDM) of the first call the group had together.
93
93
94
94
Christoph, who helped organize the Designathon, simply meant to help get the project off the ground while Jonas was traveling for a few days. Little did he know that he would go on to lead the design for the next two+ years.
95
95
@@ -354,7 +354,7 @@ Lastly is in creating an educational platform we have been trying to reduce the
354
354
mobile = "assets/images/guide/case-studies/saving-satoshi/script-editor-mobile.jpg"
alt-text = "Bitcoin Script editor interface showing OP_CODE buttons organized by category (constant, arithmetic, crypto, etc.), alongside documentation, examples, and an execution stack visualizer. The interface has a dark theme with teal accents."
357
-
caption = "The script editor from chapter 9 is also available at [script.savingsatoshi.com](http://script.savingsatoshi.com)."
357
+
caption = "The script editor from chapter 9 is also available at [script.savingsatoshi.com](https://script.savingsatoshi.com)."
Copy file name to clipboardExpand all lines: guide/contribute/content-guidelines.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ Address the reader directly. Whenever possible, try using active instead of pass
47
47
48
48
### Use simple language
49
49
50
-
Bitcoin is a global currency. Not everyone using this guide is a native English speaker. Make sure you are writing in plain, easy to follow English. If you're still unsure, try using a readability tool to analyze your text and make recommendations. We like [Hemingway](http://www.hemingwayapp.com).
50
+
Bitcoin is a global currency. Not everyone using this guide is a native English speaker. Make sure you are writing in plain, easy to follow English. If you're still unsure, try using a readability tool to analyze your text and make recommendations. We like [Hemingway](https://www.hemingwayapp.com).
Copy file name to clipboardExpand all lines: guide/contribute/illustration-guidelines.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -154,7 +154,7 @@ Create and specify differently laid out images for desktop and mobile as needed.
154
154
155
155
## File size optimization
156
156
157
-
Use PNG for images with mostly flat colors and JPG for more photographic images. Optimize your images before committing them. The easiest way is by using a tool like [ImageOptim]http://imageoptim.com). After compression, ensure that the quality is still acceptable. Heavily textured images are sometimes heavily compressed, resulting in visible compression crystals, blurry lines and other visual artefacts.
157
+
Use PNG for images with mostly flat colors and JPG for more photographic images. Optimize your images before committing them. The easiest way is by using a tool like [ImageOptim]https://imageoptim.com). After compression, ensure that the quality is still acceptable. Heavily textured images are sometimes heavily compressed, resulting in visible compression crystals, blurry lines and other visual artefacts.
Copy file name to clipboardExpand all lines: guide/designing-products/accessibility.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -132,7 +132,7 @@ This includes hearing difficulties such as being completely or partly deaf, affe
132
132
133
133
#### Literacy
134
134
135
-
Illiteracy is a person's inability to read, write, or understand a simple statement that is related to their everyday life. There are over 700 million illiterate adults worldwide, and more than half of them are women ([source](http://uis.unesco.org/en/topic/literacy)).
135
+
Illiteracy is a person's inability to read, write, or understand a simple statement that is related to their everyday life. There are over 700 million illiterate adults worldwide, and more than half of them are women ([source](https://uis.unesco.org/en/topic/literacy)).
Copy file name to clipboardExpand all lines: guide/designing-products/interoperability.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -191,7 +191,7 @@ Although every application will have its own unique interface, there are certain
191
191
192
192
Connecting to the bitcoin or lightning network should be as trust-minimized and privacy preserving as possible. While it is convenient when applications provide their own node connection, it is beneficial to allow users to connect to a trusted node or their own self-hosted bitcoin or lightning node.
193
193
194
-
Having the option to choose how that data is queried, say using [Neutrino over SPV]({{ '/guide/glossary/node/#light-nodes' | relative_url }}), should also be an option. This results in better network [decentralization]({{ '/guide/getting-started/principles/#decentralization' | relative_url }}), and has privacy and [security]({{ '/guide/getting-started/principles/#security' | relative_url }}) benefits for users.
194
+
Having the option to choose how that data is queried, say using [Neutrino over SPV]({{ '/guide/how-it-works/nodes/#light-nodes' | relative_url }}), should also be an option. This results in better network [decentralization]({{ '/guide/getting-started/principles/#decentralization' | relative_url }}), and has privacy and [security]({{ '/guide/getting-started/principles/#security' | relative_url }}) benefits for users.
195
195
196
196
If your application uses the lightning network, users should be running their own lightning node. However, there are certain aspects of a lightning node that can be outsourced, such as creating inbound liquidity from an LSP or constructing payment paths.
Copy file name to clipboardExpand all lines: guide/designing-products/user-personas.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -247,7 +247,7 @@ Patrícia Estevão developed several personas of bitcoin users based on 1-1 inte
247
247
248
248
## Coinbits personas
249
249
250
-
The [Coinbits](https://coinbits.app) team created several US-focused personas as part of a [Summer of Bitcoin](http://summerofbitcoin.org) project. Find out more about it [here](https://coinbits.app/bitcoin-personas).
250
+
The [Coinbits](https://coinbits.app) team created several US-focused personas as part of a [Summer of Bitcoin](https://summerofbitcoin.org) project. Find out more about it [here](https://coinbits.app/bitcoin-personas).
251
251
252
252
{% include image-gallery.html pages = page.images_coinbits_personas %}
alt-text = "Examples of several types of bitcoin software"
31
31
caption = 'Texture by [Bilal O.](https://unsplash.com/@lightcircle){:target="_blank" rel="nofollow"} on [Unsplash](https://unsplash.com){:target="_blank" rel="nofollow"}.'
Copy file name to clipboardExpand all lines: guide/getting-started/visual-language.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ Since bitcoin answers to no central authority, there is no single symbol or logo
54
54
layout = "float-left"
55
55
%}
56
56
57
-
Satoshi Nakamoto created this lettered golden coin for the original Bitcoin client, [released on January 9, 2009](https://web.archive.org/web/20140326174921/http://www.mail-archive.com/[email protected]/msg10142.html).
57
+
Satoshi Nakamoto created this lettered golden coin for the original Bitcoin client, [released on January 9, 2009](https://web.archive.org/web/20140326174921/https://www.mail-archive.com/[email protected]/msg10142.html).
58
58
59
59
</div>
60
60
@@ -135,7 +135,7 @@ On November 1, 2010, a user named bitboy proposed a new icon and set of promotio
135
135
layout = "float-left"
136
136
%}
137
137
138
-
The Unicode symbol for bitcoin (₿) was introduced in [Unicode 10.0.0](http://www.unicode.org/versions/Unicode10.0.0/) on June 20, 2017. This important step established bitcoin as a currency symbol alongside the US Dollar ($), Euro (€), and others. As of mid-2021, few fonts support the symbol.
138
+
The Unicode symbol for bitcoin (₿) was introduced in [Unicode 10.0.0](https://www.unicode.org/versions/Unicode10.0.0/) on June 20, 2017. This important step established bitcoin as a currency symbol alongside the US Dollar ($), Euro (€), and others. As of mid-2021, few fonts support the symbol.
139
139
140
140
</div>
141
141
@@ -151,7 +151,7 @@ There is currently not an agreed-upon symbol to represent the satoshi (or if the
alt-text = "Sequence of images showing proposals for satoshi symbols"
154
-
caption = "References from top left to bottom right, unknown author, <ahref='http://satbase.org/'target='_blank'>2</a>, <ahref='https://www.reddit.com/r/Bitcoin/comments/ku9nl8/design_proposal_for_the_satoshi_symbol/'target='_blank'>3</a>, <ahref='https://twitter.com/PLK5280/status/1326347333219606528'target='_blank'>4</a>, <ahref='https://www.reddit.com/r/Bitcoin/comments/ku9nl8/design_proposal_for_the_satoshi_symbol/'target='_blank'>5</a>, Jeremiah, Alexa, <ahref='https://satsymbol.com/'target='_blank'>8</a>, <ahref='https://twitter.com/BitkoYinowsky'target='_blank'>9</a>, <ahref='https://twitter.com/sbtlaln/status/1361368643238567951'target='_blank'>10</a>, <ahref='https://www.reddit.com/r/Bitcoin/comments/k0e98n/my_proposal_for_the_satish_symbol_still_looks/'target='_blank'>11</a>, and <ahref='https://www.reddit.com/r/Bitcoin/comments/ku9nl8/design_proposal_for_the_satoshi_symbol/'target='_blank'>12</a>."
154
+
caption = "References from top left to bottom right, unknown author, <ahref='https://satbase.org/'target='_blank'>2</a>, <ahref='https://www.reddit.com/r/Bitcoin/comments/ku9nl8/design_proposal_for_the_satoshi_symbol/'target='_blank'>3</a>, <ahref='https://twitter.com/PLK5280/status/1326347333219606528'target='_blank'>4</a>, <ahref='https://www.reddit.com/r/Bitcoin/comments/ku9nl8/design_proposal_for_the_satoshi_symbol/'target='_blank'>5</a>, Jeremiah, Alexa, <ahref='https://satsymbol.com/'target='_blank'>8</a>, <ahref='https://twitter.com/BitkoYinowsky'target='_blank'>9</a>, <ahref='https://twitter.com/sbtlaln/status/1361368643238567951'target='_blank'>10</a>, <ahref='https://www.reddit.com/r/Bitcoin/comments/k0e98n/my_proposal_for_the_satish_symbol_still_looks/'target='_blank'>11</a>, and <ahref='https://www.reddit.com/r/Bitcoin/comments/ku9nl8/design_proposal_for_the_satoshi_symbol/'target='_blank'>12</a>."
155
155
width = 800
156
156
height = 570
157
157
%}
@@ -172,7 +172,7 @@ From moon Lambos to the price rollercoaster, there’s a meme for practically ev
caption = "References from top left to bottom right, <ahref='http://www.brainlesstales.com/bitcoin-roller-coaster'target='_blank'>1</a>, <ahref='https://www.reddit.com/r/Bitcoin/comments/1gagle/lol_new_bitcoin_billboard_in_san_jose_honey_badger/'target='_blank'>2</a>, <ahref='https://ryantdesign.com/bitcoin-art'target='_blank'>3</a>, <ahref='https://medium.com/@paulbars/magic-internet-money-how-a-reddit-ad-made-bitcoin-hit-1000-and-inspired-south-parks-art-b414ec7a5598'target='_blank'>4</a>, unknown author, unknown author."
175
+
caption = "References from top left to bottom right, <ahref='https://www.brainlesstales.com/bitcoin-roller-coaster'target='_blank'>1</a>, <ahref='https://www.reddit.com/r/Bitcoin/comments/1gagle/lol_new_bitcoin_billboard_in_san_jose_honey_badger/'target='_blank'>2</a>, <ahref='https://ryantdesign.com/bitcoin-art'target='_blank'>3</a>, <ahref='https://medium.com/@paulbars/magic-internet-money-how-a-reddit-ad-made-bitcoin-hit-1000-and-inspired-south-parks-art-b414ec7a5598'target='_blank'>4</a>, unknown author, unknown author."
176
176
width = 800
177
177
height = 421
178
178
%}
@@ -206,7 +206,7 @@ Magazines, blogs, and other publications often hire professional illustrators to
alt-text = "Examples of professional illustrations involving bitcoin"
209
-
caption = "References from top left to bottom right, <ahref='https://www.behance.net/gallery/66922301/Cryptoshop_Spot'target='_blank'>1</a>, <ahref='https://www.behance.net/gallery/16903103/INSIDE-THE-WILD-WORLD-OF-BITCOIN'target='_blank'>2</a>, <ahref='https://www.behance.net/gallery/25226745/Bitcoin-Illustration-for-an-internal-corporale-mag'target='_blank'>3</a>, <ahref='https://www.behance.net/gallery/55850063/Waiting-for-Bitcoin'target='_blank'>4</a>, <ahref='https://www.behance.net/gallery/56839949/The-Bitcoin-Knight'target='_blank'>5</a>, <ahref='https://www.behance.net/gallery/58381785/Cryptocurrency'target='_blank'>6</a>, <ahref='https://www.behance.net/gallery/59591697/Miss-Currency'target='_blank'>7</a>, <ahref='https://www.behance.net/gallery/59920255/WIRED-Backchannel-The-Future-of-Bitcoin'target='_blank'>8</a>, <ahref='https://mercuryo.io'target='_blank'>9</a>, <ahref=''target='_blank'>10</a>, <ahref='https://cash.app/bitcoin'target='_blank'>11</a>."
209
+
caption = "References from top left to bottom right, <ahref='https://www.behance.net/gallery/66922301/Cryptoshop_Spot'target='_blank'>1</a>, <ahref='https://www.behance.net/gallery/16903103/INSIDE-THE-WILD-WORLD-OF-BITCOIN'target='_blank'>2</a>, <ahref='https://www.behance.net/gallery/25226745/Bitcoin-Illustration-for-an-internal-corporale-mag'target='_blank'>3</a>, <ahref='https://www.behance.net/gallery/55850063/Waiting-for-Bitcoin'target='_blank'>4</a>, <ahref='https://www.behance.net/gallery/56839949/The-Bitcoin-Knight'target='_blank'>5</a>, <ahref='https://www.behance.net/gallery/58381785/Cryptocurrency'target='_blank'>6</a>, <ahref='https://www.behance.net/gallery/59591697/Miss-Currency'target='_blank'>7</a>, <ahref='https://www.behance.net/gallery/59920255/WIRED-Backchannel-The-Future-of-Bitcoin'target='_blank'>8</a>, <ahref='https://mercuryo.io'target='_blank'>9</a>, <ahref='https://cash.app/bitcoin'target='_blank'>11</a>."
0 commit comments