Skip to content

Commit

Permalink
Docs fix
Browse files Browse the repository at this point in the history
Signed-off-by: Elliot Scribner <elliot.scribner@couchbase.com>
  • Loading branch information
ejscribner committed Nov 4, 2024
1 parent a7bbf95 commit d1ae5d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/reference/online-stores/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Please see [Online Store](../../getting-started/components/online-store.md) for
{% endcontent-ref %}

{% content-ref url="couchbase.md" %}
[couchbase.md](cassandra.md)
[couchbase.md](couchbase.md)
{% endcontent-ref %}

{% content-ref url="mysql.md" %}
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/online-stores/couchbase.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The data model for using Couchbase as an online store follows a document format:
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`.

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

0 comments on commit d1ae5d9

Please sign in to comment.