Skip to content

Commit 1679fb2

Browse files
committed
ヘルプページへのリンクをWikinoに置き換える
1 parent a925aec commit 1679fb2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.env.development

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
DATABASE_URL=postgresql://postgres@postgresql:5432/mewst_development
22

3-
MEWST_COMMUNITY_URL=https://github.com/mewstcom/mewst/blob/main/docs/community.md
3+
MEWST_COMMUNITY_URL=https://wikino.app/s/mewst/pages/54
44
MEWST_EMAIL_DOMAIN=mewst.com
55
MEWST_HOST=localhost
66
MEWST_ORIGIN_PORT=3000
77
MEWST_PORT=3300
8-
MEWST_PRIVACY_URL=https://github.com/mewstcom/mewst/blob/main/docs/privacy.md
8+
MEWST_PRIVACY_URL=https://wikino.app/s/mewst/pages/70
99
MEWST_SIGN_UP_STOPPER_ENABLED=false
10-
MEWST_TERMS_URL=https://github.com/mewstcom/mewst/blob/main/docs/terms.md
10+
MEWST_TERMS_URL=https://wikino.app/s/mewst/pages/71
1111
MEWST_URL=http://localhost:3300

app/components/footers/basic_footer_component.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<div class="flex justify-center gap-4">
1010
<%= link_to "Community", community_path, class: "font-bold text-gray-500 text-sm uppercase", rel: "nofollow noopener", target: "_blank" %>
11-
<%= link_to "Help", "https://help.mewst.com/", class: "font-bold text-gray-500 text-sm uppercase", rel: "nofollow noopener", target: "_blank" %>
11+
<%= link_to "Help", "https://wikino.app/s/mewst/topics/1", class: "font-bold text-gray-500 text-sm uppercase", rel: "nofollow noopener", target: "_blank" %>
1212
<%= link_to "Terms", terms_path, class: "font-bold text-gray-500 text-sm uppercase", rel: "nofollow noopener", target: "_blank" %>
1313
<%= link_to "Privacy", privacy_path, class: "font-bold text-gray-500 text-sm uppercase", rel: "nofollow noopener", target: "_blank" %>
1414
</div>

0 commit comments

Comments
 (0)