Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Commit 67818ad

Browse files
committed
Fixing bare link
1 parent e18b7af commit 67818ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ No.
286286
> i. the toolchain already frowns heavily on them<br>
287287
> ii. it's worse for our case, as we start venturing into [dot dot hell](http://doc.cat-v.org/plan_9/4th_edition/papers/lexnames) territory when trying to prove that the import does not escape the tree of the project -[@sdboyer in #899](https://github.com/golang/dep/issues/899#issuecomment-317904001)
288288
289-
For a refresher on Go's recommended workspace organization, see https://golang.org/doc/code.html. Organizing your code this way gives you a unique import path for every package.
289+
For a refresher on Go's recommended workspace organization, see the ["How To Write Go Code"](https://golang.org/doc/code.html) article in the Go docs. Organizing your code this way gives you a unique import path for every package.
290290

291291
## Best Practices
292292
### Should I commit my vendor directory?

0 commit comments

Comments
 (0)