Skip to content

Commit 89a9318

Browse files
committed
chore(passport): change drycc.cc to www.drycc.cc
1 parent e8bb234 commit 89a9318

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ If you'd like to participate in development, please read the "Development" secti
1212

1313
# About
1414

15-
The Passport is the Oauth2.0 API server for [Drycc Workflow](https://drycc.cc).
15+
The Passport is the Oauth2.0 API server for [Drycc Workflow](https://www.drycc.cc).
1616

rootfs/api/templates/base/footer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<footer class="logo-sfdc">
22
<ul class="legal">
33
{% if LEGAL_ENABLED %}
4-
<li><a href="https://drycc.cc" rel="nofollow">Drycc Documents</a></li>
4+
<li><a href="https://www.drycc.cc" rel="nofollow">Drycc Documents</a></li>
55
<li><a href="https://legal.doopai.com/#/cloud-services-terms" rel="nofollow">Terms of Service</a></li>
66
<li><a href="https://legal.doopai.com/#/doopai-privacy-policy" rel="nofollow">Privacy</a></li>
77
<li><a href="https://legal.doopai.com/#/doopai-cookie-policy" rel="nofollow">Cookies</a></li>
88
<li>© {% now 'Y' %} drycc.com</li>
99
{% else %}
10-
<li><a href="https://drycc.cc" rel="nofollow">Drycc Documents</a></li>
10+
<li><a href="https://www.drycc.cc" rel="nofollow">Drycc Documents</a></li>
1111
<li><a href="https://github.com/drycc" rel="nofollow">Open Source</a></li>
1212
<li><a href="https://drycc.slack.com/" rel="nofollow">Community</a></li>
1313
<li><a href="https://github.com/drycc/workflow/issues" rel="nofollow">Support</a></li>

rootfs/web/src/components/MainFooter.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<a class="hk-link no-underline gray" href="https://drycc.slack.com/">Community</a>
1515
</li>
1616
<li class="">
17-
<a class="hk-link no-underline gray" href="https://drycc.cc/">Documentation</a>
17+
<a class="hk-link no-underline gray" href="https://www.drycc.cc/">Documentation</a>
1818
</li>
1919
</ul>
2020

@@ -52,7 +52,7 @@
5252
<a class="hk-link no-underline gray" href="https://drycc.slack.com/">Community</a>
5353
</li>
5454
<li class="">
55-
<a class="hk-link no-underline gray" href="https://drycc.cc/">Documentation</a>
55+
<a class="hk-link no-underline gray" href="https://www.drycc.cc/">Documentation</a>
5656
</li>
5757
</ul>
5858

0 commit comments

Comments
 (0)