Skip to content

Commit ae4dd3c

Browse files
author
Tony Worm
committed
fix two typos
1 parent 7e2240d commit ae4dd3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/code/getting-started/code-generation/adhoc-mod-snippet.cue

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"github.com/hofstadter-io/hof/schema/gen"
55
}
66

7-
foo: gen.Generator: {
7+
foo: gen.Generator & {
88
@gen(foo)
99

1010
// input data

docs/content/first-example/simple-server/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ create a generator for a simple Go REST server.
1313
{{</lead>}}
1414

1515
The full code for this section can be found on GitHub
16-
[code/first-example/simple-server](https://github.com/hofstadter-io/hof-docs/tree/main/code/first-example/simple-server)
16+
[docs/code/first-example/simple-server](https://github.com/hofstadter-io/hof/tree/_dev/docs/code/first-example/simple-server)
1717

1818

1919
{{<childpages childBriefs="true">}}

0 commit comments

Comments
 (0)