This is an automated email from the ASF dual-hosted git repository. sfirke pushed a commit to branch update-link-contributing-translations in repository https://gitbox.apache.org/repos/asf/superset.git
commit d5e4f2f283513286d5a4ad00442e82725cb75769 Author: Sam Firke <sfi...@users.noreply.github.com> AuthorDate: Mon Jul 29 14:38:04 2024 -0400 docs(contributing): fix broken link to translations sub-section --- docs/docs/contributing/contributing.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/contributing/contributing.mdx b/docs/docs/contributing/contributing.mdx index c170d3eb0b..6ae7901874 100644 --- a/docs/docs/contributing/contributing.mdx +++ b/docs/docs/contributing/contributing.mdx @@ -86,7 +86,7 @@ text strings from Superset's UI. You can jump into the existing language dictionaries at `superset/translations/<language_code>/LC_MESSAGES/messages.po`, or even create a dictionary for a new language altogether. -See [Translating](howtos#contribute-translations) for more details. +See [Translating](howtos#contributing-translations) for more details. ### Ask Questions