Skip to content

Commit 9614724

Browse files
authored
Merge pull request #54 from back4app/new-faq-docs-urls
New FAQ and Docs urls
2 parents c1788b0 + 24254a3 commit 9614724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/back4App/Header/headerNavData.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const headerNavData = {
22
items: [
33
{label: 'My Apps', url: 'https://dashboard.back4app.com/apps/#!/admin'},
44
{label: 'Dashboard', url: '/apps'},
5-
{label: 'Docs', url: 'http://docs.back4app.com/'},
5+
{label: 'Docs', url: 'https://www.back4app.com/docs'},
66
{label: 'Community', url: 'https://groups.google.com/forum/#!forum/back4app'},
77
{label: 'Blog', url: 'http://blog.back4app.com/'}
88
],

0 commit comments

Comments
 (0)