Skip to content

Commit 98d771e

Browse files
docs(website): add article in getting started guide
1 parent b3b8001 commit 98d771e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/overmind-website/guides/beginner/01_getstarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Great, we are good to go!
2323

2424
## Our first state
2525

26-
Applications are about state and we are going to introduce our first state, **count**. But we are not going to introduce this state through a component. We are going to take on the perspective of [UI as an implementation detail](). That means we will run the Overmind development tool and connect to our application from that. There is no need to open up the browser.
26+
Applications are about state and we are going to introduce our first state, **count**. But we are not going to introduce this state through a component. We are going to take on the perspective of [UI as an implementation detail](https://medium.com/@christianalfoni/ui-as-an-implementation-detail-7fb9f952fb43). That means we will run the Overmind development tool and connect to our application from that. There is no need to open up the browser.
2727

2828
But first we have to create an instance of Overmind in our code. We define our application configuration in an **overmind** folder and instantiate Overmind in our main **entry** file:
2929

0 commit comments

Comments
 (0)