Author: hibou
Date: Mon Jun 22 14:32:13 2009
New Revision: 787244
URL: http://svn.apache.org/viewvc?rev=787244&view=rev
Log:
use https more than http as loosing SSL make people log out
Modified:
ant/ivy/core/trunk/doc/config.js
Modified: ant/ivy/core/trunk/doc/config.js
URL:
http://svn.apache.org/viewvc/ant/ivy/core/trunk/doc/config.js?rev=787244&r1=787243&r2=787244&view=diff
==============================================================================
--- ant/ivy/core/trunk/doc/config.js (original)
+++ ant/ivy/core/trunk/doc/config.js Mon Jun 22 14:32:13 2009
@@ -1,5 +1,5 @@
xooki.util.mix({debug:true,
- jira: {ids: ['IVY'], url: 'http://issues.apache.org/jira'},
+ jira: {ids: ['IVY'], url: 'https://issues.apache.org/jira'},
shortcuts: {
svn: {pre:
'https://svn.apache.org/repos/asf/ant/ivy/core/trunk/'},
ant: {pre: xooki.c.relativeRoot+'use/', post:'.html'}