fix(website): links corrected (#28333)

This commit is contained in:
Frank Zimper 2024-05-03 19:18:05 +02:00 committed by GitHub
parent f95d9cde40
commit 517f254726
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -20,5 +20,5 @@ Contributions are welcome and are greatly appreciated! Every
little bit helps, and credit will always be given. little bit helps, and credit will always be given.
All matters related to contributions have moved to [this section of All matters related to contributions have moved to [this section of
the official Superset documentation](https://superset.apache.org/docs/contributing/contributing/). Source for the documentation is the official Superset documentation](https://superset.apache.org/docs/contributing/). Source for the documentation is
[located here](https://github.com/apache/superset/tree/master/docs/docs). [located here](https://github.com/apache/superset/tree/master/docs/docs).

View File

@ -88,7 +88,7 @@ text strings from Superset's UI. You can jump into the existing
language dictionaries at language dictionaries at
`superset/translations/<language_code>/LC_MESSAGES/messages.po`, or `superset/translations/<language_code>/LC_MESSAGES/messages.po`, or
even create a dictionary for a new language altogether. even create a dictionary for a new language altogether.
See [Translating](#translating) for more details. See [Translating](howtos#contribute-translations) for more details.
### Ask Questions ### Ask Questions