Skip to content

Commit 5a99b97

Browse files
authored
Update selectors (#141)
2 parents 7c1f9c0 + 4c48714 commit 5a99b97

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

content/_index.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ A **declaration** also contains some metadata on the **service** on which the **
6060
> "documents": {
6161
> "Privacy Policy": {
6262
> "fetch": "https://opentermsarchive.org/en/privacy-policy",
63-
> "select": ".TextContent_textContent__ToW2S"
63+
> "select": ".textcontent"
6464
> }
6565
> }
6666
> }

content/terms/how-to-add-terms-using-with-the-graphical-contribution-interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: "How to add terms with the graphical contribution interface"
88

99
Learn how add terms with the graphical contribution interface in this 6 minutes video.
1010

11-
{{< video src="https://cloud.opentermsarchive.org/index.php/s/GYBJkDyiELoET59/download/how-to-add-terms-using-the-contribution-tool.mp4#t=0.1" >}}
11+
{{< video src="https://cloud.opentermsarchive.org/index.php/s/Me7CKmC2RPSK3mT/download/how-to-add-terms-using-the-contribution-tool.mp4#t=0.1" >}}
1212

1313
## Manual
1414

content/terms/how-to-navigate-history.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ aliases: /navigate-history/
1010

1111
Learn how to navigate through versions history in this 4 minutes video, or scroll below for the textual version.
1212

13-
{{< 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" >}}
13+
{{< 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" >}}
1414

1515
## Manual
1616

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"build": "hugo --minify",
1717
"test": "npm run lint:markdown && npm run lint:css && npm run lint:js && npm run test:links",
1818
"pretest:links": "npm run build",
19-
"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",
19+
"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",
2020
"lint:markdown": "markdownlint *.md content/**/*.md",
2121
"lint:css": "stylelint \"themes/opentermsarchive/assets/css/*.css\"",
2222
"lint:js": "eslint themes/opentermsarchive/assets/js/",

0 commit comments

Comments
 (0)