diff --git a/package.json b/package.json index 8b92453..ba2d62f 100644 --- a/package.json +++ b/package.json @@ -9,14 +9,14 @@ }, "repository": { "type": "git", - "url": "git+https://gitlab.com/Cynosphere/HiddenPhox.git" + "url": "git+https://gitdab.com/Cynosphere/HiddenPhox.git" }, "author": "Cynosphere", "license": "MIT", "bugs": { - "url": "https://gitlab.com/Cynosphere/HiddenPhox/issues" + "url": "https://gitdab.com/Cynosphere/HiddenPhox/issues" }, - "homepage": "https://gitlab.com/Cynosphere/HiddenPhox#readme", + "homepage": "https://gitdab.com/Cynosphere/HiddenPhox#readme", "dependencies": { "@ctrl/tinycolor": "^3.4.1", "@discordjs/opus": "^0.9.0", diff --git a/src/modules/fedimbed.js b/src/modules/fedimbed.js index 012ab43..da05d03 100644 --- a/src/modules/fedimbed.js +++ b/src/modules/fedimbed.js @@ -6,7 +6,7 @@ const {hasFlag} = require("../lib/guildSettings.js"); const {parseHtmlEntities, getUploadLimit} = require("../lib/utils.js"); const FRIENDLY_USERAGENT = - "HiddenPhox/fedimbed (https://gitlab.com/Cynosphere/HiddenPhox)"; + "HiddenPhox/fedimbed (https://gitdab.com/Cynosphere/HiddenPhox)"; const URLS_REGEX = /(?:\s|^)(https?:\/\/[^\s<]+[^<.,:;"'\]\s])/g;