Skip to content

Commit

Permalink
Merge pull request #28 from AY1920S2-CS2103T-F11-2/config-update
Browse files Browse the repository at this point in the history
Website and gitconfig update
  • Loading branch information
ziyingli committed Mar 5, 2020
2 parents 18395d8 + c85042d commit 72eb7ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ src/test/data/sandbox/
.classpath
.project
.settings
.vscode
/bin
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ asciidoctor {
idprefix: '', // for compatibility with GitHub preview
idseparator: '-',
'site-root': "${sourceDir}", // must be the same as sourceDir, do not modify
'site-name': 'AddressBook-Level3',
'site-githuburl': 'https://github.com/se-edu/addressbook-level3',
'site-name': 'FitBiz',
'site-githuburl': 'https://github.com/AY1920S2-CS2103T-F11-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 72eb7ff

Please sign in to comment.