You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2018/10/07 06:37:03 UTC

[accumulo] branch master updated: Fixed dead link for developers guide in CONTRIBUTING.md (#682)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 33a1c8c  Fixed dead link for developers guide in CONTRIBUTING.md (#682)
33a1c8c is described below

commit 33a1c8cc1f7076a7d12f08867420f926e524ec17
Author: Joseph Koshakow <jk...@users.noreply.github.com>
AuthorDate: Sun Oct 7 02:36:58 2018 -0400

    Fixed dead link for developers guide in CONTRIBUTING.md (#682)
    
    This fixes #681
---
 CONTRIBUTING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 4a54b31..e1f2eb0 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -21,7 +21,7 @@ limitations under the License.
 
 ## Development
 
-- See the [Developer's Guide](https://accumulo.apache.org/contributor/source) for information regarding common build commands, IDE setup and more.
+- See the [Developer's Guide](https://accumulo.apache.org/how-to-contribute/) for information regarding common build commands, IDE setup and more.
 - Ensure that your work targets the correct branch
 - Add / update unit and integration tests