Skip to content

Commit 9dc9b9d

Browse files
author
Lukas Gentele
authored
Merge pull request #498 from devspace-cloud/new-docs
fix login link in docs header
2 parents fc0a33a + 92b5ea5 commit 9dc9b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/website/siteConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const siteConfig = {
2121
{href: 'http://devspace.cloud/about', label: 'About'},
2222
{doc: 'getting-started/installation', label: 'Docs'},
2323
{href: 'http://devspace.cloud/help', label: 'Help'},
24-
{doc: 'getting-started/installation', label: 'Login'},
24+
{href: 'https://app.devspace.cloud/', label: 'Login'},
2525
{href: '#', label: ''},
2626
],
2727

0 commit comments

Comments
 (0)