8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f56b2d7 commit 98dd3b7Copy full SHA for 98dd3b7
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="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>
217
*/
218
private static boolean isValidExtensionName(String name) {
219
for (int i = 0; i < name.length(); i++) {
0 commit comments