Skip to content

Commit

Permalink
Fixed broken links (ReactiveX#5262)
Browse files Browse the repository at this point in the history
Fixed broken links for @beta and @experimental annotations
  • Loading branch information
ImangazalievM authored and akarnokd committed Apr 3, 2017
1 parent a0bfaa2 commit 7bfa6c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,5 +276,5 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

[beta source link]: https://github.com/ReactiveX/RxJava/blob/master/src/main/java/rx/annotations/Beta.java
[experimental source link]: https://github.com/ReactiveX/RxJava/blob/master/src/main/java/rx/annotations/Experimental.java
[beta source link]: https://github.com/ReactiveX/RxJava/blob/2.x/src/main/java/io/reactivex/annotations/Beta.java
[experimental source link]: https://github.com/ReactiveX/RxJava/blob/2.x/src/main/java/io/reactivex/annotations/Experimental.java

0 comments on commit 7bfa6c0

Please sign in to comment.