Skip to content

Commit 774aa63

Browse files
committed
Removed mirror-parameter osdn in download links
1 parent b7fae92 commit 774aa63

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

dddsample/src/site/apt/download.apt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ Prerequisites
1717
Downloads
1818

1919
There are three different {{{http://sourceforge.net/project/showfiles.php?group_id=210606}downloads}} available:
20-
the {{{http://downloads.sourceforge.net/dddsample/dddsample-1.0-src.zip?use_mirror=osdn} source package}},
21-
the {{{http://downloads.sourceforge.net/dddsample/IncidentLoggingApplication.zip?use_mirror=osdn} Incident Logging Application}}
22-
and the {{{http://downloads.sourceforge.net/dddsample/dddsample-1.0.war?use_mirror=osdn} pre-built web archive}}.
20+
the {{{http://downloads.sourceforge.net/dddsample/dddsample-1.0-src.zip} source package}},
21+
the {{{http://downloads.sourceforge.net/dddsample/IncidentLoggingApplication.zip} Incident Logging Application}}
22+
and the {{{http://downloads.sourceforge.net/dddsample/dddsample-1.0.war} pre-built web archive}}.
2323

2424
The project uses Maven for build and management.
2525

2626
* Source package
2727

28-
Download {{{http://downloads.sourceforge.net/dddsample/dddsample-1.0-src.zip?use_mirror=osdn} here}}.
28+
Download {{{http://downloads.sourceforge.net/dddsample/dddsample-1.0-src.zip} here}}.
2929

3030
This is a complete checkout of the core application source code.
3131

@@ -59,7 +59,7 @@ mvn jetty:run
5959

6060
* Incident Logging Application
6161

62-
Download {{{http://downloads.sourceforge.net/dddsample/IncidentLoggingApplication.zip?use_mirror=osdn} here}}.
62+
Download {{{http://downloads.sourceforge.net/dddsample/IncidentLoggingApplication.zip} here}}.
6363

6464
This is a simple, standalone Swing client that's used for registering handling events. It communicates with the core
6565
application via a Web Service interface. Unpack and run:
@@ -78,7 +78,7 @@ java -jar IncidentLoggingApplication.jar
7878

7979
* Pre-built web archive
8080

81-
Download {{{http://downloads.sourceforge.net/dddsample/dddsample-1.0.war?use_mirror=osdn} here}}
81+
Download {{{http://downloads.sourceforge.net/dddsample/dddsample-1.0.war} here}}
8282

8383
This is a pre-built standard .war, ready to be deployed in a standard servlet container such as Tomcat. It is
8484
offered as a convenience if you want a simple way to run the application without bothering with the build

0 commit comments

Comments
 (0)