Fix internal links on Lightwallet Nodes, update Zaino version - #1993
Open
AngryDavee wants to merge 1 commit into
Open
Fix internal links on Lightwallet Nodes, update Zaino version#1993AngryDavee wants to merge 1 commit into
AngryDavee wants to merge 1 commit into
Conversation
The two internal links used /site/Zcash_Tech/... paths, which render an empty page. The site's own navigation uses /zcash-tech/..., so they now match that. Also bumps the Zaino version to 0.8.0, released since the page was written, and notes that Zebra is the live option now that zcashd has reached end of life.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Three small corrections to the Lightwallet Nodes page, following #1943.
The two internal links on that page use /site/Zcash_Tech/... paths. Those resolve, but they render an empty page with no article body. The site's own navigation links to /zcash-tech/zaino and /zcash-tech/zebra-full-node, so they now match that. My mistake in the original PR: I checked that the target files existed in the repo, but not that the URL format was the one the site actually uses.
Also bumps Zaino from 0.7.0 to 0.8.0, which was released on 19 August, and adds a clause noting that Zebra is the live option now, since the quoted Zaino README line mentions "either a Zebra or Zcashd full validator" and zcashd nodes no longer run.