Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/rx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAtsushi Eno <atsushieno@veritas-vos-liberabit.com>2013-03-29 13:31:20 +0400
committerAtsushi Eno <atsushieno@veritas-vos-liberabit.com>2013-03-29 13:31:20 +0400
commitaf395db92e76e74a6ab0fd44793d5f7eb904978f (patch)
tree21b2487ad46977112c50ea51140a35577b8d94fc
parent999c19de7111f7dc843e076df271b06d78ce6f56 (diff)
fix image URL
-rw-r--r--xpkg/GettingStarted.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/xpkg/GettingStarted.md b/xpkg/GettingStarted.md
index 42e3013..9cc1bee 100644
--- a/xpkg/GettingStarted.md
+++ b/xpkg/GettingStarted.md
@@ -17,7 +17,7 @@ After adding this component to your project, you would notice that there are sev
All other assemblies are optional and you would like to use them only in certain scenarios. On the other hand, those four assemblies are essential. So far let's remove other assemblies in this package.
-![typical Rx assembly references](https://raw.github.com/mono/rx/master/xpkg/ProjectReferences.png)
+![typical Rx assembly references](https://raw.github.com/mono/rx/rx-oss-v2.1/xpkg/ProjectReferences.png)
(Note that Rx version 2.x is very different from Rx v1.0 in terms of assemblies; Rx 1.0 consists only of System.Reactive.dll, which does not exist in Rx v2.x.)