diff --git a/content/_index.en.md b/content/_index.en.md index 66146926..5b96e270 100644 --- a/content/_index.en.md +++ b/content/_index.en.md @@ -60,7 +60,7 @@ A **declaration** also contains some metadata on the **service** on which the ** > "documents": { > "Privacy Policy": { > "fetch": "https://opentermsarchive.org/en/privacy-policy", -> "select": ".TextContent_textContent__ToW2S" +> "select": ".textcontent" > } > } > } diff --git a/content/terms/how-to-add-terms-using-with-the-graphical-contribution-interface.md b/content/terms/how-to-add-terms-using-with-the-graphical-contribution-interface.md index 2dbb56a6..aca6e5c8 100644 --- a/content/terms/how-to-add-terms-using-with-the-graphical-contribution-interface.md +++ b/content/terms/how-to-add-terms-using-with-the-graphical-contribution-interface.md @@ -8,7 +8,7 @@ title: "How to add terms with the graphical contribution interface" Learn how add terms with the graphical contribution interface in this 6 minutes video. -{{< video src="https://cloud.opentermsarchive.org/index.php/s/GYBJkDyiELoET59/download/how-to-add-terms-using-the-contribution-tool.mp4#t=0.1" >}} +{{< video src="https://cloud.opentermsarchive.org/index.php/s/Me7CKmC2RPSK3mT/download/how-to-add-terms-using-the-contribution-tool.mp4#t=0.1" >}} ## Manual diff --git a/content/terms/how-to-navigate-history.md b/content/terms/how-to-navigate-history.md index c22c3ef0..0a0fb1d8 100644 --- a/content/terms/how-to-navigate-history.md +++ b/content/terms/how-to-navigate-history.md @@ -10,7 +10,7 @@ aliases: /navigate-history/ Learn how to navigate through versions history in this 4 minutes video, or scroll below for the textual version. -{{< video src="https://cloud.opentermsarchive.org/index.php/s/62tKp78si6jtfK7/download/how-to-navigate-through-versions-history-in-open-terms-archive.mp4#t=0.1" >}} +{{< video src="https://cloud.opentermsarchive.org/index.php/s/pNKcom6k4cETAcx/download/how-to-navigate-through-versions-history-in-open-terms-archive.mp4#t=0.1" >}} ## Manual diff --git a/package.json b/package.json index bca94e76..a7c28929 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "build": "hugo --minify", "test": "npm run lint:markdown && npm run lint:css && npm run lint:js && npm run test:links", "pretest:links": "npm run build", - "test:links": "linkinator ./public --recurse --skip '^https?://(www.linkedin.com|twitter.com|localhost:3000/api/|stackoverflow.com|github.com/organizations/OpenTermsArchive/settings/personal-access-token-requests|joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12|openai.com|github.com)' --verbosity error", + "test:links": "linkinator ./public --recurse --skip '^https?://(www.linkedin.com|twitter.com|localhost:3000/api/|stackoverflow.com|github.com/organizations/OpenTermsArchive/settings/personal-access-token-requests|joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12|openai.com|github.com|www.nytimes.com)' --verbosity error", "lint:markdown": "markdownlint *.md content/**/*.md", "lint:css": "stylelint \"themes/opentermsarchive/assets/css/*.css\"", "lint:js": "eslint themes/opentermsarchive/assets/js/",