8000 Correct URL to naming-conventions (#477) · abutch3r/sdk-java@98dd3b7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 98dd3b7

Browse files
gklijsabutch3r
authored andcommitted
Correct URL to naming-conventions (cloudevents#477)
Signed-off-by: Gerard Klijs <gerard.klijs@axoniq.io> Signed-off-by: alex-butcher <21243172+abutch3r@users.noreply.github.com>
1 parent f56b2d7 commit 98dd3b7

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="https://github.com/cloudevents/spec/blob/master/spec.md#attribute-naming-convention">attribute-naming-convention</a>
216+
* @see <a href="https://github.com/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)
0