Skip to content
Snippets Groups Projects
Unverified Commit aa9f7fe2 authored by Pierre-Yves Bigourdan's avatar Pierre-Yves Bigourdan Committed by GitHub
Browse files

Make W3C and Youtube documentation links clickable (#7721)

parent ccd23f9b
No related branches found
No related tags found
No related merge requests found
...@@ -99,7 +99,8 @@ const documentation = ` ...@@ -99,7 +99,8 @@ const documentation = `
</ul> </ul>
</p> </p>
<p> <p>
This badge relies on the https://validator.nu/ service to perform the validation. Please refer to https://about.validator.nu/ for the full documentation and Terms of service. This badge relies on the <a target="_blank" href="https://validator.nu/">https://validator.nu/</a> service to perform the validation.
Please refer to <a target="_blank" href="https://about.validator.nu/">https://about.validator.nu/</a> for the full documentation and Terms of service.
The following are required from the consumer for the badge to function. The following are required from the consumer for the badge to function.
<ul class="note"> <ul class="note">
......
...@@ -5,7 +5,7 @@ import { nonNegativeInteger } from '../validators.js' ...@@ -5,7 +5,7 @@ import { nonNegativeInteger } from '../validators.js'
const documentation = ` const documentation = `
<p>By using the YouTube badges provided by Shields.io, you are agreeing to be bound by the YouTube Terms of Service. These can be found here: <p>By using the YouTube badges provided by Shields.io, you are agreeing to be bound by the YouTube Terms of Service. These can be found here:
<code>https://www.youtube.com/t/terms</code></p>` <a target="_blank" href="https://www.youtube.com/t/terms">https://www.youtube.com/t/terms</a></p>`
const schema = Joi.object({ const schema = Joi.object({
pageInfo: Joi.object({ pageInfo: Joi.object({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment