Skip to content

Commit b1ef12c

Browse files
committed
Fix links
1 parent 28c08ad commit b1ef12c

File tree

10 files changed

+39
-37
lines changed

10 files changed

+39
-37
lines changed

docs/setup_installation/admin/alert.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ button on the left side of the **email** row and fill out the form that pops up.
4040
CRAM-MD5, LOGIN or PLAIN.
4141

4242
Optionally cluster wide Email alert receivers can be added in _Default receiver emails_.
43-
These receivers will be available to all users when they create event triggered [alerts](../../../user_guides/fs/feature_group/data_validation_best_practices#setup-alerts).
43+
These receivers will be available to all users when they create event triggered [alerts](../../user_guides/fs/feature_group/data_validation_best_practices.md#setup-alerts).
4444

4545
### Step 3: Configure Slack Alerts
4646

@@ -56,7 +56,7 @@ Click on the _Configure_ button on the left side of the **slack** row and past i
5656
</figure>
5757

5858
Optionally cluster wide Slack alert receivers can be added in _Slack channel/user_.
59-
These receivers will be available to all users when they create event triggered [alerts](../../../user_guides/fs/feature_group/data_validation_best_practices/#setup-alerts).
59+
These receivers will be available to all users when they create event triggered [alerts](../../user_guides/fs/feature_group/data_validation_best_practices.md#setup-alerts).
6060

6161
### Step 4: Configure Pagerduty Alerts
6262

@@ -130,7 +130,7 @@ global:
130130
...
131131
```
132132

133-
To test the alerts by creating triggers from Jobs and Feature group validations see [Alerts](../../../user_guides/fs/feature_group/data_validation_best_practices/#setup-alerts).
133+
To test the alerts by creating triggers from Jobs and Feature group validations see [Alerts](../../user_guides/fs/feature_group/data_validation_best_practices.md#setup-alerts).
134134

135135
The yaml syntax in the UI is slightly different in that it does not allow double quotes (it will ignore the values but give no error).
136136
Below is an example configuration, that can be used in the UI, with both email and slack receivers configured for system alerts.
Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Configure group to project mapping
2-
2+
33
## Introduction
44
A group-to-project mapping lets you automatically add all members of a Hopsworks group to a project, eliminating the need to add each user individually. To create a mapping, you simply select a Hopsworks group, choose the project it should be linked to, and assign the role that its members will have within that project.
55

66
Once a mapping is created, project membership is controlled through Hopsworks group membership. Any updates made to the Hopsworks group—such as adding or removing users—will automatically be reflected in the project membership. For example, if a user is removed from the Hopsworks group, they will also be removed from the corresponding project.
7-
7+
88
## Prerequisites
99

10-
1. Hopsworks group mapping sync enabled. This can be done by setting the variable ```hw_group_mapping_sync_enabled=true```.
11-
See [Cluster Configuration](../variables.md) on how to change variable values in Hopsworks.
10+
1. Hopsworks group mapping sync enabled. This can be done by setting the variable ```hw_group_mapping_sync_enabled=true```.
11+
See [Cluster Configuration](./variables.md) on how to change variable values in Hopsworks.
1212
<figure>
1313
<a href="../../../../assets/images/admin/project-mapping/configuration-variables.png">
1414
<img src="../../../../assets/images/admin/project-mapping/configuration-variables.png" alt="Enable Hopsworks mapping" />
@@ -24,56 +24,56 @@ If you can not find the variable ```hw_group_mapping_sync_enabled``` create it b
2424
</a>
2525
<figcaption>Create Hopsworks group mapping enabled variable</figcaption>
2626
</figure>
27-
27+
2828
### Step 1: Create a mapping
2929
To create a mapping go to **Cluster Settings** by clicking on your name in the top right
3030
corner of the navigation bar and choosing *Cluster Settings* from the dropdown menu.
3131
In the _Project mapping_ tab, you can create a new mapping by clicking on _Create new mapping_.
32-
32+
3333
<figure>
3434
<a href="../../../../assets/images/admin/project-mapping/project-mapping-empty.png">
3535
<img src="../../../../assets/images/admin/project-mapping/project-mapping-empty.png" alt="Project mapping tab" />
3636
</a>
3737
<figcaption>Project mapping</figcaption>
3838
</figure>
39-
39+
4040
This will take you to the create mapping page shown below
4141
<figure>
4242
<a href="../../../../assets/images/admin/project-mapping/create-hw-mapping.png">
4343
<img src="../../../../assets/images/admin/project-mapping/create-hw-mapping.png" alt="Create mapping" />
4444
</a>
4545
<figcaption>Create mapping</figcaption>
4646
</figure>
47-
47+
4848
Here you can enter your Hopsworks group and map it to a project from the _Project_ drop down list.
4949
You can also choose the _Project role_ users will be assigned when they are added to the project.
50-
50+
5151
Finally, click on _Create mapping_ and go back to mappings. You should see the newly created mapping(s) as shown below.
52-
52+
5353
<figure>
5454
<a href="../../../../assets/images/admin/project-mapping/group-to-project-mappings.png">
5555
<img src="../../../../assets/images/admin/project-mapping/group-to-project-mappings.png" alt="Project mappings" />
5656
</a>
5757
<figcaption>Project mappings</figcaption>
5858
</figure>
59-
59+
6060
### Step 2: Edit a mapping
61-
61+
6262
From the list of mappings click on the edit button (:material-pencil:). This will open a popup that will allow you to change the _group_, _project name_, and _project role_ of a mapping.
63-
63+
6464
<figure>
6565
<a href="../../../../assets/images/admin/project-mapping/edit-hw-mapping.png">
6666
<img src="../../../../assets/images/admin/project-mapping/edit-hw-mapping.png" alt="Edit mapping" />
6767
</a>
6868
<figcaption>Edit mapping</figcaption>
6969
</figure>
70-
70+
7171
!!!Warning
7272
Updating a mapping's _group_ or _project name_ will remove all members of the previous group from the project.
73-
73+
7474
### Step 3: Delete a mapping
75-
75+
7676
To delete a mapping click on the delete button.
77-
77+
7878
!!!Warning
7979
Deleting a mapping will remove all members of that group from the project.

docs/setup_installation/admin/ldap/configure-project-mapping.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ Finally, click on *Create mapping* and go back to mappings. You should see the n
6666
!!!Note
6767
If there are no groups in the *Remote group* drop down list check if **ldap_groups_search_filter** is correct by using the value in ```ldapsearch``` replacing ```%c``` with ```*```, as shown in the example below.
6868

69-
```ldapsearch -LLL -H ldap:/// -b '<base dn>' -D '<user dn>' -w <password> '(&(objectClass=groupOfNames)(cn=*))'```
69+
```bash
70+
ldapsearch -LLL -H ldap:/// -b '<base dn>' -D '<user dn>' -w <password> '(&(objectClass=groupOfNames)(cn=*))'
71+
```
7072

7173
This should return all the groups in your LDAP.
7274
See [Cluster Configuration](../variables.md) on how to find and update the value of this variable.

docs/user_guides/client_installation/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ pip install hopsworks[python,great-expectations,polars]
4848

4949
If you want to interact with the Hopsworks Feature Store from environments such as Spark, Flink or Beam, you can use the Hopsworks Feature Store (HSFS) Java library.
5050

51-
!!!note "Feature Store Only"
51+
!!! note "Feature Store Only"
5252

5353
The Java library only allows interaction with the Feature Store component of the Hopsworks platform.
5454
Additionally each environment might restrict the supported API operation.
55-
You can see which API operation is supported by which environment [here](./fs/compute_engines.md)
55+
You can see which API operation is supported by which environment [here](../fs/compute_engines.md)
5656

5757
The HSFS library is available on the Hopsworks' Maven repository.
5858
If you are using Maven as build tool, you can add the following in your `pom.xml` file:

docs/user_guides/fs/feature_group/on_demand_transformations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The features to be used by the on-demand transformation function can be specifie
6060

6161
## Usage
6262

63-
On-demand transformation functions attached to a feature group are automatically executed in the feature pipeline when you [insert data](../create/#batch-write-api) into a feature group and [by the Python client while retrieving feature vectors](../feature_view/feature-vectors.md#retrieval) for online inference using feature views that contain on-demand features.
63+
On-demand transformation functions attached to a feature group are automatically executed in the feature pipeline when you [insert data](./create.md#batch-write-api) into a feature group and [by the Python client while retrieving feature vectors](../feature_view/feature-vectors.md#retrieval) for online inference using feature views that contain on-demand features.
6464

6565
The on-demand features computed by on-demand transformation functions are positioned after all other features in a feature group and are ordered alphabetically by their names.
6666

docs/user_guides/fs/feature_monitoring/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Moreover, windows can stick to a _specific point in time_ (e.g., static window)
3838
These types of windows apply to both _detection_ and _reference_ windows.
3939
Different types of windows allows for different use cases depending on whether you enable feature monitoring on your Feature Groups or Feature Views.
4040

41-
See more details about _detection_ and _reference_ windows in the [Detection windows](scheduled_statistics.md#detection-windows) and [Reference windows](statistics_comparison#reference-windows) guides.
41+
See more details about _detection_ and _reference_ windows in the [Detection windows](./scheduled_statistics.md#detection-windows) and [Reference windows](./statistics_comparison.md#reference-windows) guides.
4242

4343
## Visualize statistics on a time series
4444

docs/user_guides/integrations/index.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
Hopsworks is an open platform aiming to be accessible from a variety of tools.
44
Learn in this section how to connect to Hopsworks from
55

6-
- [Python, AWS SageMaker, Google Colab, Kubeflow](python)
7-
- [Java](java)
8-
- [Databricks](databricks/networking)
9-
- [AWS EMR](emr/emr_configuration)
10-
- [Azure HDInsight](hdinsight)
11-
- [Azure Machine Learning](mlstudio_designer)
12-
- [Apache Spark](spark)
13-
- [Apache Flink](flink)
14-
- [Apache Beam](beam)
6+
- [Python, AWS SageMaker, Google Colab, Kubeflow](./python.md)
7+
- [Java](./java.md)
8+
- [Databricks](./databricks/networking.md)
9+
- [AWS EMR](./emr/emr_configuration.md)
10+
- [Azure HDInsight](./hdinsight.md)
11+
- [Azure Machine Learning](./mlstudio_designer.md)
12+
- [Apache Spark](./spark.md)
13+
- [Apache Flink](./flink.md)
14+
- [Apache Beam](./beam.md)

docs/user_guides/mlops/serving/deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ Artifact versions are unique for the same model version.
219219

220220
When a new deployment is created, a new artifact version is generated in two cases:
221221

222-
- the artifact version in the predictor is set to `CREATE` (see [Artifact Version](../predictor/#artifact_version))
222+
- the artifact version in the predictor is set to `CREATE` (see [Artifact Version](./predictor.md#artifact_version))
223223
- no model artifact with the same files has been created before.
224224

225225
Inside a model deployment, the local path to the artifact files is stored in the `ARTIFACT_FILES_PATH` environment variable (see [environment variables](../serving/predictor.md#environment-variables)).

docs/user_guides/projects/iam_role/iam_role_chaining.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Before you begin this guide you'll need the following:
1212
- A Hopsworks cluster running on EC2.
1313
- [Role chaining](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html#iam-term-role-chaining) setup in AWS.
1414
- Configure role mappings in Hopsworks.
15-
For a guide on how to configure this see [AWS IAM Role Chaining](../../setup_installation/admin/roleChaining.md).
15+
For a guide on how to configure this see [AWS IAM Role Chaining](../../../setup_installation/admin/roleChaining.md).
1616

1717
## UI
1818

docs/user_guides/projects/opensearch/connect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ client = OpenSearch(**opensearch_api.get_default_py_config())
3939

4040
## Going Further
4141

42-
You can now use the client to interact directly with the OpenSearch cluster, such as [vector database](../../mlops/vector_database/index.md).
42+
You can now use the client to interact directly with the OpenSearch cluster, such as [vector database](../../../concepts/mlops/opensearch.md).

0 commit comments

Comments
 (0)