From 1bd95fcc4dd13a43bda7a16c99ea823a27ea3117 Mon Sep 17 00:00:00 2001 From: Sam Kim Date: Wed, 6 Mar 2024 15:34:15 -0500 Subject: [PATCH] Fix external links --- pages/spicedb/concepts/datastores.mdx | 2 +- pages/spicedb/getting-started/installing-spicedb.mdx | 4 ++-- pages/spicedb/links/_meta.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/spicedb/concepts/datastores.mdx b/pages/spicedb/concepts/datastores.mdx index ae61798..384e7db 100644 --- a/pages/spicedb/concepts/datastores.mdx +++ b/pages/spicedb/concepts/datastores.mdx @@ -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 diff --git a/pages/spicedb/getting-started/installing-spicedb.mdx b/pages/spicedb/getting-started/installing-spicedb.mdx index afa85b3..9343595 100644 --- a/pages/spicedb/getting-started/installing-spicedb.mdx +++ b/pages/spicedb/getting-started/installing-spicedb.mdx @@ -9,13 +9,13 @@ However, one should prefer one of the recommended installation methods detailed 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 diff --git a/pages/spicedb/links/_meta.json b/pages/spicedb/links/_meta.json index 3029fc0..752f2f3 100644 --- a/pages/spicedb/links/_meta.json +++ b/pages/spicedb/links/_meta.json @@ -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": {