Skip to content

Commit 9793d38

Browse files
authored
Merge pull request #4488 from esl/update-links
Changing links to MongooseIM packages
2 parents 7c7f99d + 5611ea6 commit 9793d38

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
* [Getting started](https://esl.github.io/MongooseDocs/latest/getting-started/Installation/)
1010
* [Developer's guide](https://esl.github.io/MongooseDocs/latest/developers-guide/Testing-MongooseIM/)
11-
* [Packages](https://www.erlang-solutions.com/resources/download.html)
11+
* [Packages](https://github.com/esl/MongooseIM/releases/latest)
1212
* Product page: [https://www.erlang-solutions.com/products/mongooseim.html](https://www.erlang-solutions.com/products/mongooseim.html)
1313
* Documentation: [https://esl.github.io/MongooseDocs/](https://esl.github.io/MongooseDocs/latest/)
1414
* Try it now: [https://trymongoose.im](https://trymongoose.im)
@@ -45,7 +45,7 @@ For a quick start just download:
4545

4646
* The [Docker image](https://hub.docker.com/r/erlangsolutions/mongooseim/) ([source code repository](https://github.com/esl/mongooseim-docker))
4747
* The [Helm chart](https://artifacthub.io/packages/helm/mongoose/mongooseim) ([source code repository](https://github.com/esl/MongooseHelm))
48-
* The [pre-built packages](https://www.erlang-solutions.com/resources/download.html) that suit your platform (Ubuntu, Debian, CentOS compatible: AlmaLinux and Rocky Linux)
48+
* The [pre-built packages](https://github.com/esl/MongooseIM/releases/latest) that suit your platform (Ubuntu, Debian, CentOS compatible: AlmaLinux and Rocky Linux)
4949

5050
## Public testing
5151

doc/getting-started/Installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Alternatively, check out our tutorial on [How to build MongooseIM from source co
1010

1111
## Packages
1212

13-
Go to the [downloads](https://www.erlang-solutions.com/resources/download.html) section of the Erlang Solutions website, and choose the version of MongooseIM you want.
13+
Go to the [latest release](https://github.com/esl/MongooseIM/releases/latest) page and select the package compatible with your system version.
1414
The following sections describe the installation process for different operating systems.
1515

1616

doc/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ We offer a set of additional server-side components:
5858

5959
For a quick start just download:
6060

61-
* The [pre-built packages](https://www.erlang-solutions.com/resources/download.html) that suit your platform (Ubuntu, Debian, CentOS compatible: AlmaLinux and Rocky Linux)
61+
* The [pre-built packages](https://github.com/esl/MongooseIM/releases/latest) that suit your platform (Ubuntu, Debian, CentOS compatible: AlmaLinux and Rocky Linux)
6262
* The [Docker image](https://hub.docker.com/r/erlangsolutions/mongooseim/) ([source code repository](https://github.com/esl/mongooseim-docker))
6363
* The [Helm chart](https://artifacthub.io/packages/helm/mongoose/mongooseim) ([source code repository](https://github.com/esl/MongooseHelm))
6464

doc/tutorials/How-to-build.md

-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ To compile MongooseIM you need:
1919
* C and C++ compiler: `gcc`, `g++`,
2020
* Erlang/OTP 26.0 or higher:
2121
* `erlang` EPEL package, or,
22-
* `esl-erlang` from [Erlang Solutions website](https://www.erlang-solutions.com/resources/download.html), or,
2322
* install using [kerl](https://github.com/kerl/kerl),
2423
* OpenSSL 0.9.8 or higher, for STARTTLS, SASL and SSL encryption: `openssl` and `openssl-devel`,
2524
* ODBC library: `unixODBC-devel`,
@@ -31,7 +30,6 @@ To compile MongooseIM you need:
3130
* C and C++ compiler: `gcc`, `g++`,
3231
* Erlang/OTP 24.0 or higher:
3332
* `erlang` package, or,
34-
* `esl-erlang` from [Erlang Solutions website](https://www.erlang-solutions.com/resources/download.html), or,
3533
* install using [kerl](https://github.com/kerl/kerl),
3634
* OpenSSL 0.9.8 or higher, for STARTTLS, SASL and SSL encryption: `olibssl-dev`,
3735
* ODBC library: `unixodbc-dev`,

0 commit comments

Comments
 (0)