From 6c2ff0e389b64a3e34b597687f18bf19bc7ce752 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Fri, 29 Dec 2023 16:10:19 -0500 Subject: [PATCH] Discourse translator link update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bacb81f..68e793b 100644 --- a/README.md +++ b/README.md @@ -337,7 +337,7 @@ You can use the LibreTranslate API using the following bindings: ## Discourse Plugin -You can use this [discourse translator plugin](https://github.com/LibreTranslate/discourse-translator) to translate [Discourse](https://discourse.org) topics. To install it simply modify `/var/discourse/containers/app.yml`: +You can use the [official discourse translator plugin](https://github.com/discourse/discourse-translator) to translate [Discourse](https://discourse.org) topics with LibreTranslate. To install it simply modify `/var/discourse/containers/app.yml`: ```yaml ## Plugins go here @@ -348,7 +348,7 @@ hooks: cd: $home/plugins cmd: - git clone https://github.com/discourse/docker_manager.git - - git clone https://github.com/LibreTranslate/discourse-translator + - git clone https://github.com/discourse/discourse-translator ... ```