This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new cd65aac2be7 Fix broken link (#28510)
cd65aac2be7 is described below

commit cd65aac2be73cd23e04fcede8eb63d94f830bc15
Author: Danny McCormick <[email protected]>
AuthorDate: Mon Sep 18 15:45:08 2023 -0400

    Fix broken link (#28510)
---
 website/www/site/content/en/documentation/sdks/python-dependencies.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/website/www/site/content/en/documentation/sdks/python-dependencies.md 
b/website/www/site/content/en/documentation/sdks/python-dependencies.md
index a96d722d05c..09c56adac43 100644
--- a/website/www/site/content/en/documentation/sdks/python-dependencies.md
+++ b/website/www/site/content/en/documentation/sdks/python-dependencies.md
@@ -32,7 +32,7 @@ Dependencies for your Beam SDK version are listed in 
`setup.py` in the Beam repo
     
https://raw.githubusercontent.com/apache/beam/v<VERSION_NUMBER>/sdks/python/setup.py
     ```
 
-    <p class="paragraph-wrap">Replace `&lt;VERSION_NUMBER&gt;` with the 
major.minor.patch version of the SDK. For example, <a 
href="ttps://raw.githubusercontent.com/apache/beam/v{{< param release_latest 
>}}/sdks/python/setup.py" target="_blank" rel="noopener 
noreferrer">https://raw.githubusercontent.com/apache/beam/v{{< param 
release_latest >}}/sdks/python/setup.py</a> will provide the dependencies for 
the {{< param release_latest >}} release.</p>
+    <p class="paragraph-wrap">Replace `&lt;VERSION_NUMBER&gt;` with the 
major.minor.patch version of the SDK. For example, <a 
href="https://raw.githubusercontent.com/apache/beam/v{{< param release_latest 
>}}/sdks/python/setup.py" target="_blank" rel="noopener 
noreferrer">https://raw.githubusercontent.com/apache/beam/v{{< param 
release_latest >}}/sdks/python/setup.py</a> will provide the dependencies for 
the {{< param release_latest >}} release.</p>
 
 
 2. Review the core dependency list under `REQUIRED_PACKAGES`.

Reply via email to