Skip to content

Commit

Permalink
Fix link to Design Principles in PTransform Style Guide
Browse files Browse the repository at this point in the history
The href to Design Principles was broken in the PTransform Style
Guide in the documentation. The href was changed to point to the
Contribution Guide.
  • Loading branch information
ttanay committed Feb 27, 2019
1 parent a7cff36 commit e4a649b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/contribute/ptransform-style-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ _A style guide for writers of new reusable PTransforms._
### Consistency
Be consistent with prior art:

* Adhere to [Beam design principles]({{ site.baseurl }}/contribute/design-principles/).
* Adhere to [Beam design principles]({{ site.baseurl }}/contribute/).
* If there is already a similar transform in some SDK, make the API of your transform similar, so that users' experience with one of them will transfer to the other. This applies to transforms in the same-language SDK and different-language SDKs.
*Exception:* pre-existing transforms that clearly violate the current style guide for the sole reason that they were developed before this guide was ratified. In this case, the style guide takes priority over consistency with the existing transform.
* When there is no existing similar transform, stay within what is idiomatic within your language of choice (e.g. Java or Python).
Expand Down

0 comments on commit e4a649b

Please sign in to comment.