Skip to content

Commit 9b32058

Browse files
committed
docs: update policy url
1 parent 77f2ecd commit 9b32058

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

demo/readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
- 🎬 Full Demo Video: https://drive.google.com/file/d/1g-YLlTfXdSvUA1C79lzFqlk9C8BNmuJD/view?usp=sharing
44

5-
- Latest product updates: https://www.paperdebugger.com/
6-
- Privacy overview: https://www.paperdebugger.com/privacy/
7-
- Terms of service: https://www.paperdebugger.com/terms/
5+
- Latest product updates: https://www.paperdebugger.com/blog/
6+
- Privacy overview: https://www.paperdebugger.com/blog/privacy/
7+
- Terms of service: https://www.paperdebugger.com/blog/terms/
88
- Chrome Web Store reviews: https://chromewebstore.google.com/detail/paperdebugger/dfkedikhakpapbfcnbpmfhpklndgiaog/reviews
99

1010
## Videos

webapp/_webapp/src/views/login/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export const Login = () => {
6060
<div className="text-xs text-gray-500 mt-4 text-center max-w-xs">
6161
By login-in, you agree to PaperDebugger's <br />
6262
<a
63-
href="https://www.paperdebugger.com/terms/"
63+
href="https://www.paperdebugger.com/blog/terms/"
6464
target="_blank"
6565
rel="noopener noreferrer"
6666
className="text-primary-600 underline"
@@ -69,7 +69,7 @@ export const Login = () => {
6969
</a>{" "}
7070
and its{" "}
7171
<a
72-
href="https://www.paperdebugger.com/privacy"
72+
href="https://www.paperdebugger.com/blog/privacy/"
7373
target="_blank"
7474
rel="noopener noreferrer"
7575
className="text-primary-600 underline"

webapp/_webapp/src/views/settings/sections/footer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,12 @@ export const SettingsFooter = () => {
106106
Website
107107
</a>
108108
<div>|</div>
109-
<a href="https://www.paperdebugger.com/terms/" target="_blank" className="hover:text-primary-600 text-gray-500">
109+
<a href="https://www.paperdebugger.com/blog/terms/" target="_blank" className="hover:text-primary-600 text-gray-500">
110110
Terms of Service
111111
</a>
112112
<div>|</div>
113113
<a
114-
href="https://www.paperdebugger.com/privacy/"
114+
href="https://www.paperdebugger.com/blog/privacy/"
115115
target="_blank"
116116
className="hover:text-primary-600 text-gray-500"
117117
>

0 commit comments

Comments
 (0)