Skip to content

Commit

Permalink
fix location of web-server directory in text
Browse files Browse the repository at this point in the history
  • Loading branch information
campoy committed May 31, 2018
1 parent 1b67850 commit 8e08a38
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2-building-artifacts/1-go-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ For this section we will use a different one that gives us more control on what
exactly we compile: `go build`.

Let's start by opening a terminal window in the directory named
[web-server](web-server) under `2-building-artifacts/1-standalone-binares` and run:
[web-server](web-server) under `2-building-artifacts` and run:

```bash
$ go build
Expand Down
Binary file removed 2-building-artifacts/web-server/hello
Binary file not shown.
Binary file removed 2-building-artifacts/web-server/web-server
Binary file not shown.

0 comments on commit 8e08a38

Please sign in to comment.