Skip to content

Commit

Permalink
Revert "Website and gitconfig update"
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronCQL committed Mar 5, 2020
1 parent 72eb7ff commit 444e8cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,4 @@ 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': 'FitBiz',
'site-githuburl': 'https://github.com/AY1920S2-CS2103T-F11-2/main',
'site-name': 'AddressBook-Level3',
'site-githuburl': 'https://github.com/se-edu/addressbook-level3',
'site-seedu': true, // delete this line if your project is not a fork (not a SE-EDU project)
]

Expand Down

0 comments on commit 444e8cc

Please sign in to comment.