Skip to content

Commit

Permalink
Release preparation (V)
Browse files Browse the repository at this point in the history
  • Loading branch information
torrentg committed Mar 8, 2023
1 parent 830534d commit b3833fc
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
1 change: 1 addition & 0 deletions bin/src2bin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ rm -f $CCRUNCHER/missing;
rm -rf $CCRUNCHER/test-driver;
rm -rf $CCRUNCHER/autom4te.cache;
rm -f $CCRUNCHER/Makefile*;
rm -f $CCRUNCHER/README.md;
rm -f $CCRUNCHER/*.log;
rm -rf $CCRUNCHER/src;
rm -rf $CCRUNCHER/build;
Expand Down
5 changes: 0 additions & 5 deletions doc/html/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,6 @@
</nav>
<main>
<h1>Download</h1>
<p>
Project packages are also available at
<a href="http://sourceforge.net/projects/ccruncher/">SourceForge</a>
<i class="fa fa-external-link" aria-hidden="true"></i>.
</p>
<div class="row">
<div class="col-md-4">
<div class="card text-xs-center">
Expand Down
2 changes: 1 addition & 1 deletion src/utils/ExpatHandlers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ namespace ccruncher {
* This class provides support to define these handlers and methods
* to interact with the XML parser.
*
* @see http://expat.sourceforge.net/
* @see https://libexpat.github.io/
* @see http://www.xml.com/pub/a/1999/09/expat/index.html
*/
class ExpatHandlers
Expand Down
2 changes: 1 addition & 1 deletion src/utils/ExpatParser.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ namespace ccruncher {
* - file checksum (adler32)
* - stop parser on demand
*
* @see http://expat.sourceforge.net/
* @see https://libexpat.github.io/
* @see http://www.xml.com/pub/a/1999/09/expat/index.html
*/
class ExpatParser
Expand Down

0 comments on commit b3833fc

Please sign in to comment.