From 5e9a2a017d5a0f3439b0288977feec6a22d6b850 Mon Sep 17 00:00:00 2001 From: Sebastian <84207751+snakster@users.noreply.github.com> Date: Tue, 18 May 2021 01:13:04 +0200 Subject: [PATCH] Fix URLs after move. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f38e6486..39bf846c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ![C++React](http://schlangster.github.io/cpp.react//media/logo_banner3.png) +# ![C++React](http://snakster.github.io/cpp.react//media/logo_banner3.png) C++React is reactive programming library for C++14. It enables the declarative definition of data dependencies between state and event flows. Based on these definitions, propagation of changes is handled automatically. @@ -37,4 +37,4 @@ The system also knows when it's safe to update values in parallel from multiple I'm currently in the process of rewriting the library more or less from scratch and many things are still broken or outdated. -[The old, but stable and documented version is still available in this branch.](https://github.com/schlangster/cpp.react/tree/legacy1) \ No newline at end of file +[The old, but stable and documented version is still available in this branch.](https://github.com/snakster/cpp.react/tree/legacy1)