소스 검색

Changed link

Steven Fukase 5 년 전
부모
커밋
2779adc992
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/client/js/components/Admin/SlackIntegration/CustomBotNonProxySettings.jsx

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

@@ -22,7 +22,7 @@ class CustomBotNonProxySettings extends React.Component {
       <Fragment>
         <div className="row my-5">
           <div className="mx-auto">
-            <button type="button" className="btn btn-primary text-nowrap mx-1" onClick={() => window.open('https://google.com', '_blank')}>
+            <button type="button" className="btn btn-primary text-nowrap mx-1" onClick={() => window.open('https://api.slack.com/apps', '_blank')}>
               Create Bot
             </button>
           </div>