You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -366,8 +366,8 @@ Specific integrations with other systems where we help you write code that runs
366
366
# Prescribed Development Workflow
367
367
In general we prescribe the following:
368
368
369
-
1. Ensure you understand [Hamilton Basics](https://github.com/DAGWorks-Inc/hamilton/blob/main/basics.md).
370
-
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.
369
+
1. Ensure you understand [Hamilton Basics](https://www.tryhamilton.dev/intro).
370
+
2. Familiarize yourself with some of the [Hamilton decorators](https://www.tryhamilton.dev/tutorial-extras/configuration). They will help keep your code DRY.
371
371
3. Start creating Hamilton Functions that represent your work. We suggest grouping them in modules where it makes sense.
372
372
4. Write a simple script so that you can easily run things end to end.
373
373
5. Join our [Slack](https://join.slack.com/t/hamilton-opensource/shared_invite/zt-1bjs72asx-wcUTgH7q7QX1igiQ5bbdcg) community to chat/ask Qs/etc.
0 commit comments