diff --git a/.gitignore b/.gitignore index 9e0d2d0dc5b..ac1b05356d4 100644 --- a/.gitignore +++ b/.gitignore @@ -24,5 +24,4 @@ src/test/data/sandbox/ .classpath .project .settings -.vscode /bin diff --git a/build.gradle b/build.gradle index 13aff825602..93029ef8262 100644 --- a/build.gradle +++ b/build.gradle @@ -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) ]