\r
\r
<!-- Download links -->\r
- <property name="gc.url" value="https://github.com/${gh.org}/gitblit/releases/download/" />\r
+ <property name="gh.url" value="https://github.com/${gh.org}" />\r
+ <property name="gc.url" value="${gh.url}/gitblit/releases/download/" />\r
<property name="docker.url" value="https://hub.docker.com/r/gitblit/gitblit" />\r
\r
<!-- Report Java version -->\r
\r
<replace token="%GCURL%" value="${gc.url}${currentRelease.tag}/" />\r
<replace token="%DOCKERURL%" value="${docker.url}" />\r
+ <replace token="%GBLOG4JURL%" value="${gh.url}/${gh.repo}/blob/master/src/main/java/log4j.properties" />\r
\r
<properties token="%PROPERTIES%" file="${project.distrib.dir}/data/defaults.properties" />\r
\r
\r
<replace token="%GCURL%" value="${gc.url}${currentRelease.tag}/" />\r
<replace token="%DOCKERURL%" value="${docker.url}" />\r
+ <replace token="%GBLOG4JURL%" value="${gh.url}/${gh.repo}/blob/master/src/main/java/log4j.properties" />\r
\r
<properties token="%PROPERTIES%" file="${project.distrib.dir}/data/defaults.properties" />\r
\r
\r
java -Dlog4j.configuration=file:///home/james/log4j.properties -cp gitblit.jar:"ext/*" com.gitblit.GitBlitServer <optional_gitblit_args>\r
\r
-You can not use override the default log4j configuration *AND* specify the `--dailyLogFile` parameter. For reference, here is [Gitblit's default Log4j configuration](https://github.com/gitblit-org/gitblit/blob/master/src/log4j.properties). It includes some file appenders that are disabled by default. \r
+You can not use override the default log4j configuration *AND* specify the `--dailyLogFile` parameter. For reference, here is [Gitblit's default Log4j configuration](%GBLOG4JURL%). It includes some file appenders that are disabled by default. \r
\r