We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dc1025 commit adde53cCopy full SHA for adde53c
core/src/main/java/io/cloudevents/core/impl/BaseCloudEventBuilder.java
@@ -213,7 +213,7 @@ protected static IllegalStateException createMissingAttributeException(String at
213
*
214
* @param name the extension name
215
* @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>
+ * @see <a href="/cloudevents/spec/blob/main/cloudevents/spec.md#naming-conventions">attribute-naming-conventions</a>
217
*/
218
private static boolean isValidExtensionName(String name) {
219
for (int i = 0; i < name.length(); i++) {
0 commit comments