Skip to content

Commit

Permalink
Update site-name and site-githuburl
Browse files Browse the repository at this point in the history
  • Loading branch information
bendymochi committed Mar 8, 2019
1 parent 0c76bf1 commit 15ad9f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,8 @@ asciidoctor {
idprefix: '', // for compatibility with GitHub preview
idseparator: '-',
'site-root': "${sourceDir}", // must be the same as sourceDir, do not modify
'site-name': 'AddressBook-Level4',
'site-githuburl': 'https://github.com/se-edu/addressbook-level4',
'site-name': 'Equipment Manager',
'site-githuburl': 'https://github.com/CS2103-AY1819S2-W10-3/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 15ad9f5

Please sign in to comment.