Sun, 23 Feb 2025 14:04:38 +0100
fix outdated link to develop.uap-core.de and link to latest dist
--- a/README Sun Feb 23 14:03:15 2025 +0100 +++ b/README Sun Feb 23 14:04:38 2025 +0100 @@ -25,9 +25,9 @@ The build processes requires executing a simple configure script and calling make. You can clone the repository or download the sources from SourceForge. - wget https://sourceforge.net/projects/ucx/files/ucx-latest.tar.gz - tar -xzf ucx-latest.tar.gz - cd ucx-latest + wget -O libucx.tgz https://sourceforge.net/projects/ucx/files/latest + tar -xzf libucx.tgz + cd libucx Then execute ./configure with the options you like. You can get a list of all available options with ./configure --help. The recommended configuration
--- a/docs/Writerside/topics/about.md Sun Feb 23 14:03:15 2025 +0100 +++ b/docs/Writerside/topics/about.md Sun Feb 23 14:04:38 2025 +0100 @@ -9,7 +9,7 @@ If you want to use this library, you can [download and install](install.md) the recent version. -The source code is also available as Mercurial repository [at our site](https://develop.uap-core.de/hg/ucx/) and +The source code is also available as Mercurial repository [at our site](https://uap-core.de/hg/ucx/) and on [Source Forge](https://sourceforge.net/p/ucx/code/). ## Authors
--- a/docs/Writerside/topics/install.md Sun Feb 23 14:03:15 2025 +0100 +++ b/docs/Writerside/topics/install.md Sun Feb 23 14:04:38 2025 +0100 @@ -15,9 +15,9 @@ <a href="https://sourceforge.net/projects/ucx/files/">Source Forge</a> and extract it somewhere on your machine. You can also use the command line to do this. <code-block lang="sh"> -wget https://sourceforge.net/projects/ucx/files/ucx-latest.tar.gz -tar -xzf ucx-latest.tar.gz -cd ucx-latest +wget -O libucx.tgz https://sourceforge.net/projects/ucx/files/latest +tar -xzf libucx.tgz +cd libucx </code-block> </step> <step>
--- a/src/cx/common.h Sun Feb 23 14:03:15 2025 +0100 +++ b/src/cx/common.h Sun Feb 23 14:04:38 2025 +0100 @@ -46,7 +46,7 @@ * Repositories:<br> * <a href="https://sourceforge.net/p/ucx/code">https://sourceforge.net/p/ucx/code</a> * - or - - * <a href="https://develop.uap-core.de/hg/ucx">https://develop.uap-core.de/hg/ucx</a> + * <a href="https://uap-core.de/hg/ucx">https://uap-core.de/hg/ucx</a> * </p> * * <h2>LICENCE</h2>