Skip to content

Commit

Permalink
Fix link to server installation section in Golang example (#170)
Browse files Browse the repository at this point in the history
This change fixes a previously broken link in the "Golang Hello World" section which meant to redirect to the "Server Installation" section.
  • Loading branch information
adhityamamallan authored Nov 30, 2023
1 parent 34faea4 commit a156acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/01-get-started/03-golang-hello-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To successfully run this hello world sample, follow this checklist of setting up
2. Your Cadence server is running (check your background docker container process)
3. You have successfully registered a domain for this workflow

You must finish part 2 and 3 by following the [first section](./01-server-installation.md) to proceed the next steps.
You must finish part 2 and 3 by following the [first section](/docs/get-started/installation) to proceed the next steps.
We are using domain called `test-domain` for this tutorial project.

## Step 1. Implement A Cadence Worker Service
Expand Down

0 comments on commit a156acb

Please sign in to comment.