浏览代码

Merge pull request #17360 from qwerty4030/master

Fixed broken links in CONTRIBUTING.md
Lee Hinman 9 年之前
父节点
当前提交
3e9f8a4c59
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. 1 3
      CONTRIBUTING.md

+ 1 - 3
CONTRIBUTING.md

@@ -54,7 +54,7 @@ Once your changes and tests are ready to submit for review:
 1. Test your changes
 1. Test your changes
 
 
     Run the test suite to make sure that nothing is broken. See the
     Run the test suite to make sure that nothing is broken. See the
-[TESTING](../TESTING.asciidoc) file for help running tests.
+[TESTING](TESTING.asciidoc) file for help running tests.
 
 
 2. Sign the Contributor License Agreement
 2. Sign the Contributor License Agreement
 
 
@@ -102,5 +102,3 @@ Before submitting your changes, run the test suite to make sure that nothing is
 ```sh
 ```sh
 gradle check
 gradle check
 ```
 ```
-
-Source: [Contributing to elasticsearch](https://www.elastic.co/contributing-to-elasticsearch/)