summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/site/templates/ghreleasenotes.awk2
-rw-r--r--src/test/java/com/gitblit/tests/GitBlitSuite.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/site/templates/ghreleasenotes.awk b/src/site/templates/ghreleasenotes.awk
index f4479552..455334a1 100755
--- a/src/site/templates/ghreleasenotes.awk
+++ b/src/site/templates/ghreleasenotes.awk
@@ -6,7 +6,7 @@ BEGIN { on=0 ; skip=1 ; block=0 ; section=""}
/r[0-9]+: *{/ { on=1 ; next }
/^[[:blank:]]*}[[:blank:]]*$/ { if (on) {
- print "[Full release notes on gitblit.com](http://gitblit.com/releases.html#" relId ")"
+ print "[Full release notes on gitblit.com](http://www.gitblit.com/releases.html#" relId ")"
exit 0
}
}
diff --git a/src/test/java/com/gitblit/tests/GitBlitSuite.java b/src/test/java/com/gitblit/tests/GitBlitSuite.java
index 94150325..e0328112 100644
--- a/src/test/java/com/gitblit/tests/GitBlitSuite.java
+++ b/src/test/java/com/gitblit/tests/GitBlitSuite.java
@@ -220,7 +220,7 @@ public class GitBlitSuite {
}
cloneOrFetch("helloworld.git", HELLOWORLD_REPO_SOURCE.getAbsolutePath());
cloneOrFetch("ticgit.git", TICGIT_REPO_SOURCE.getAbsolutePath());
- cloneOrFetch("test/jgit.git", "https://github.com/eclipse/jgit.git");
+ cloneOrFetch("test/jgit.git", "https://github.com/eclipse-jgit/jgit.git");
cloneOrFetch("test/helloworld.git", HELLOWORLD_REPO_SOURCE.getAbsolutePath());
cloneOrFetch("test/ambition.git", AMBITION_REPO_SOURCE.getAbsolutePath());
cloneOrFetch("test/gitective.git", GITECTIVE_REPO_SOURCE.getAbsolutePath());