Skip to content

Commit 8eb3d11

Browse files
author
Tony Worm
committed
hof/docs: fix/ignore some broken links to get build working
1 parent b246af3 commit 8eb3d11

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/content/data-modeling/notes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Similar:
1818

1919
- [Atlas](https://atlasgo.io/) & [Ent](https://entgo.io/)
2020
- [Prisma](https://www.prisma.io/docs/concepts/components/prisma-schema/data-model)
21-
- [Hasura](https://hasura.io/docs/latest/graphql/core/databases/postgres/schema/index.html)
21+
- [Hasura](https://hasura.io/docs/1.0/graphql/core/schema/index.html)
2222

2323

2424
Questions:

docs/hack/make/lint.inc

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# https://github.com/stevenvachon/broken-link-checker
22
BLC_EXCLUDES=--exclude 'https://github.com/hofstadter-io/hof/issues/new' \
3-
--exclude 'https://github.com/hofstadter-io/hof/edit'
3+
--exclude 'https://github.com/hofstadter-io/hof/edit' \
4+
--exclude 'https://github.com/hofstadter-io/hof/releases'
45
blc.dev:
56
blc -ro http://localhost:1313 ${BLC_EXCLUDES}
67
blc.prd:

0 commit comments

Comments
 (0)