Skip to content

Commit 1773bd6

Browse files
Update link in yaml-providers.md (#34570)
Replace Polber link with [beam-starter-java-provider] link (https://github.com/apache/beam-starter-java-provider)
1 parent 795e45d commit 1773bd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/www/site/content/en/documentation/sdks/yaml-providers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ four main steps:
4141
which provides an identifier used to refer to this transform later as well
4242
as metadata like a human-readable description and its configuration parameters.
4343
3. Building a Jar that contains these classes and vends them via the
44-
[Service Loader](https://github.com/Polber/beam-yaml-xlang/blob/95abf0864e313232a89f3c9e57b950d0fb478979/src/main/java/org/example/ToUpperCaseTransformProvider.java#L30)
44+
[Service Loader](https://github.com/apache/beam-starter-java-provider/blob/main/src/main/java/org/example/ToUpperCaseTransformProvider.java#L47)
4545
infrastructure.
4646
4. Writing a [provider specification](https://beam.apache.org/documentation/sdks/yaml/#providers)
4747
that tells Beam YAML where to find this jar and what it contains.

0 commit comments

Comments
 (0)