Skip to content

Commit

Permalink
Fix external links
Browse files Browse the repository at this point in the history
  • Loading branch information
samkim committed Mar 6, 2024
1 parent e8c2900 commit 1bd95fc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pages/spicedb/concepts/datastores.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ ALTER ZONE default CONFIGURE ZONE USING gc.ttlseconds = 90000;

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

### Configuration

Expand Down
4 changes: 2 additions & 2 deletions pages/spicedb/getting-started/installing-spicedb.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ However, one should prefer one of the recommended installation methods detailed
<Callout type="info">
Looking to deploy SpiceDB to a staging or production environment?

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

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

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

[Authzed Cloud]: https://authzed.cloud
[Authzed Serverless]: https://app.authzed.com
[SpiceDB Operator]: /spicedb/ops/deploying-spicedb-operator
[community-maintained examples]: https://github.com/authzed/examples
</Callout>
Expand Down
2 changes: 1 addition & 1 deletion pages/spicedb/links/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"awesome-list": {
"title": "SpiceDB Awesome List",
"href": "https://github.com/authzed/awesome-spicedb#awesome-spicedb",
"href": "https://github.com/authzed/awesome-spicedb#user-content-awesome-spicedb",
"newWindow": true
},
"examples": {
Expand Down

0 comments on commit 1bd95fc

Please sign in to comment.