From 244cf8617a76dbf5d2c86e32c5f0d1dc5c9b32a8 Mon Sep 17 00:00:00 2001 From: Phillip Jensen Date: Sat, 2 Dec 2023 12:56:28 +0100 Subject: [PATCH] Update handbook link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e98a369..d64edf1 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ care of spawning, interacting with, and stopping the running instances of the `d As the `dapp-manager` uses the `dapp-runner`, which in turn requires a properly configured [yagna](https://github.com/golemfactory/yagna) daemon, you'll need to have it set up. -For now, please follow the ["Requestor development: a quick primer"](https://handbook.golem.network/requestor-tutorials/flash-tutorial-of-requestor-development) +For now, please follow the ["Requestor development: a quickstart"](https://docs.golem.network/docs/creators/python/quickstarts/run-first-task-on-golem) tutorial and ensure that your `yagna` is up and running. Only the first part of this tutorial is required - you don't need to run the blender example.