Skip to content

Commit

Permalink
Correct URL to naming-conventions (#477)
Browse files Browse the repository at this point in the history
Signed-off-by: Gerard Klijs <gerard.klijs@axoniq.io>
  • Loading branch information
gklijs committed Sep 14, 2022
1 parent 0dc1025 commit adde53c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ protected static IllegalStateException createMissingAttributeException(String at
*
* @param name the extension name
* @return true if extension name is valid, false otherwise
* @see <a href="https://github.com/cloudevents/spec/blob/master/spec.md#attribute-naming-convention">attribute-naming-convention</a>
* @see <a href="https://github.com/cloudevents/spec/blob/main/cloudevents/spec.md#naming-conventions">attribute-naming-conventions</a>
*/
private static boolean isValidExtensionName(String name) {
for (int i = 0; i < name.length(); i++) {
Expand Down

0 comments on commit adde53c

Please sign in to comment.