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

Commit fff8975

Browse filesBrowse files
committed
deploy via GitHub pages
1 parent 00d2788 commit fff8975
Copy full SHA for fff8975

File tree

Expand file treeCollapse file tree

1 file changed

+6
-8
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-8
lines changed

‎src/site/site.xml

Copy file name to clipboardExpand all lines: src/site/site.xml
+6-8Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,19 @@
22
<project name="GitHub API for Java">
33
<bannerLeft>
44
<name>GitHub API for Java</name>
5-
<href>http://kohsuke.org/github-api</href>
5+
<href>http://github-api.kohsuke.org/</href>
66
</bannerLeft>
77
<skin>
88
<groupId>org.kohsuke</groupId>
99
<artifactId>maven-skin</artifactId>
10-
<version>1.1</version>
10+
<version>1.2</version>
1111
</skin>
12-
<!--<bannerRight>-->
13-
<!--<src>http://maven.apache.org/images/maven-small.gif</src>-->
14-
<!--</bannerRight>-->
12+
1513
<body>
1614
<menu name="Git Hub API for Java">
17-
<item name="Introduction" href="index.html"/>
18-
<!--item name="User Guide" href="user-guide.html"/-->
19-
<item name="Download" href="http://maven.dyndns.org/2/org/kohsuke/github-api/"/>
15+
<item name="Introduction" href="/index.html"/>
16+
<item name="Download" href="http://mvnrepository.com/artifact/${project.groupId}/${project.artifactId}"/>
17+
<item name="Source code" href="https://github.com/kohsuke/${project.artifactId}"/>
2018
</menu>
2119

2220
<menu name="References">

0 commit comments

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