# HG changeset patch # User Mike Becker # Date 1740315878 -3600 # Node ID 0bf1c1fdf1e38181bbda785225fafd1aa5cb8f26 # Parent 129ef9bb1477830d266fd56d1db4594bb5ce0454 fix outdated link to develop.uap-core.de and link to latest dist diff -r 129ef9bb1477 -r 0bf1c1fdf1e3 README --- 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 diff -r 129ef9bb1477 -r 0bf1c1fdf1e3 docs/Writerside/topics/about.md --- 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 diff -r 129ef9bb1477 -r 0bf1c1fdf1e3 docs/Writerside/topics/install.md --- 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 @@ Source Forge and extract it somewhere on your machine. You can also use the command line to do this. -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 diff -r 129ef9bb1477 -r 0bf1c1fdf1e3 src/cx/common.h --- 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:
* https://sourceforge.net/p/ucx/code * - or - - * https://develop.uap-core.de/hg/ucx + * https://uap-core.de/hg/ucx *

* *

LICENCE