Skip to content

Commit eb10d4a

Browse files
author
Tony Worm
committed
fix some broken links
1 parent 1e4cb6c commit eb10d4a

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

docs/content/changelogs/v0.6.x/changelog.md

-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ See the following to learn more
178178

179179
- `hof gen -h`
180180
- [getting-started/code-generation](/getting-started/code-generation/)
181-
- [code-generation/adhoc](/code-generation/adhoc/)
182181

183182
### other changes
184183

docs/content/code-generation/with_cue.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ It really can't capture all of the nuances in the vanilla form. We need to do so
5656
Some helpful links
5757

5858
- Discussion on Slack about the data modeling prototype in the #general channel around here: https://hofstadter-io.slack.com/archives/C013WKK9W1F/p1640891812004200
59-
- "Adding a Datamodel" section: https://docs.hofstadter.io/the-walkthrough/data-layer/
60-
- https://docs.hofstadter.io/the-walkthrough/data-layer/relations/#commentary
59+
- []"Adding a Datamodel" section](/the-walkthrough/data-layer/)
60+
- [/the-walkthrough/data-layer/relations/#commentary](/the-walkthrough/data-layer/relations/#commentary)
6161
- https://github.com/hofstadter-io/hofmod-server is based on the previous prototype of data modeling. It will be rewritten and broken into several modules
6262
- A local code for `hofmod-sql` and `hofmod-gotype` are in the works. `hofmod-server` will then build on these.
6363

docs/content/the-walkthrough/data-layer/_index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ so must our code.
2020
- generate language types, database tables, libraries, API handlers, and more
2121
- checkpoint the data model and maintain a history for version transforms and migrations
2222

23-
This section expands on our `simple-server` to use `hof/dm.#Datamodel`.
23+
This section expands on our `simple-server` to use `hof/dm.Datamodel`.
2424
We will first
2525

2626
1. Create a todo application data model
@@ -39,7 +39,7 @@ Finally, we will look at how to upgrade our generator to use a database.
3939
Automatic migrations are covered in the [model history section](/the-walkthrough/model-history/).
4040

4141
The full code for this section can be found on GitHub
42-
[code/the-walkthrough/data-layer](https://github.com/hofstadter-io/hof-docs/tree/main/code/the-walkthrough/data-layer)
42+
[code/the-walkthrough/data-layer](https://github.com/hofstadter-io/hof/tree/_dev/docs/code/the-walkthrough/data-layer)
4343

4444
_Database storage and automatic CRUD handler generation
4545
will be covered in more advanced sections._

docs/content/the-walkthrough/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/the-walkthrough/simple-server](https://github.com/hofstadter-io/hof/tree//docs/code/the-walkthrough/simple-server)
16+
[code/the-walkthrough/simple-server](https://github.com/hofstadter-io/hof/tree/_dev/docs/code/the-walkthrough/simple-server)
1717

1818

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

docs/content/the-walkthrough/web-client/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ we can modularize even within a single module.
1818
We will be using [Bootstrap](https://getbootstrap.com/docs) for styling.
1919

2020
The full code for this section can be found on GitHub
21-
[code/the-walkthrough/web-client](https://github.com/hofstadter-io/hof-docs/tree/main/code/the-walkthrough/web-client)
21+
[code/the-walkthrough/web-client](https://github.com/hofstadter-io/hof/tree/_dev/docs/code/the-walkthrough/web-client)
2222

2323
{{<childpages>}}
2424

0 commit comments

Comments
 (0)