Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit 1d0b3ed

Browse files
authored
Update Reference Application README.md
HYPER-253
1 parent 819d501 commit 1d0b3ed

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![Application](docs/dataviz-intro.jpg)
44

5-
This sample application demonstrates the functionality of the Forge Data Visualization extension. To learn more about the extension and the features it offers, check out https://forge.autodesk.com/en/docs/dataviz/v1/developers_guide/introduction/overview/.
5+
This sample application demonstrates the functionality of the Forge Data Visualization extension. To learn more about the extension and the features it offers, see the [Data Visualization Extension (Beta) Developer's Guide](https://forge.autodesk.com/en/docs/dataviz/v1/developers_guide/introduction/overview/).
66

77
## Directory Structure
88

@@ -23,24 +23,25 @@ This sample application demonstrates the functionality of the Forge Data Visuali
2323

2424
### Prerequisite
2525

26-
To successfully run this _IoT Reference App_, you need a _Forge account_. To setup your Forge account, simply follow [this step-by-step tutorial](https://forge.autodesk.com/developer/start-now/signup).
26+
To successfully run this Reference Application, you need a _Forge account_. If you do not have a Forge account, see [Creating your Forge account](https://learnforge.autodesk.io/#/account/).
2727

28-
### Running the reference app
28+
### Installing and Running the Reference Application
2929

30-
You can find a comprehensive steps of setting up this _IoT Reference App_ in [this Forge developer's guide](https://forge.autodesk.com/en/docs/dataviz/v1/developers_guide/quickstart/running_the_application/).
30+
To install and run the Reference Application, see the [Data Visualization Extension (Beta) QuickStart](https://forge.autodesk.com/en/docs/dataviz/v1/developers_guide/quickstart/).
3131

3232
## Advanced Users
3333

3434
### Customization options
3535

36-
If you'd like to add your own customization on top of our baseline, then you can easily do so by modifying the following files:
36+
If you'd like to add your own customization on top of the Reference Application baseline, you can modify the following files:
3737

3838
- _custom.scss_ : Override or add custom styling to your application.
3939
- _client/pages/CustomPage.jsx_ : Create a custom page for your application.
4040
- _server/CustomRouter.js_ : Override or add new API routes.
4141

4242
## Further Reading
4343

44+
Developer's Guide - https://forge.autodesk.com/en/docs/dataviz/v1/developers_guide
4445
API Reference - https://forge.autodesk.com/en/docs/dataviz/v1/reference/Core/
4546

4647
## License

0 commit comments

Comments
 (0)