Skip to content
Snippets Groups Projects
Unverified Commit 944dd8be authored by Rodrigo Nascimento's avatar Rodrigo Nascimento
Browse files

Fix misspelling and link

parent e92a7e3e
No related branches found
No related tags found
No related merge requests found
RocketChat.Migrations.add({ RocketChat.Migrations.add({
version: 33, version: 33,
up() { up() {
const scriptAlert = '/**\n * This scrit is out-of-date, convert to the new format\n * (https://github.com/RocketChat/Rocket.Chat/wiki/WebHook-Scripting)\n**/\n\n'; const scriptAlert = '/**\n * This script is out-of-date, convert to the new format\n * (https://rocket.chat/docs/administrator-guides/integrations)\n**/\n\n';
const integrations = RocketChat.models.Integrations.find({ const integrations = RocketChat.models.Integrations.find({
$or: [ $or: [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment