Skip to content

Commit

Permalink
Updated help link
Browse files Browse the repository at this point in the history
The old one goes to a redirection page, which is a worse experience.
  • Loading branch information
orangejenny committed Oct 3, 2024
1 parent 41d6435 commit aa0d0f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corehq/apps/export/views/new.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def terminology(self):
'help_text': mark_safe( # nosec: no user input
_("""
Learn more about exports on our <a
href="https://help.commcarehq.org/display/commcarepublic/Data+Export+Overview"
href="https://dimagi.atlassian.net/wiki/spaces/commcarepublic/pages/2143954661/Data+Exports"
target="_blank">Help Site</a>.
""")),
'name_label': _("Export Name"),
Expand Down

0 comments on commit aa0d0f6

Please sign in to comment.