Skip to content

Commit 274bdc3

Browse files
committed
Docs fix
1 parent a7bbf95 commit 274bdc3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/reference/online-stores/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Please see [Online Store](../../getting-started/components/online-store.md) for
4747
{% endcontent-ref %}
4848

4949
{% content-ref url="couchbase.md" %}
50-
[couchbase.md](cassandra.md)
50+
[couchbase.md](couchbase.md)
5151
{% endcontent-ref %}
5252

5353
{% content-ref url="mysql.md" %}

docs/reference/online-stores/couchbase.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The data model for using Couchbase as an online store follows a document format:
2222
In order to use this online store, you'll need to run `pip install 'feast[couchbase]'`. You can then get started with the command `feast init REPO_NAME -t couchbase`.
2323

2424
To get started with Couchbase Capella Operational:
25-
1. [Create a Couchbase Capella account](https://docs.couchbase.com/cloud/get-started/create-account.html#sign-up-free-tier)
25+
1. [Sign up for a Couchbase Capella account](https://docs.couchbase.com/cloud/get-started/create-account.html#sign-up-free-tier)
2626
2. [Deploy an Operational cluster](https://docs.couchbase.com/cloud/get-started/create-account.html#getting-started)
2727
3. [Create a bucket](https://docs.couchbase.com/cloud/clusters/data-service/manage-buckets.html#add-bucket)
2828
- This can be named anything, but must correspond to the bucket described in the `feature_store.yaml` configuration file.

0 commit comments

Comments
 (0)