Merge pull request #1476

FAQ: Standardize video hyperlinks
This commit is contained in:
luigi1111 2021-03-15 17:31:53 -04:00 committed by GitHub
commit 0947ce79cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -459,9 +459,10 @@ faq:
avideos: >
During the years the community has created a vast amount of informative content like articles and videos. Most of these videos are publicly available on platforms like YouTube. On this website we host a few videos that explain the fundamentals of Monero. To optimize their effectiveness, they should be viewed in sequence:
video_intro: Introduction to Monero
video_essentials: "Monero: The Essentials"
video_essentials: The Essentials
video_sa: Stealth Addresses
video_ringsig: Ring Signatures
video_ringct: Ring Confidential Transactions
mvideos: "More info on the Moneropedia entry:"
aavailable: also available in
and: and

View file

@ -187,7 +187,7 @@ permalink: /get-started/faq/index.html
<li><a href="{{ site.baseurl_root }}/media/Monero%20-%20The%20Essentials.m4v">{% t faq.video_essentials %}</a></li>
<li><a href="{{ site.baseurl_root }}/media/Monero%20-%20Stealth%20Addresses.m4v">{% t faq.video_sa %}</a> - {% t faq.mvideos %} @stealth-addresses</li>
<li><a href="{{ site.baseurl_root }}/media/Monero%20-%20Ring%20Signatures.m4v">{% t faq.video_ringsig %}</a> - {% t faq.mvideos %} @ring-signatures</li>
<li><a href="{{ site.baseurl_root }}/media/Monero%20-%20RingCT.m4v">RingCT</a> - {% t faq.mvideos %} @ring-ct</li>
<li><a href="{{ site.baseurl_root }}/media/Monero%20-%20RingCT.m4v">{% t faq.video_ringct %}</a> - {% t faq.mvideos %} @ring-ct</li>
</ol>
</div>
</div>