Skip to content

Commit feb6db7

Browse files
ojh102akarnokd
authored andcommitted
Fix broken markdown (#6273)
1 parent 76abb7b commit feb6db7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/How-to-Contribute.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
RxJava is still a work in progress and has a long list of work documented in the [[Issues|https://github.com/ReactiveX/RxJava/issues]].
1+
RxJava is still a work in progress and has a long list of work documented in the [Issues](https://github.com/ReactiveX/RxJava/issues).
22

33

44
If you wish to contribute we would ask that you:
5-
- read [[Rx Design Guidelines|http://blogs.msdn.com/b/rxteam/archive/2010/10/28/rx-design-guidelines.aspx]]
5+
- read [Rx Design Guidelines](http://blogs.msdn.com/b/rxteam/archive/2010/10/28/rx-design-guidelines.aspx)
66
- review existing code and comply with existing patterns and idioms
77
- include unit tests
88
- stick to Rx contracts as defined by the Rx.Net implementation when porting operators (each issue attempts to reference the correct documentation from MSDN)
99

10-
Information about licensing can be found at: [[CONTRIBUTING|https://github.com/ReactiveX/RxJava/blob/1.x/CONTRIBUTING.md]].
10+
Information about licensing can be found at: [CONTRIBUTING](https://github.com/ReactiveX/RxJava/blob/2.x/CONTRIBUTING.md).
1111

1212
## How to import the project into Eclipse
1313
Two options below:
1414

15-
###Import as Eclipse project
15+
### Import as Eclipse project
1616

1717
./gradlew eclipse
1818

@@ -23,7 +23,7 @@ In Eclipse
2323
* Right click on the project in Package Explorer, select Properties - Java Compiler - Errors/Warnings - click Enable project specific settings.
2424
* Still in Errors/Warnings, go to Deprecated and restricted API and set Forbidden reference (access-rules) to Warning.
2525

26-
###Import as Gradle project
26+
### Import as Gradle project
2727

2828
You need the Gradle plugin for Eclipse installed.
2929

0 commit comments

Comments
 (0)