Skip to content

Commit 4de5230

Browse files
authored
fd-78 fix broken links (#79)
1 parent a53ad64 commit 4de5230

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

workshop/docs/modules/ROOT/pages/automating-workflows-with-pipelines.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ image::pipelines/wb-pipeline-node-1-file-output-form.png[Set file dependency val
102102

103103
In node 2, the notebook uploads the model to the S3 storage bucket.
104104

105-
You must set the S3 storage bucket keys by using the secret created by the `My Storage` connection that you set up in the xref:storing-data-with-connections.adoc[Storing data with connections] section of this {deliverable}.
105+
You must set the S3 storage bucket keys by using the secret created by the `My Storage` connection that you set up in the storing-data-with-connections.adoc[Storing data with connections] section of this {deliverable}.
106106

107107
You can use this secret in your pipeline nodes without having to save the information in your pipeline code. This is important, for example, if you want to save your pipelines - without any secret keys - to source control.
108108

@@ -197,7 +197,7 @@ Follow these steps in the {productname-short} dashboard:
197197
198198
. Check the status of the pipeline server:
199199
.. In your Fraud Detection project, click the *Pipelines* tab.
200-
** If you see the *Configure pipeline server* option, follow the steps in xref:enabling-data-science-pipelines[Enabling data science pipelines].
200+
** If you see the *Configure pipeline server* option, follow the steps in xref:enabling-data-science-pipelines.adoc[Enabling data science pipelines].
201201
** If you see the *Import a pipeline* option, the pipeline server is configured. Continue to the next step.
202202
. Restart your Fraud Detection workbench:
203203
.. Click the *Workbenches* tab.

workshop/docs/modules/ROOT/pages/storing-data-with-connections.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ NOTE: While it is possible for you to use one storage bucket for both purposes (
1212

1313
The provided script also creates a connection to each storage bucket.
1414

15-
To run the script that installs local MinIO storage buckets and creates connections to them, follow the steps in xref:running-a-script-to-install-storage[Running a script to install local object storage buckets and create connections].
15+
To run the script that installs local MinIO storage buckets and creates connections to them, follow the steps in xref:running-a-script-to-install-storage.adoc[Running a script to install local object storage buckets and create connections].
1616

17-
NOTE: If you want to use your own S3-compatible object storage buckets (instead of using the provided script), follow the steps in xref:creating-connections-to-storage[Creating connections to your own S3-compatible object storage].
17+
NOTE: If you want to use your own S3-compatible object storage buckets (instead of using the provided script), follow the steps in xref:creating-connections-to-storage.adoc[Creating connections to your own S3-compatible object storage].

0 commit comments

Comments
 (0)