Skip to content

Commit 6b4b20e

Browse files
committed
Update docs
- Correct the github repo
1 parent f6e9f2d commit 6b4b20e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/docs/guide/gettingStarted.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
=== Checking out and Building
22

3-
The project is https://github.com/graceframework/grails-data[hosted on GitHub].
3+
The project is https://github.com/graceframework/grace-data[hosted on GitHub].
44

55
You are free to fork the project from there or clone it anonymously using git:
66

77
----
8-
git clone https://github.com/graceframework/grails-data.git
8+
git clone https://github.com/graceframework/grace-data.git
99
cd grace-data
1010
----
1111

1212
The project has a https://gradle.org[Gradle] build.
1313

14-
To build the project you can run the `assemble` task:
14+
To build the project you can run the `build` task:
1515

1616
[source, bash]
1717
----
18-
./gradlew assemble
18+
./gradlew build
1919
----
2020

2121
To install the jar files for the various subprojects into your local Maven repository you can run:

0 commit comments

Comments
 (0)