Skip to content

Commit d19c790

Browse files
authored
Merge pull request #158 from harry-breslin/patch-1
Update rxviz link
2 parents 3d583a6 + b9e8902 commit d19c790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_chapters/functionalreactiveprogramming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Functional Reactive Programming describes an approach to modelling complex, asyn
2020

2121
We will explore FRP through an implementation of the [Observable](#observable-streams) data structure in [the Reactive Extensions for JavaScript (RxJS) library](https://www.learnrxjs.io/). We will then see it applied in application to a straightforward [browser-based user interface problem](#a-user-interface-example).
2222

23-
To support the code examples, the streams are visualised using [rxviz](https://rxviz.com/)
23+
To support the code examples, the streams are visualised using [rxviz](https://rx-viz.vercel.app/).
2424

2525
## Observable Streams
2626

0 commit comments

Comments
 (0)