Skip to content

Commit 53f95e7

Browse files
committed
Replace link
1 parent 068c8ab commit 53f95e7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/views/diy/continue_to_fsa/edit.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<%= image_tag "paper.svg", alt: "", class: "document-list__icon" %>
1717
</div>
1818
<div class="document-list__item-text">
19-
<%= t(".file_myself_guide_html", file_myself_guide_link: "https://files.codeforamerica.org/2023/03/07165831/2023-file-myself-with-getyourrefund-client-guide.pdf") %>
19+
<%= t(".file_myself_guide_html", file_myself_guide_link: "https://drive.google.com/file/d/1O8e2qlfd8P7Hp3wiCLifdBb9QX_psn8-/view") %>
2020
</div>
2121
</li>
2222
</ul>

app/views/diy_intake_email_mailer/high_support_message.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<p>
66
<%= I18n.t("high_support_mailer.02_this_is_gyr",
77
diy_link: link_to(I18n.t('questions.triage.diy_tile.title'), diy_url),
8-
guide_link: link_to(I18n.t("high_support_mailer.file_myself_guide_and_video_tutorials"), "https://files.codeforamerica.org/2023/03/07165831/2023-file-myself-with-getyourrefund-client-guide.pdf"),
8+
guide_link: link_to(I18n.t("high_support_mailer.file_myself_guide_and_video_tutorials"), "https://drive.google.com/file/d/1O8e2qlfd8P7Hp3wiCLifdBb9QX_psn8-/view"),
99
).html_safe %>
1010
</p>
1111

app/views/diy_intake_email_mailer/high_support_message.text.erb

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

33
<%= I18n.t("high_support_mailer.02_this_is_gyr",
44
diy_link: I18n.t('questions.triage.diy_tile.title'),
5-
guide_link: I18n.t("high_support_mailer.file_myself_guide_and_video_tutorials") + " <https://files.codeforamerica.org/2023/03/07165831/2023-file-myself-with-getyourrefund-client-guide.pdf>",
5+
guide_link: I18n.t("high_support_mailer.file_myself_guide_and_video_tutorials") + " <https://drive.google.com/file/d/1O8e2qlfd8P7Hp3wiCLifdBb9QX_psn8-/view>",
66
) %>
77

88
<%= I18n.t("high_support_mailer.03_if_you_get_stuck",

0 commit comments

Comments
 (0)