Skip to content

Commit

Permalink
Update github url in build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
yujiatay committed Oct 2, 2018
1 parent d5b45d8 commit 68fbd75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ asciidoctor {
idseparator: '-',
'site-root': "${sourceDir}", // must be the same as sourceDir, do not modify
'site-name': 'Anakin',
'site-githuburl': 'https://github.com/CS2103-AY1819S1-T09-2/Main.git',
'site-githuburl': 'https://github.com/CS2103-AY1819S1-T09-2/main',
'site-seedu': true, // delete this line if your project is not a fork (not a SE-EDU project)
]

Expand Down

0 comments on commit 68fbd75

Please sign in to comment.