Skip to content

Commit 0fda083

Browse files
committed
Set up project website
1 parent a73ce8f commit 0fda083

File tree

5 files changed

+10
-9
lines changed

5 files changed

+10
-9
lines changed

README.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= Address Book (Level 3)
1+
= Xpire
22
ifdef::env-github,env-browser[:relfileprefix: docs/]
33

44
https://travis-ci.org/AY1920S1-CS2103T-F11-2/main[image:https://travis-ci.org/AY1920S1-CS2103T-F11-2/main.svg?branch=master[Build Status]]

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ asciidoctor {
133133
idprefix: '', // for compatibility with GitHub preview
134134
idseparator: '-',
135135
'site-root': "${sourceDir}", // must be the same as sourceDir, do not modify
136-
'site-name': 'AddressBook-Level3',
137-
'site-githuburl': 'https://github.com/se-edu/addressbook-level3',
136+
'site-name': 'Xpire',
137+
'site-githuburl': 'https://github.com/AY1920S1-CS2103T-F11-2/main',
138138
'site-seedu': true, // delete this line if your project is not a fork (not a SE-EDU project)
139139
]
140140

docs/DeveloperGuide.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= AddressBook Level 3 - Developer Guide
1+
= Xpire - Developer Guide
22
:site-section: DeveloperGuide
33
:toc:
44
:toc-title:
@@ -12,7 +12,7 @@ ifdef::env-github[]
1212
:note-caption: :information_source:
1313
:warning-caption: :warning:
1414
endif::[]
15-
:repoURL: https://github.com/se-edu/addressbook-level3/tree/master
15+
:repoURL: https://github.com/AY1920S1-CS2103T-F11-2/main/tree/master
1616

1717
By: `Team SE-EDU`      Since: `Jun 2016`      Licence: `MIT`
1818

docs/UserGuide.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= AddressBook Level 3 - User Guide
1+
= Xpire - User Guide
22
:site-section: UserGuide
33
:toc:
44
:toc-title:
@@ -12,7 +12,7 @@ ifdef::env-github[]
1212
:tip-caption: :bulb:
1313
:note-caption: :information_source:
1414
endif::[]
15-
:repoURL: https://github.com/se-edu/addressbook-level3
15+
:repoURL: https://github.com/AY1920S1-CS2103T-F11-2/main/tree/master
1616

1717
By: `Team SE-EDU` Since: `Jun 2016` Licence: `MIT`
1818

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
#Wed Sep 11 20:18:37 SGT 2019
2+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.2.1-all.zip
13
distributionBase=GRADLE_USER_HOME
24
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.2.1-bin.zip
4-
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6+
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)