From: <zu...@us...> - 2013-01-03 09:16:17
|
Revision: 4847 http://sourceforge.net/p/fuse-emulator/code/4847 Author: zubzero Date: 2013-01-03 09:16:15 +0000 (Thu, 03 Jan 2013) Log Message: ----------- Add trailing slash to URL of bug tracker Modified Paths: -------------- trunk/libspectrum/configure.ac trunk/libspectrum/hacking/ChangeLog Modified: trunk/libspectrum/configure.ac =================================================================== --- trunk/libspectrum/configure.ac 2013-01-03 09:14:29 UTC (rev 4846) +++ trunk/libspectrum/configure.ac 2013-01-03 09:16:15 UTC (rev 4847) @@ -39,7 +39,7 @@ m4_define([libspectrum_url], [http://fuse-emulator.sourceforge.net/libspectrum.php]) m4_define([libspectrum_bugreport], - [http://sourceforge.net/p/fuse-emulator/bugs]) + [http://sourceforge.net/p/fuse-emulator/bugs/]) AC_INIT([libspectrum],[libspectrum_version],[libspectrum_bugreport], [libspectrum],[libspectrum_url]) Modified: trunk/libspectrum/hacking/ChangeLog =================================================================== --- trunk/libspectrum/hacking/ChangeLog 2013-01-03 09:14:29 UTC (rev 4846) +++ trunk/libspectrum/hacking/ChangeLog 2013-01-03 09:16:15 UTC (rev 4847) @@ -935,3 +935,4 @@ 'Interface II' to 'Interface 2' in comments and documentation (Stuart). 20130103 configure.ac: make some URLs point to the new sourceforge forge and update copyright date to 2013 (Sergio). +20130103 configure.ac: add trailing slash to URL of bug tracker (Stuart). This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |