Fixed https links

This commit is contained in:
gr0kchain
2022-06-17 11:45:33 +02:00
parent 923b38579c
commit 54eab75f49
3 changed files with 3 additions and 3 deletions

View File

@@ -124,7 +124,7 @@
<p>A common convention in the Bitcoin web application ecosystem is for key management software (“wallets”) to expose their API via a JavaScript object in the web page. This object is called the common web wallet interface.</p>
<p>Historically, Provider implementations have exhibited conflicting interfaces and behaviors between wallets. This working group formalizes an Bitcoin extension API to promote wallet interoperability. The API is designed to be minimal, event-driven, and agnostic of transport and RPC protocols. Its functionality is easily extended by defining new RPC methods and message event types.</p>
<p>Historically, providers have been made available as <code>window.bitcoin</code> or <code>window.webln</code> in web browsers, but this convention is not part of the specification.</p>
<p>A list of current work in progress can be tracked from the <a href="https://github.com/BitcoinAndLightningLayerSpecs/WebBTC/issues">issues</a> tab in the <a href="https://github.com/BitcoinAndLightningLayerSpecs/WebBTC/issues">playground repository</a>, which includes a functional spec demonstration. A hosted instance of the demo can be found <a href="hhttps://bitcoinandlightninglayerspecs.github.io/">here</a> together with the accompanying <a href="hhttps://bitcoinandlightninglayerspecs.github.io/docs">specification documentation</a>.</p>
<p>A list of current work in progress can be tracked from the <a href="https://github.com/BitcoinAndLightningLayerSpecs/WebBTC/issues">issues</a> tab in the <a href="https://github.com/BitcoinAndLightningLayerSpecs/WebBTC/issues">playground repository</a>, which includes a functional spec demonstration. A hosted instance of the demo can be found <a href="https://bitcoinandlightninglayerspecs.github.io/">here</a> together with the accompanying <a href="https://bitcoinandlightninglayerspecs.github.io/docs">specification documentation</a>.</p>
</div>
</div><footer>
@@ -172,5 +172,5 @@
<!--
MkDocs version : 1.3.0
Build Date UTC : 2022-06-17 09:34:58.075236+00:00
Build Date UTC : 2022-06-17 09:43:48.072202+00:00
-->

View File

@@ -122,7 +122,7 @@
<h1 id="references">References</h1>
<ul>
<li><a href="hhttps://bitcoinandlightninglayerspecs.github.io">Spec Demo</a></li>
<li><a href="https://bitcoinandlightninglayerspecs.github.io">Spec Demo</a></li>
<li><a href="https://wallet.synonym.to">Onchain Wallet Documentation</a></li>
<li><a href="https://webln.twentyuno.net/">A WebLN playground</a></li>
<li><a href="https://webln.dev/">WebLN Documentation</a></li>

Binary file not shown.