itizawa 4 лет назад
Родитель
Сommit
bdca209bb2

+ 1 - 1
src/client/js/components/Admin/SlackIntegration/WithProxyAccordions.jsx

@@ -40,7 +40,7 @@ const BotInstallProcessForOfficialBot = () => {
   return (
     <div className="my-5 d-flex flex-column align-items-center">
       {/* TODO: Insert install link */}
-      <button type="button" className="btn btn-primary text-nowrap" onClick={() => window.open('https://api.slack.com/apps', '_blank')}>
+      <button type="button" className="btn btn-primary text-nowrap" onClick={() => window.open('https://slackbot-proxy.growi.org/', '_blank')}>
         {t('admin:slack_integration.accordion.install_now')}
         <i className="fa fa-external-link ml-2" aria-hidden="true" />
       </button>