Skip to content

Commit 6a6c330

Browse files
authored
Merge pull request #17 from atom-community/fix/github-url
docs: fix github uri
2 parents df1748e + 55cb81e commit 6a6c330

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/_data/site.cjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ module.exports = function () {
1414
url: 'https://discord.gg/R4KV8jTVpS'
1515
}
1616
],
17-
gitSiteUrl: 'https://github.com/atom-community/atom-ide-base',
17+
gitSiteUrl: 'https://github.com/atom-community/atom-community.github.io',
1818
gitBranch: 'master',
19-
helpUrl: 'https://github.com/atom-community/atom-ide-base/issues',
19+
helpUrl: 'https://github.com/atom-community/atom-community.github.io/issues',
2020
logoAlt: 'Atom Community Logo',
2121
iconColorMaskIcon: '#3f93ce',
2222
iconColorMsapplicationTileColor: '#1d3557',

0 commit comments

Comments
 (0)