Commit 8eb3d11 Tony Worm
committed
1 parent b246af3 commit 8eb3d11 Copy full SHA for 8eb3d11
File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Similar:
18
18
19
19
- [ Atlas] ( https://atlasgo.io/ ) & [ Ent] ( https://entgo.io/ )
20
20
- [ 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 )
22
22
23
23
24
24
Questions:
Original file line number Diff line number Diff line change 1
1
# https://github.com/stevenvachon/broken-link-checker
2
2
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'
4
5
blc . dev :
5
6
blc -ro http ://localhost :1313 ${BLC_EXCLUDES}
6
7
blc . prd :
You can’t perform that action at this time.
0 commit comments