Skip to content

Commit e47854d

Browse files
nataliacondenataliaconde
andauthored
Update docs links (#216)
Co-authored-by: nataliaconde <[email protected]>
1 parent 7d2a05f commit e47854d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/dashboard/Analytics/Explorer/Explorer.react.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ class Explorer extends DashboardView {
357357
<a
358358
href='javascript:;'
359359
role='button'
360-
onClick={() => window.open('https://www.back4app.com/docs/analytics/mobile-app-analytics', '_blank') }
360+
onClick={() => window.open('https://www.back4app.com/docs/parse-dashboard/analytics/mobile-app-analytics', '_blank') }
361361
className={styles.toolbarAction}
362362
style={{ borderRight: '1px solid #66637a' }}>
363363
<Icon name='question-solid' width={14} height={14} fill='#66637a' />
@@ -483,7 +483,7 @@ class Explorer extends DashboardView {
483483
icon='analytics-outline'
484484
description={'These queries didn\'t retrieve any result.'}
485485
cta='Get started with Analytics Explorer'
486-
action={() => window.open('https://www.back4app.com/docs/analytics/mobile-app-analytics', '_blank') } />
486+
action={() => window.open('https://www.back4app.com/docs/parse-dashboard/analytics/mobile-app-analytics', '_blank') } />
487487
);
488488
break;
489489
case 'table':

src/dashboard/Analytics/SlowQueries/SlowQueries.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ class SlowQueries extends TableView {
241241
description={'You haven\'t executed any queries.'}
242242
icon='gears'
243243
cta='Get started with Query'
244-
action={() => window.open('https://www.back4app.com/docs/analytics/slow-query-tool', '_blank') } />
244+
action={() => window.open('https://www.back4app.com/docs/parse-dashboard/analytics/slow-query-tool', '_blank') } />
245245
);
246246
}
247247

src/dashboard/Data/CloudCode/B4ACloudCode.react.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ class B4ACloudCode extends CloudCode {
201201
let alertTips = null;
202202

203203
let alertTipsMessage = <div>
204-
<p><b></b> To deploy your Cloud Code Functions you can use the Dashboard bellow or the <a href="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 <a href="https://www.back4app.com/docs/platform/parse-cli" target="_blank">Back4App CLI.</a></p>
205205
<p><b></b> To upload your code you should first click on ADD button and choose what files you want to upload.</p>
206206
<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>
207207
<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 {
223223
<Button
224224
value='LEARN MORE'
225225
primary={true}
226-
onClick={() => window.open('https://back4app.com/docs/platform/get-started/cloud-functions', '_blank')} />
226+
onClick={() => window.open('https://www.back4app.com/docs/get-started/cloud-functions', '_blank')} />
227227
</div>
228228

229229
alertWhatIs = <B4AAlert

0 commit comments

Comments
 (0)