You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2022/09/18 18:54:53 UTC

[hop-website] branch master updated: update documentation hop translator

This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hop-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 3364aa8fb update documentation hop translator
     new 0d7570bdc Merge pull request #163 from marciojv/patch-3
3364aa8fb is described below

commit 3364aa8fb2db78bca95b7df6ab98caa0efe245c4
Author: Marcio Junior Vieira <ma...@ambientelivre.com.br>
AuthorDate: Sun Sep 18 13:29:11 2022 -0300

    update documentation hop translator
    
    the name of zip now is this partner hop-client-X.X.0-SNAPSHOT.zip, not more hop-assemblies-client-X.X.0-SNAPSHOT.zip
---
 .../community/contribution-guides/translation-contribution-guide.adoc   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/community/contribution-guides/translation-contribution-guide.adoc b/content/community/contribution-guides/translation-contribution-guide.adoc
index ec89a3102..45bb275f3 100644
--- a/content/community/contribution-guides/translation-contribution-guide.adoc
+++ b/content/community/contribution-guides/translation-contribution-guide.adoc
@@ -20,7 +20,7 @@ mvn clean install
 After a successful build:
 [source,bash]
 cd assemblies/client/target
-unzip hop-assemblies-client-0.1.0-SNAPSHOT.zip
+unzip hop-client-2.1.0-SNAPSHOT.zip
 cd hop
 
 From your new Hop build: