Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderahn committed Nov 21, 2024
1 parent f765e0e commit bcb3f37
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ You can check your **ProphecyLibsPython** version under **Dependencies**.

If you have uncommitted changes in your Pipelines, you may be prompted to either **Commit & Save** or **Save Without Committing**. The update will affect all Pipelines in your Project.

For an up-to-date list of Prophecy versions and libraries, see [Version Chart](/docs/release_notes/version_chart.md).
For an up-to-date list of Prophecy versions and libraries, see [Version Chart](/docs/release_notes/version_chart/version_chart.md).

## Turn on the Pipeline Monitoring flag

Expand Down
2 changes: 1 addition & 1 deletion docs/concepts/fabrics/prophecy-libs.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ You can see which Prophecy Libs version is running on your Spark cluster by chec

<img src={require('./img/libs-version-cluster.png').default} alt="Prophecy libs version in the Fabric cluster" width="58%" />

For a list of the latest versions, see [Version Chart](/docs/release_notes/version_chart.md).
For a list of the latest versions, see [Version Chart](/docs/release_notes/version_chart/version_chart.md.md).

## Functionality

Expand Down
2 changes: 1 addition & 1 deletion docs/release_notes/version_chart/version_chart.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Check to make sure the Spark version and Scala version of your Prophecy Scala Li
of your cluster!
:::

You can query this table using the following API and your ([personal access token](..%2Fmetadata%2FprophecyAPI.md)):
You can query this table using the following API and your ([personal access token](/docs/metadata/prophecyAPI.md)):

```bash
curl --header 'X-Auth-Token: $PROPHECY_PAT' --location https://app.prophecy.io/api/editor/plibVersions
Expand Down

0 comments on commit bcb3f37

Please sign in to comment.