Skip to content

Commit

Permalink
.jp -> .com
Browse files Browse the repository at this point in the history
  • Loading branch information
shimbaco committed Apr 10, 2024
1 parent eedbc40 commit 34a919b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/components/deprecated/footers/main_footer_component.rb
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def service_urls
[view_context.userland_path, t("noun.annict_userland")],
[view_context.forum_path, t("noun.annict_forum")],
[view_context.db_root_path, t("noun.annict_db")],
["https://developers.annict.jp", t("noun.annict_developers")],
["https://developers.annict.com", t("noun.annict_developers")],
[view_context.supporters_path, t("noun.annict_supporters")]
]
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def render
end

h.tag :li do
h.tag :a, href: "https://developers.annict.jp", class: "d-flex justify-content-between py-2", rel: "noopener", target: "_blank" do
h.tag :a, href: "https://developers.annict.com", class: "d-flex justify-content-between py-2", rel: "noopener", target: "_blank" do
h.tag :div, class: "c-main-sidebar__icon me-1 text-center text-muted" do
h.tag :i, class: "far fa-code"
end
Expand Down
2 changes: 1 addition & 1 deletion app/docs/terms.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@

## 第14条 (利用者情報の取扱い)

1. 運営者による登録ユーザの利用者情報の取扱いについては、別途プライバシーポリシー (<a href="https://annict.jp/privacy">https://annict.jp/privacy</a>) の定めによるものとし、登録ユーザはこのプライバシーポリシーに従って運営者がユーザの利用者情報を取扱うことについて同意するものとします。
1. 運営者による登録ユーザの利用者情報の取扱いについては、別途プライバシーポリシー (<a href="https://annict.com/privacy">https://annict.com/privacy</a>) の定めによるものとし、登録ユーザはこのプライバシーポリシーに従って運営者がユーザの利用者情報を取扱うことについて同意するものとします。

2. 運営者は、登録ユーザが運営者に提供した情報、データ等を、個人を特定できない形での統計的な情報として、運営者の裁量で、利用及び公開することができるものとし、ユーザはこれに異議を唱えないものとします。

Expand Down
2 changes: 1 addition & 1 deletion config/locales/messages.ja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ ja:
see_records: 記録を見る
tracked: 記録しました
userland:
description_html: "Userlandは、Annictを便利に使うために有志によって作られたアプリケーションなどが探せる場です。<a href='https://developers.annict.jp' target='_blank'>Annict API</a>を使用して何か作った方は、「新規プロジェクト」から登録頂けるとありがたいです。"
description_html: "Userlandは、Annictを便利に使うために有志によって作られたアプリケーションなどが探せる場です。<a href='https://developers.annict.com' target='_blank'>Annict API</a>を使用して何か作った方は、「新規プロジェクト」から登録頂けるとありがたいです。"
description_mobile_html: 'Userlandは、Annictを便利に使うために有志によって作られたアプリケーションなどが探せる場です。'
projects:
about_available: このプロジェクトが公開されていて、他の人が利用できるときチェックしてください。
Expand Down

0 comments on commit 34a919b

Please sign in to comment.