Skip to content

Commit

Permalink
Fix typo in How to Contribute docs (pantsbuild#7614)
Browse files Browse the repository at this point in the history
### Problem
There was a typo that resulted in a bad link.
![image](https://user-images.githubusercontent.com/8607745/56618902-80b89a80-6641-11e9-80ab-c344391f3e72.png)

### Solution
Use proper markdown syntax for links.

### Result
Now the actual URL won't be rendered, but instead the text will have the relevant hyperlink.
![image](https://user-images.githubusercontent.com/8607745/56618992-ba89a100-6641-11e9-9cb6-413d84bbaf3a.png)
  • Loading branch information
rusrushal13 authored and Eric-Arellano committed Apr 24, 2019
1 parent 7e19fa9 commit cc04c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/howto_contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ If your pull request fails in travis, you can look at the shard logs to see the
failure cause. From that log, you can figure out what tests you need to run to reproduce the failure
locally. If you cannot reproduce the failure locally and it looks unrelated to your change, please
open an issue for it with the label
(`flaky-test`)[https://github.com/pantsbuild/pants/labels/flaky-test]. You can also ping slack to
[`flaky-test`](https://github.com/pantsbuild/pants/labels/flaky-test). You can also ping slack to
ask for someone to restart the failing shard.
(<a pantsref="dev_run_all_tests">More on checking CI test runs here</a>)

Expand Down

0 comments on commit cc04c08

Please sign in to comment.