Skip to content

Commit 9306d06

Browse files
authored
docs: Minor link fixes (#5304)
docs: minor link fixes Signed-off-by: Tommy Hughes <tohughes@redhat.com>
1 parent ad501cd commit 9306d06

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/how-to-guides/running-feast-in-production.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,11 +238,11 @@ metadata:
238238
spec:
239239
feastProject: my_project
240240
```
241-
{% hint style="success" %} More advanced FeatureStore CR examples can be found in the feast-operator [samples directory](../../infra/feast-operator/config/samples). {% endhint %}
241+
> _More advanced FeatureStore CR examples can be found in the feast-operator [samples directory](../../infra/feast-operator/config/samples)._
242242
243243
For first-time Operator users, it may be a good exercise to try the [Feast Operator Quickstart](../../examples/operator-quickstart). The quickstart will demonstrate some of the Operator's built-in features, e.g. git repos, `feast apply` jobs, etc.
244244

245-
{% hint style="success" %} Important note: [Scaling a Feature Store Deployment](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#scaling-a-deployment) should only be done if the configured data store(s) will support it.
245+
{% hint style="success" %} Important note: Scaling a Feature Store Deployment should only be done if the configured data store(s) will support it.
246246

247247
Please check the how-to guide for some specific recommendations on [how to scale Feast](./scaling-feast.md). {% endhint %}
248248

docs/reference/feature-servers/offline-feature-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ There is a CLI command that starts the Offline feature server: `feast serve_offl
1313

1414
## Deploying as a service on Kubernetes
1515

16-
See [this](../../how-to-guides/running-feast-in-production.md#42-deploy-feast-feature-servers-on-kubernetes) for an example on how to run Feast on Kubernetes using the Operator.
16+
See [this](../../how-to-guides/running-feast-in-production.md#id-4.2.-deploy-feast-feature-servers-on-kubernetes) for an example on how to run Feast on Kubernetes using the Operator.
1717

1818
The Offline feature server can be deployed with a slight modification of the FeatureStore CR -
1919
```yaml

docs/reference/feature-servers/python-feature-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ There is a CLI command that starts the server: `feast serve`. By default, Feast
1010

1111
## Deploying as a service
1212

13-
See [this](../../how-to-guides/running-feast-in-production.md#42-deploy-feast-feature-servers-on-kubernetes) for an example on how to run Feast on Kubernetes using the Operator.
13+
See [this](../../how-to-guides/running-feast-in-production.md#id-4.2.-deploy-feast-feature-servers-on-kubernetes) for an example on how to run Feast on Kubernetes using the Operator.
1414

1515
## Example
1616

0 commit comments

Comments
 (0)