From f06fa46346603fc2f2c2d1c2bfaf77f6bf574611 Mon Sep 17 00:00:00 2001 From: Shai Mishali Date: Sun, 21 Apr 2024 13:35:32 +0300 Subject: [PATCH] Absolute URLs in README.md --- README.md | 34 +++++++++++++--------------------- docs/index.html | 34 +++++++++++++--------------------- 2 files changed, 26 insertions(+), 42 deletions(-) diff --git a/README.md b/README.md index 194a371af..92828db20 100644 --- a/README.md +++ b/README.md @@ -27,14 +27,14 @@ KVO observation, async operations, UI Events and other streams of data are all u ###### ... understand -* [why use rx?](Documentation/Why.md) -* [the basics, getting started with RxSwift](Documentation/GettingStarted.md) -* [traits](Documentation/Traits.md) - what are `Single`, `Completable`, `Maybe`, `Driver`, and `ControlProperty` ... and why do they exist? -* [testing](Documentation/UnitTests.md) -* [tips and common errors](Documentation/Tips.md) -* [debugging](Documentation/GettingStarted.md#debugging) -* [the math behind Rx](Documentation/MathBehindRx.md) -* [what are hot and cold observable sequences?](Documentation/HotAndColdObservables.md) +* [why use rx?](https://github.com/ReactiveX/RxSwift/blob/main/Documentation/Why.md) +* [the basics, getting started with RxSwift](https://github.com/ReactiveX/RxSwift/blob/main/Documentation/GettingStarted.md) +* [traits](https://github.com/ReactiveX/RxSwift/blob/main/Documentation/Traits.md) - what are `Single`, `Completable`, `Maybe`, `Driver`, and `ControlProperty` ... and why do they exist? +* [testing](https://github.com/ReactiveX/RxSwift/blob/main/Documentation/UnitTests.md) +* [tips and common errors](https://github.com/ReactiveX/RxSwift/blob/main/Documentation/Tips.md) +* [debugging](https://github.com/ReactiveX/RxSwift/blob/main/Documentation/GettingStarted.md#debugging) +* [the math behind Rx](https://github.com/ReactiveX/RxSwift/blob/main/Documentation/MathBehindRx.md) +* [what are hot and cold observable sequences?](https://github.com/ReactiveX/RxSwift/blob/main/Documentation/HotAndColdObservables.md) ###### ... install @@ -42,19 +42,19 @@ KVO observation, async operations, UI Events and other streams of data are all u ###### ... hack around -* with the example app. [Running Example App](Documentation/ExampleApp.md) -* with operators in playgrounds. [Playgrounds](Documentation/Playgrounds.md) +* with the example app. [Running Example App](https://github.com/ReactiveX/RxSwift/blob/main/Documentation/ExampleApp.md) +* with operators in playgrounds. [Playgrounds](https://github.com/ReactiveX/RxSwift/blob/main/Documentation/Playgrounds.md) ###### ... interact * All of this is great, but it would be nice to talk with other people using RxSwift and exchange experiences.
[Join Slack Channel](http://slack.rxswift.org) -* Report a problem using the library. [Open an Issue With Bug Template](.github/ISSUE_TEMPLATE.md) +* Report a problem using the library. [Open an Issue With Bug Template](https://github.com/ReactiveX/RxSwift/blob/main/.github/ISSUE_TEMPLATE.md) * Request a new feature. [Open an Issue With Feature Request Template](Documentation/NewFeatureRequestTemplate.md) -* Help out [Check out contribution guide](CONTRIBUTING.md) +* Help out [Check out contribution guide](https://github.com/ReactiveX/RxSwift/blob/main/CONTRIBUTING.md) ###### ... compare -* [with Combine and ReactiveSwift](Documentation/ComparisonWithOtherLibraries.md). +* [with Combine and ReactiveSwift](https://github.com/ReactiveX/RxSwift/blob/main/Documentation/ComparisonWithOtherLibraries.md). ###### ... understand the structure @@ -121,14 +121,6 @@ searchResults - -## Requirements - -* Xcode 12.x -* Swift 5.x - -For Xcode 11 and below, [use RxSwift 5.x](https://github.com/ReactiveX/RxSwift/releases/tag/5.1.1). - ## Installation RxSwift doesn't contain any external dependencies. diff --git a/docs/index.html b/docs/index.html index d20f727aa..c297b4f48 100644 --- a/docs/index.html +++ b/docs/index.html @@ -371,14 +371,14 @@

I came here because I wan

… understand
… install
@@ -388,21 +388,21 @@
… install
… hack around
… interact
… compare
… understand the structure
@@ -467,14 +467,6 @@

Usage

.disposed(by: disposeBag) -

Requirements

- - - -

For Xcode 11 and below, use RxSwift 5.x.

Installation

RxSwift doesn’t contain any external dependencies.