Skip to content

Commit 6e25155

Browse files
Merge pull request #584 from appwrite/chore-update-urls
Chore update urls
2 parents 2f47e4e + f0dab40 commit 6e25155

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

src/lib/layout/footer.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
</div>
2626
</li>
2727
<li class="inline-links-item">
28-
<a href="https://appwrite.io/policy/terms" target="_blank" rel="noreferrer">
28+
<a href="https://appwrite.io/terms" target="_blank" rel="noreferrer">
2929
<span class="text">Terms</span>
3030
</a>
3131
</li>
3232
<li class="inline-links-item">
33-
<a href="https://appwrite.io/policy/privacy" target="_blank" rel="noreferrer">
33+
<a href="https://appwrite.io/privacy" target="_blank" rel="noreferrer">
3434
<span class="text">Privacy</span>
3535
</a>
3636
</li>

src/routes/invite/+page.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@
7272
showLabel={false}>
7373
By accepting the invitation, you agree to the <a
7474
class="link"
75-
href="https://appwrite.io/policy/terms"
75+
href="https://appwrite.io/terms"
7676
target="_blank"
7777
rel="noopener noreferrer">Terms and Conditions</a>
7878
and
7979
<a
8080
class="link"
81-
href="https://appwrite.io/policy/privacy"
81+
href="https://appwrite.io/privacy"
8282
target="_blank"
8383
rel="noopener noreferrer">
8484
Privacy Policy</a

src/routes/register/+page.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,14 @@
8282
<InputChoice required value={terms} id="terms" label="terms" showLabel={false}>
8383
By registering, you agree that you have read, understand, and acknowledge our <a
8484
class="link"
85-
href="https://appwrite.io/policy/privacy"
85+
href="https://appwrite.io/privacy"
8686
target="_blank"
8787
rel="noopener noreferrer">
8888
Privacy Policy</a>
8989
and accept our
9090
<a
9191
class="link"
92-
href="https://appwrite.io/policy/terms"
92+
href="https://appwrite.io/terms"
9393
target="_blank"
9494
rel="noopener noreferrer">General Terms of Use</a
9595
>.</InputChoice>

src/routes/register/invite/[slug]/+page.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,14 +124,14 @@
124124
<InputChoice required value={terms} id="terms" label="terms" showLabel={false}>
125125
By registering, you agree that you have read, understand, and acknowledge our <a
126126
class="link"
127-
href="https://appwrite.io/policy/privacy"
127+
href="https://appwrite.io/privacy"
128128
target="_blank"
129129
rel="noopener noreferrer">
130130
Privacy Policy</a>
131131
and accept our
132132
<a
133133
class="link"
134-
href="https://appwrite.io/policy/terms"
134+
href="https://appwrite.io/terms"
135135
target="_blank"
136136
rel="noopener noreferrer">General Terms of Use</a
137137
>.</InputChoice>

0 commit comments

Comments
 (0)