From 1843394cf2078fd9cb991311feb2620b636baf2e Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Mon, 22 Jun 2026 18:51:38 +0100 Subject: [PATCH] chore: replace http with https in urls --- example/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/app.js b/example/app.js index 645d3ba..f51b2b1 100644 --- a/example/app.js +++ b/example/app.js @@ -14,7 +14,7 @@ const fastify = require('fastify')({ const superheroes = require('superheroes') const shortid = require('shortid') // you can use any queue system for delivering a message -// across multiple server instances, see http://npm.im/mqemitter. +// across multiple server instances, see https://www.npmjs.com/package/mqemitter. const mq = require('mqemitter') const emitter = mq({ concurrency: 5 })