Skip to content

Commit 1bd95fc

Browse files
committed
Fix external links
1 parent e8c2900 commit 1bd95fc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pages/spicedb/concepts/datastores.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ ALTER ZONE default CONFIGURE ZONE USING gc.ttlseconds = 90000;
139139

140140
[spanner-code]: https://github.com/authzed/spicedb/tree/main/internal/datastore/spanner
141141
[spanner-godoc]: https://pkg.go.dev/github.com/authzed/spicedb/internal/datastore/spanner
142-
[gc-process]: https://github.com/authzed/spicedb/blob/main/internal/datastore/spanner/gc.go
142+
[gc-process]: https://github.com/authzed/spicedb/blob/main/internal/datastore/common/gc.go
143143

144144
### Configuration
145145

pages/spicedb/getting-started/installing-spicedb.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ However, one should prefer one of the recommended installation methods detailed
99
<Callout type="info">
1010
Looking to deploy SpiceDB to a staging or production environment?
1111

12-
[Authzed Cloud] is the fastest and most production-ready way to deploy SpiceDB.
12+
[Authzed Serverless] is the fastest and most production-ready way to deploy SpiceDB.
1313

1414
Self-hosted installations should deploy the [SpiceDB Operator].
1515

1616
There are also [community-maintained examples] for demo environments.
1717

18-
[Authzed Cloud]: https://authzed.cloud
18+
[Authzed Serverless]: https://app.authzed.com
1919
[SpiceDB Operator]: /spicedb/ops/deploying-spicedb-operator
2020
[community-maintained examples]: https://github.com/authzed/examples
2121
</Callout>

pages/spicedb/links/_meta.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"awesome-list": {
1313
"title": "SpiceDB Awesome List",
14-
"href": "https://github.com/authzed/awesome-spicedb#awesome-spicedb",
14+
"href": "https://github.com/authzed/awesome-spicedb#user-content-awesome-spicedb",
1515
"newWindow": true
1616
},
1717
"examples": {

0 commit comments

Comments
 (0)