You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/dashboard/Data/CloudCode/B4ACloudCode.react.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -201,7 +201,7 @@ class B4ACloudCode extends CloudCode {
201
201
letalertTips=null;
202
202
203
203
letalertTipsMessage=<div>
204
-
<p><b>•</b> To deploy your Cloud Code Functions you can use the Dashboard bellow or the <ahref="https://www.back4app.com/docs/platform/command-line-tool/parse-server-setup"target="_blank">Back4App CLI.</a></p>
204
+
<p><b>•</b> To deploy your Cloud Code Functions you can use the Dashboard bellow or the <ahref="https://www.back4app.com/docs/platform/parse-cli"target="_blank">Back4App CLI.</a></p>
205
205
<p><b>•</b> To upload your code you should first click on ADD button and choose what files you want to upload.</p>
206
206
<p><b>•</b> The first file MUST BE called main.js and any other file or folder MUST BE referenced more in this file.</p>
207
207
<p><b>•</b> After ADD and REMOVE all files you want, click on the DEPLOY button and commit your operation;</p>
@@ -223,7 +223,7 @@ class B4ACloudCode extends CloudCode {
0 commit comments