Skip to content

Commit 2c77fe8

Browse files
committed
Updating the getting started page for better alignment with RI 9.0.
1 parent 681dfc3 commit 2c77fe8

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

docs/getting-started.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,16 @@ title: Getting Started
44

55
# Getting Started
66

7-
If you want to stand up an instance of the reference implementation right away, the fastest path is the [BareMetal Assembly Project](/docs/direct-project-stock/) for the Java platform. It bundles the reference implementation's components into a ready-to-deploy stack, so you don't need to build or wire the pieces together yourself.
7+
If you want to stand up an instance of the reference implementation right away, the fastest path is the [BareMetal Assembly Project](/docs/direct-project-stock/) for the Java platform. It contains instructions for installing components and services using configuration presents to enable rapid deployment.
88

9-
To build all components, including the BareMetal assembly, from source instead of using a prebuilt package, follow the instructions [here](https://github.com/DirectProjectJavaRI/direct-ri-build).
9+
To build all components and services from source instead of using a prebuilt package, follow the instructions [here](https://github.com/DirectProjectJavaRI/direct-ri-build).
1010

1111
## Understanding the Modular Components
1212

13-
If you'd rather understand how the reference implementation's components fit together before diving in, start with the module list below. The reference implementation follows a modular design for easy reuse and extensibility, with components available in both .Net and Java.
13+
If you'd rather understand how the reference implementation's components fit together before diving in, start with the module list below. The reference implementation follows a modular design for easy reuse and extensibility.
1414

1515
### Java Components
1616

17-
* [Commons Library](http://api.directproject.info/direct-common/6.0/)
1817
* [Security And Trust Agent](/docs/agent/)
1918
* [Gateway](/docs/gateway/)
2019
* [Message Monitoring](/docs/direct-msg-monitor/)

0 commit comments

Comments
 (0)