Correct URL to naming-conventions (#477)

Signed-off-by: Gerard Klijs <gerard.klijs@axoniq.io>
This commit is contained in:
Gerard Klijs 2022-09-14 15:46:09 +02:00 committed by GitHub
parent 0dc10251ff
commit adde53c817
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ public abstract class BaseCloudEventBuilder<SELF extends BaseCloudEventBuilder<S
*
* @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++) {