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

[storm] branch master updated: STORM-3468: Add link to storm-site repo in DEVELOPER.md

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

ethanli 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 d16b99f  STORM-3468: Add link to storm-site repo in DEVELOPER.md
     new e240079  Merge pull request #3090 from srdo/STORM-3468
d16b99f is described below

commit d16b99f302bb106cfd8464ce3747e38ccd9cb205
Author: Stig Rohde Døssing <sr...@apache.org>
AuthorDate: Fri Jul 19 18:59:06 2019 +0200

    STORM-3468: Add link to storm-site repo in DEVELOPER.md
---
 DEVELOPER.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/DEVELOPER.md b/DEVELOPER.md
index 0000e78..c75595f 100644
--- a/DEVELOPER.md
+++ b/DEVELOPER.md
@@ -145,8 +145,9 @@ Please refer to section <a href="#building">Build the code and run the tests</a>
 
 Documentation contributions are very welcome!
 
-You can contribute documentation by pull request, as same as code contribution.
-Main directory is ```docs/```, and you can refer to docs/README.md for how to build / test website.
+You can contribute documentation by pull request, using the same process as code contribution.
+Release specific documentation can be found in `docs/` in this repository.
+The Storm website source repository can be found [here](https://github.com/apache/storm-site). Please refer to the README in that repository for how to build and test the website.
 
 <a name="pull-requests"></a>