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/08/17 10:57:43 UTC

[hop] branch master updated: HOP-4133 updated hyperlink

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.git


The following commit(s) were added to refs/heads/master by this push:
     new c18bd0d695 HOP-4133 updated hyperlink
     new e8c2fa3b5f Merge pull request #1637 from bamaer/HOP-4133
c18bd0d695 is described below

commit c18bd0d695b563c444cb124735f3c0c4b1d984d9
Author: Bart Maertens <ba...@know.bi>
AuthorDate: Wed Aug 17 12:27:04 2022 +0200

    HOP-4133 updated hyperlink
---
 docs/hop-dev-manual/modules/ROOT/pages/setup-dev-environment.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/hop-dev-manual/modules/ROOT/pages/setup-dev-environment.adoc b/docs/hop-dev-manual/modules/ROOT/pages/setup-dev-environment.adoc
index d0c61ffbdd..db016a2b29 100644
--- a/docs/hop-dev-manual/modules/ROOT/pages/setup-dev-environment.adoc
+++ b/docs/hop-dev-manual/modules/ROOT/pages/setup-dev-environment.adoc
@@ -68,7 +68,7 @@ Alternatively, you can develop remotely with IDEA and http://gitpod.io[gitpod.io
 
 Once you've started a gitpod workspace for your Apache Hop fork, all build operations etc work just like they would in your local development environment.
 
-The Hop gitpod configuration comes with a desktop that can be used to run Hop Gui and test your work. Your desktop can be accessed by prefixing your workspace's url with `6080`, e.g. https://6080<your_gitpod_url>.
+The Hop gitpod configuration comes with a desktop that can be used to run Hop Gui and test your work. Your desktop can be accessed by prefixing your workspace's url with `6080`, e.g. `https://6080-your-gitpod-url.gitpod.io`.
 
 The default permissions in the Github-Githop integration are quite restrictive. You'll need to allow yourself to write to your (public) repository before you will be able to push your changes.