I was browsing ToS;DR earlier and noticed the links to OwnCube's ToS and
Privacy Policy were broken. The new URLs are
https://owncube.com/terms-en.php (terms) and
https://owncube.com/privacy-en.php (privacy.) I've attached a git patch
for the tosdr-build repository that will fix this.
Cheers!
--
tosdr.org | twitter.com/tosdr | github.com/tosdr
---
You received this message because you are subscribed to the Google Groups "Terms of Service; Didn't Read" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tosdr.
For more options, visit https://groups.google.com/d/optout.
From: Matthew East <[email protected]>
Date: Tue, 30 Sep 2014 14:22:50 -0500
Subject: [PATCH] Fix broken OwnCube links
---
index/services.json | 4 ++--
src/services/owncube.json | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/index/services.json b/index/services.json
index 1fa3a28..da8ec64 100644
--- a/index/services.json
+++ b/index/services.json
@@ -674,11 +674,11 @@
"links": {
"privacy": {
"name": "Privacy",
- "url": "https://owncube.com/privacy.php"
+ "url": "https://owncube.com/privacy-en.php"
},
"terms": {
"name": "Terms",
- "url": "https://owncube.com/terms.php"
+ "url": "https://owncube.com/terms-en.php"
}
},
"points": [
diff --git a/src/services/owncube.json b/src/services/owncube.json
index 0925f99..d63246c 100644
--- a/src/services/owncube.json
+++ b/src/services/owncube.json
@@ -7,12 +7,12 @@
"tosback2": {
"privacy": {
"name": "Privacy",
- "url": "https://owncube.com/privacy.php"
+ "url": "https://owncube.com/privacy-en.php"
},
"sitename": "owncube.com",
"terms": {
"name": "Terms",
- "url": "https://owncube.com/terms.php"
+ "url": "https://owncube.com/terms-en.php"
}
},
"tosdr": {
--
1.9.1