[FIX]Update link URL at AppsWhatIsIt (#18240)

pull/18127/head
Tasso Evangelista 6 years ago committed by GitHub
parent e4e3c3ad02
commit 8427e69f73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      client/admin/apps/AppsWhatIsIt.js

@ -8,7 +8,7 @@ import { useRoute } from '../../contexts/RouterContext';
import { useTranslation } from '../../contexts/TranslationContext';
import { useMethod } from '../../contexts/ServerContext';
const readMeUrl = 'https://github.com/RocketChat/Rocket.Chat.Apps-dev-environment/blob/master/README.md';
const readMeUrl = 'https://go.rocket.chat/i/developing-an-app';
function AppsWhatIsIt() {
const t = useTranslation();

Loading…
Cancel
Save