lbry.com switch

This commit is contained in:
Alex Grintsvayg 2019-03-18 14:29:09 -04:00
parent 4812770834
commit 832c502cf5
No known key found for this signature in database
GPG key ID: AEB3F089F86A22B5
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ export default state => {
</frame-viewer>
<script>
const specDomain = "https://spec.lbry.io";
const specDomain = "https://spec.lbry.com";
const spec = document.getElementById("spec");
spec.src = specDomain + window.location.hash;

View file

@ -18,4 +18,4 @@ proof = sha256(sha256(left + right)) # concatenate the two halves, and double-s
### Block Targeting & Difficulty Adjustment
The targeted time of each Lbry block is 2.5 mintues (150 seconds). More information and links to source code [here](https://spec.lbry.io/#consensus).
The targeted time of each Lbry block is 2.5 mintues (150 seconds). More information and links to source code [here](https://lbry.tech/spec#consensus).