You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by sr...@apache.org on 2019/09/21 07:02:01 UTC

[storm] branch master updated: STORM-3508: Fix broken link on site (#3130)

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

srdo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git


The following commit(s) were added to refs/heads/master by this push:
     new 38b09fd  STORM-3508: Fix broken link on site (#3130)
38b09fd is described below

commit 38b09fd229d2034a0fb6d5359eaa0b8ecdc0b61a
Author: Stig Døssing <sr...@apache.org>
AuthorDate: Sat Sep 21 09:01:48 2019 +0200

    STORM-3508: Fix broken link on site (#3130)
---
 docs/Setting-up-development-environment.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/Setting-up-development-environment.md b/docs/Setting-up-development-environment.md
index bfa98a2..72e3472 100644
--- a/docs/Setting-up-development-environment.md
+++ b/docs/Setting-up-development-environment.md
@@ -5,7 +5,7 @@ documentation: true
 ---
 This page outlines what you need to do to get a Storm development environment set up. In summary, the steps are:
 
-1. Download a [Storm release](..//downloads.html) , unpack it, and put the unpacked `bin/` directory on your PATH
+1. Download a [Storm release](../../downloads.html) , unpack it, and put the unpacked `bin/` directory on your PATH
 2. To be able to start and stop topologies on a remote cluster, put the cluster information in `~/.storm/storm.yaml`
 
 More detail on each of these steps is below.