From c1a3c5165d2bf52973a9485c37ce50c5d17f5bfd Mon Sep 17 00:00:00 2001 From: Adrien Ollier Date: Mon, 19 Jun 2017 22:53:19 +0200 Subject: [PATCH] updated CONTRIBUTING.md - removed reference to http://progit.org - removed reference to automatic builds --- CONTRIBUTING.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5fa61366c..e29a0b4a9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -36,8 +36,6 @@ To add a figure: ## Translations -Translations to other languages are highly encouraged but handled a little differently than the first edition. We now keep each translation in a separate repository and automatically build the output files through Atlas. This was something that was really difficult in the last edition. +Translations to other languages are highly encouraged but handled a little differently than the first edition. We now keep each translation in a separate repository. -Since each translation is a different repository, we can also have different maintainers for each project. The Pro Git team simply pulls them in and builds them for the translation teams. To get automatic builds, translations repositories will have to be under the [`progit` organization on GitHub](https://github.com/progit). - -You can find out information on all the current translations and information on how to start your own at http://progit.org/translations. +Since each translation is a different repository, we can also have different maintainers for each project. The Pro Git team simply pulls them in and builds them for the translation teams. Translations repositories will have to be under the [`progit` organization on GitHub](https://github.com/progit).