Skip to content

Commit adde53c

Browse files
authored
Correct URL to naming-conventions (#477)
Signed-off-by: Gerard Klijs <gerard.klijs@axoniq.io>
1 parent 0dc1025 commit adde53c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/io/cloudevents/core/impl/BaseCloudEventBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ protected static IllegalStateException createMissingAttributeException(String at
213213
*
214214
* @param name the extension name
215215
* @return true if extension name is valid, false otherwise
216-
* @see <a href="/cloudevents/spec/blob/master/spec.md#attribute-naming-convention">attribute-naming-convention</a>
216+
* @see <a href="/cloudevents/spec/blob/main/cloudevents/spec.md#naming-conventions">attribute-naming-conventions</a>
217217
*/
218218
private static boolean isValidExtensionName(String name) {
219219
for (int i = 0; i < name.length(); i++) {

0 commit comments

Comments
 (0)