Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Dec 14, 2019. It is now read-only.

Commit 3d301ec

Browse filesBrowse files
committed
Merge pull request hub4j#278 from jglick/javadoc
Fixed broken link
2 parents 9ab6d57 + 35dec7a commit 3d301ec
Copy full SHA for 3d301ec

File tree

Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed

‎src/main/java/org/kohsuke/github/GHEvent.java

Copy file name to clipboardExpand all lines: src/main/java/org/kohsuke/github/GHEvent.java
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@
55
/**
66
* Hook event type.
77
*
8-
* See http://developer.github.com/v3/events/types/
9-
*
108
* @author Kohsuke Kawaguchi
119
* @see GHEventInfo
10+
* @see <a href="https://developer.github.com/v3/activity/events/types/">Event type reference</a>
1211
*/
1312
public enum GHEvent {
1413
COMMIT_COMMENT,

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.