faq: standardize video hyperlinks

This commit is contained in:
Elliot Wirrick 2021-02-23 02:26:14 -05:00
parent f4d135a6fc
commit 8510510409
2 changed files with 3 additions and 2 deletions

View file

@ -457,9 +457,10 @@ faq:
avideos: > 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: 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_intro: Introduction to Monero
video_essentials: "Monero: The Essentials" video_essentials: The Essentials
video_sa: Stealth Addresses video_sa: Stealth Addresses
video_ringsig: Ring Signatures video_ringsig: Ring Signatures
video_ringct: Ring Confidential Transactions
mvideos: "More info on the Moneropedia entry:" mvideos: "More info on the Moneropedia entry:"
aavailable: also available in aavailable: also available in
and: and 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-%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-%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-%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> </ol>
</div> </div>
</div> </div>