You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ One or more sensor components can be configured to create a combined query conte
49
49
50
50
### Ease of Use
51
51
52
-
*[Can be installed with NPM](https://opensource.appbase.io/reactive-manual/v1.0.0/getting-started/Installation.html),
52
+
*[Can be installed with NPM](https://opensource.appbase.io/reactive-manual/v1/getting-started/Installation.html),
53
53
* Can be run in browser without including any NPM or bundlers (gulp, webpack, etc.), see a demo [here](https://github.com/appbaseio-apps/reactivemaps-starter-app#try-in-browser-without-npm),
54
54
* Works out of the box with Materialize CSS and comes with a polyfill CSS for Bootstrap. Compatibility for other frameworks can be added too.
55
55
@@ -74,24 +74,24 @@ You can check all of them on the [examples page](https://opensource.appbase.io/r
74
74
75
75
## 5. Installation
76
76
77
-
Follow the installation guide from the official docs [here](https://opensource.appbase.io/reactive-manual/v1.0.0/getting-started/Installation.html).
77
+
Follow the installation guide from the official docs [here](https://opensource.appbase.io/reactive-manual/v1/getting-started/Installation.html).
78
78
79
79
You can try out the library live without any installation via the [interactive tutorial](https://opensource.appbase.io/reactivemaps/onboarding/).
80
80
81
81
## 6. Getting Started
82
82
83
-
Follow the getting started guide to build a Hello Maps! app from the official docs [here](https://opensource.appbase.io/reactive-manual/v1.0.0/getting-started/Start.html).
83
+
Follow the getting started guide to build a Hello Maps! app from the official docs [here](https://opensource.appbase.io/reactive-manual/v1/getting-started/Start.html).
84
84
85
85
86
86
## 7. Docs Manual
87
87
88
88
The official docs for the library are at [https://opensource.appbase.io/reactive-manual/](https://opensource.appbase.io/reactive-manual/).
89
89
90
90
The components are divided into two sections:
91
-
* Generic UI components are at [https://opensource.appbase.io/reactive-manual/v1.0.0/components/](https://opensource.appbase.io/reactive-manual/v1.0.0/components/).
92
-
* Map based UI components are at [https://opensource.appbase.io/reactive-manual/v1.0.0/map-components/](https://opensource.appbase.io/reactive-manual/v1.0.0/map-components/).
93
-
* Each component's styles API is mentioned in a separate **CSS Styles API** section. See here for [SingleList](https://opensource.appbase.io/reactive-manual/v1.0.0/components/SingleList.html#-singlelist-css-styles-api).
94
-
* You can read more about the Styles API here - https://opensource.appbase.io/reactive-manual/v1.0.0/advanced/StyleGuide.html.
91
+
* Generic UI components are at [https://opensource.appbase.io/reactive-manual/v1/components/](https://opensource.appbase.io/reactive-manual/v1/components/).
92
+
* Map based UI components are at [https://opensource.appbase.io/reactive-manual/v1/map-components/](https://opensource.appbase.io/reactive-manual/v1/map-components/).
93
+
* Each component's styles API is mentioned in a separate **CSS Styles API** section. See here for [SingleList](https://opensource.appbase.io/reactive-manual/v1/components/SingleList.html#-singlelist-css-styles-api).
94
+
* You can read more about the Styles API here - https://opensource.appbase.io/reactive-manual/v1/advanced/StyleGuide.html.
0 commit comments