Skip to content

Commit e18de24

Browse files
authored
[HWORKS-2099] Remove references to hopsworks connection from the docs (#457)
1 parent a63cfec commit e18de24

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

.github/workflows/mkdocs-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
python-version: "3.10"
1919

2020
- name: Install ubuntu dependencies
21-
run: sudo apt-get install -y libxml2-dev libxslt-dev
21+
run: sudo apt update && sudo apt-get install -y libxml2-dev libxslt-dev
2222

2323
- name: install deps
2424
run: pip3 install -r requirements-docs.txt

.github/workflows/mkdocs-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
python-version: "3.10"
1818

1919
- name: Install ubuntu dependencies
20-
run: sudo apt-get install -y libxml2-dev libxslt-dev
20+
run: sudo apt update && sudo apt-get install -y libxml2-dev libxslt-dev
2121

2222
- name: install deps
2323
run: pip3 install -r requirements-docs.txt

docs/user_guides/integrations/databricks/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,4 @@ fs = project.get_feature_store() # Get the project's default feature s
103103

104104
## Next Steps
105105

106-
For more information about how to connect, see the [Connection](https://docs.hopsworks.ai/hopsworks-api/{{{ hopsworks_version }}}/generated/api/connection_api/) API reference. Or continue with the Data Source guide to import your own data to the Feature Store.
106+
For more information about how to connect, see the [Login API](https://docs.hopsworks.ai/hopsworks-api/{{{ hopsworks_version }}}/generated/api/login/) API reference. Or continue with the Data Source guide to import your own data to the Feature Store.

docs/user_guides/integrations/emr/emr_configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,4 +194,4 @@ Your EMR cluster will now be able to access your Hopsworks Feature Store.
194194

195195
## Next Steps
196196

197-
Use the [Connection API](https://docs.hopsworks.ai/hopsworks-api/{{{ hopsworks_version }}}/generated/api/connection_api/) to connect to the Hopsworks Feature Store. For more information about how to use the Feature Store, see the [Quickstart Guide](https://colab.research.google.com/github/logicalclocks/hopsworks-tutorials/blob/master/quickstart.ipynb){:target="_blank"}.
197+
Use the [Login API](https://docs.hopsworks.ai/hopsworks-api/{{{ hopsworks_version }}}/generated/api/login/) to connect to the Hopsworks Feature Store. For more information about how to use the Feature Store, see the [Quickstart Guide](https://colab.research.google.com/github/logicalclocks/hopsworks-tutorials/blob/master/quickstart.ipynb){:target="_blank"}.

docs/user_guides/integrations/hdinsight.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,4 @@ fs = project.get_feature_store()
142142

143143
## Next Steps
144144

145-
For more information on how to use the Hopsworks API check out the other guides or the [API Reference](https://docs.hopsworks.ai/hopsworks-api/{{{ hopsworks_version }}}/generated/api/connection_api/).
145+
For more information on how to use the Hopsworks API check out the other guides or the [Login API](https://docs.hopsworks.ai/hopsworks-api/{{{ hopsworks_version }}}/generated/api/login/).

docs/user_guides/integrations/mlstudio_designer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,4 +132,4 @@ Finally, submit the pipeline and wait for it to finish:
132132

133133
## Next Steps
134134

135-
For more information on how to use the Hopsworks API check out the other guides or the [API Reference](https://docs.hopsworks.ai/hopsworks-api/{{{ hopsworks_version }}}/generated/api/connection_api/).
135+
For more information on how to use the Hopsworks API check out the other guides or the [Login API](https://docs.hopsworks.ai/hopsworks-api/{{{ hopsworks_version }}}/generated/api/login/).

docs/user_guides/integrations/mlstudio_notebooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ fs = project.get_feature_store()
7979

8080
## Next Steps
8181

82-
For more information on how to use the Hopsworks API check out the other guides or the [API Reference](https://docs.hopsworks.ai/hopsworks-api/{{{ hopsworks_version }}}/generated/api/connection_api/).
82+
For more information on how to use the Hopsworks API check out the other guides or the [Login API](https://docs.hopsworks.ai/hopsworks-api/{{{ hopsworks_version }}}/generated/api/login/).

docs/user_guides/integrations/python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ fs = project.get_feature_store() # Get the project's default feature stor
6262

6363
## Next Steps
6464

65-
For more information on how to use the Hopsworks API check out the other guides or the [API Reference](https://docs.hopsworks.ai/hopsworks-api/{{{ hopsworks_version }}}/generated/api/connection_api/).
65+
For more information on how to use the Hopsworks API check out the other guides or the [Login API](https://docs.hopsworks.ai/hopsworks-api/{{{ hopsworks_version }}}/generated/api/login/).

docs/user_guides/integrations/spark.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@ fs = project.get_feature_store() # Get the project's default feature s
8989

9090
## Next Steps
9191

92-
For more information about how to connect, see the [Connection](https://docs.hopsworks.ai/hopsworks-api/{{{ hopsworks_version }}}/generated/api/connection_api/) API reference. Or continue with the Data Source guide to import your own data to the Feature Store.
92+
For more information about how to connect, see the [Login API](https://docs.hopsworks.ai/hopsworks-api/{{{ hopsworks_version }}}/generated/api/login/) API reference. Or continue with the Data Source guide to import your own data to the Feature Store.

0 commit comments

Comments
 (0)