From cfc7b0118f5f4903d1b496de03453a72dd8591b4 Mon Sep 17 00:00:00 2001 From: Stefan Krawczyk Date: Sun, 7 Apr 2024 23:44:15 -0700 Subject: [PATCH] Removes reference to old docs in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1aa1a4893..890f17ac7 100644 --- a/README.md +++ b/README.md @@ -366,8 +366,8 @@ Specific integrations with other systems where we help you write code that runs # Prescribed Development Workflow In general we prescribe the following: -1. Ensure you understand [Hamilton Basics](https://github.com/DAGWorks-Inc/hamilton/blob/main/basics.md). -2. Familiarize yourself with some of the [Hamilton decorators](https://github.com/DAGWorks-Inc/hamilton/blob/main/decorators.md). They will help keep your code DRY. +1. Ensure you understand [Hamilton Basics](https://www.tryhamilton.dev/intro). +2. Familiarize yourself with some of the [Hamilton decorators](https://www.tryhamilton.dev/tutorial-extras/configuration). They will help keep your code DRY. 3. Start creating Hamilton Functions that represent your work. We suggest grouping them in modules where it makes sense. 4. Write a simple script so that you can easily run things end to end. 5. Join our [Slack](https://join.slack.com/t/hamilton-opensource/shared_invite/zt-1bjs72asx-wcUTgH7q7QX1igiQ5bbdcg) community to chat/ask Qs/etc.