You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by wf...@apache.org on 2015/05/05 20:15:45 UTC

aurora git commit: Fix link to contributing page.

Repository: aurora
Updated Branches:
  refs/heads/master 8a1c8bba1 -> a48cfc09b


Fix link to contributing page.

Reviewed at https://reviews.apache.org/r/33787/


Project: http://git-wip-us.apache.org/repos/asf/aurora/repo
Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/a48cfc09
Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/a48cfc09
Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/a48cfc09

Branch: refs/heads/master
Commit: a48cfc09b36c2598c4516192bfcbe6f9d67b518a
Parents: 8a1c8bb
Author: Bhuvan Arumugam <bh...@apple.com>
Authored: Tue May 5 11:15:27 2015 -0700
Committer: Bill Farner <wf...@apache.org>
Committed: Tue May 5 11:15:27 2015 -0700

----------------------------------------------------------------------
 docs/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aurora/blob/a48cfc09/docs/README.md
----------------------------------------------------------------------
diff --git a/docs/README.md b/docs/README.md
index a84ada7..508521f 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -27,7 +27,7 @@ We encourage you to ask questions on the [Aurora developer list](http://aurora.a
  * [Generating test resources](test-resource-generation.md)
 
 ## Developers
- * [Contributing to the project](contributing.md)
+ * [Contributing to the project](../CONTRIBUTING.md)
  * [Developing the Aurora Scheduler](developing-aurora-scheduler.md)
  * [Developing the Aurora Client](developing-aurora-client.md)
  * [Committers Guide](committers.md)