Skip to content

Commit 56847e0

Browse files
Update README.md
1 parent 9858aa4 commit 56847e0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

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

33
SurveyJS is a set of JavaScript components that allow you and your users to build surveys / forms, store them in your database, and visualize survey results for data analysis. This quick start template is bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app) and uses the following SurveyJS components:
44

5-
- [SurveyJS Library / Runner](https://surveyjs.io/Documentation/Library?id=LibraryOverview)
6-
- [Survey Creator / Form Builder](https://surveyjs.io/Documentation/Survey-Creator?id=Survey-Creator-Overview)
7-
- [PDF Export](https://surveyjs.io/Documentation/Pdf-Export?id=PdfExportOverview)
8-
- [Survey Analytics](https://surveyjs.io/Documentation/Analytics?id=AnalyticsOverview)
5+
- [SurveyJS Form Library](https://surveyjs.io/form-library/documentation/overview)
6+
- [Survey Creator / Form Builder](https://surveyjs.io/survey-creator/documentation/overview)
7+
- [SurveyJS PDF Generator](https://surveyjs.io/pdf-generator/documentation/overview)
8+
- [SurveyJS Dashboard](https://surveyjs.io/dashboard/documentation/overview)
99

1010
## Run the application
1111

@@ -46,4 +46,4 @@ This template covers most basic use cases. You can find code examples for them i
4646
- Create a custom question type
4747
- [src/components/MyQuestion.js](src/components/MyQuestion.js)
4848
- Register third-party components
49-
- [src/App.js](src/App.js#L37)
49+
- [src/App.js](src/App.js#L37)

0 commit comments

Comments
 (0)