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:40:03 UTC

[storm-site] 02/04: STORM-3508: Fix broken link on site

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

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

commit 9ab5d2e26883565f2d7a67b41fd4debc0782e76d
Author: Stig Rohde Døssing <st...@gmail.com>
AuthorDate: Sat Sep 21 09:21:55 2019 +0200

    STORM-3508: Fix broken link on site
---
 releases/1.2.3/Setting-up-development-environment.md | 2 +-
 releases/2.0.0/Setting-up-development-environment.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/releases/1.2.3/Setting-up-development-environment.md b/releases/1.2.3/Setting-up-development-environment.md
index bfa98a2..72e3472 100644
--- a/releases/1.2.3/Setting-up-development-environment.md
+++ b/releases/1.2.3/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.
diff --git a/releases/2.0.0/Setting-up-development-environment.md b/releases/2.0.0/Setting-up-development-environment.md
index bfa98a2..72e3472 100644
--- a/releases/2.0.0/Setting-up-development-environment.md
+++ b/releases/2.0.0/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.