The source project of this merge request has been removed.
Ejabberd download link update
Merge Request Guidelines
- Please fill this form out to the best of your ability.
- Follow the principle of "One Merge Request, One Concern"
- Merge Requests must be complete in total.
- Contributed Code must be universal in scope, ie: Able to be used for all installs / install environments.
Description
Updated the download link for ejabberd 23.04 used in osp-configh.sh to a working link.
Motivation and Context
The old link (https://www.process-one.net/downloads/downloads-action.php?file=/23.04/ejabberd-23.04-1-linux-x64.run
) is 404ing now.
How Has This Been Tested?
Updated with a link to their github release pages: https://github.com/processone/ejabberd/releases/download/23.04/ejabberd-23.04-1-linux-x64.run
Screenshots (if appropriate):
Types of changes
-
Bug fix (non-breaking change which fixes an issue) -
New feature (non-breaking change which adds functionality) -
Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
-
My code follows the code style of this project. -
Merge Request Follows the Merge Request Guidelines -
My change requires a change to the documentation. -
I have updated the documentation accordingly.