From 493bda546b9a3018088d97a3068f867efe65f5bd Mon Sep 17 00:00:00 2001 From: Jeroen Date: Wed, 24 Aug 2022 20:16:17 +0200 Subject: [PATCH] Fix broken url in translations README (#25546) Fix url in README.md old-commit-hash: c62447c7843141e426b24f71b7d7c5488aaf8c5d --- selfdrive/ui/translations/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/ui/translations/README.md b/selfdrive/ui/translations/README.md index ac3112c61a..91a6c3ca2f 100644 --- a/selfdrive/ui/translations/README.md +++ b/selfdrive/ui/translations/README.md @@ -8,7 +8,7 @@ Before getting started, make sure you have set up the openpilot Ubuntu developme ### Policy -Most of the languages supported by openpilot come from and are maintained by the community via pull requests. A pull request likely to be merged is one that [fixes a translation or adds missing translations.](https://github.com/commaai/openpilot/blob/lang-policy/selfdrive/ui/translations/README.md#improving-an-existing-language) +Most of the languages supported by openpilot come from and are maintained by the community via pull requests. A pull request likely to be merged is one that [fixes a translation or adds missing translations.](https://github.com/commaai/openpilot/blob/master/selfdrive/ui/translations/README.md#improving-an-existing-language) We also generally merge pull requests adding support for a new language if there are community members willing to maintain it. Maintaining a language is ensuring quality and completion of translations before each openpilot release.