Skip to content

Commit

Permalink
Merge pull request #12437 from jetty/fix/12.0.x/download-uri-fix
Browse files Browse the repository at this point in the history
Fix download url in message
  • Loading branch information
joakime authored Oct 29, 2024
2 parents cccfd20 + 7936a34 commit 57f1313
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ protected void doStart() throws Exception
if (!Jetty.STABLE)
{
LOG.warn("THIS IS NOT A STABLE RELEASE! DO NOT USE IN PRODUCTION!");
LOG.warn("Download a stable release from https://download.eclipse.org/jetty/");
LOG.warn("Download a stable release from https://jetty.org/download.html");
}

final ExceptionUtil.MultiException multiException = new ExceptionUtil.MultiException();
Expand Down

0 comments on commit 57f1313

Please sign in to comment.