Skip to content

Commit

Permalink
fix some broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Worm committed May 27, 2024
1 parent 1e4cb6c commit eb10d4a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion docs/content/changelogs/v0.6.x/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ See the following to learn more

- `hof gen -h`
- [getting-started/code-generation](/getting-started/code-generation/)
- [code-generation/adhoc](/code-generation/adhoc/)

### other changes

Expand Down
4 changes: 2 additions & 2 deletions docs/content/code-generation/with_cue.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ It really can't capture all of the nuances in the vanilla form. We need to do so
Some helpful links

- Discussion on Slack about the data modeling prototype in the #general channel around here: https://hofstadter-io.slack.com/archives/C013WKK9W1F/p1640891812004200
- "Adding a Datamodel" section: https://docs.hofstadter.io/the-walkthrough/data-layer/
- https://docs.hofstadter.io/the-walkthrough/data-layer/relations/#commentary
- []"Adding a Datamodel" section](/the-walkthrough/data-layer/)
- [/the-walkthrough/data-layer/relations/#commentary](/the-walkthrough/data-layer/relations/#commentary)
- 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
- A local code for `hofmod-sql` and `hofmod-gotype` are in the works. `hofmod-server` will then build on these.

Expand Down
4 changes: 2 additions & 2 deletions docs/content/the-walkthrough/data-layer/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ so must our code.
- generate language types, database tables, libraries, API handlers, and more
- checkpoint the data model and maintain a history for version transforms and migrations

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

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

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

_Database storage and automatic CRUD handler generation
will be covered in more advanced sections._
Expand Down
2 changes: 1 addition & 1 deletion docs/content/the-walkthrough/simple-server/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ create a generator for a simple Go REST server.
{{</lead>}}

The full code for this section can be found on GitHub
[code/the-walkthrough/simple-server](https://github.com/hofstadter-io/hof/tree//docs/code/the-walkthrough/simple-server)
[code/the-walkthrough/simple-server](https://github.com/hofstadter-io/hof/tree/_dev/docs/code/the-walkthrough/simple-server)


{{<childpages childBriefs="true">}}
2 changes: 1 addition & 1 deletion docs/content/the-walkthrough/web-client/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ we can modularize even within a single module.
We will be using [Bootstrap](https://getbootstrap.com/docs) for styling.

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

{{<childpages>}}

Expand Down

0 comments on commit eb10d4a

Please sign in to comment.