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
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -16,10 +16,10 @@ Cattaz is a realtime collaborative tool which can run custom applications in a W
16
16
## Features
17
17
18
18
* Wiki using Markdown with realtime preview and operational transformation
19
-
* Try it in [sandbox page](http://cattaz.io/build/#/page/sandbox)
19
+
* Try it in [sandbox page](http://demo.cattaz.io/#/page/sandbox)
20
20
* Custom applications run in preview pane
21
-
* For instance, you can drag-and-drop task cards in [Kanban](http://cattaz.io/build/#/doc/app-kanban)
22
-
* To create your own, see [documentation on Hello World](http://cattaz.io/build/#/doc/app-hello) and [browse more in documentation](http://cattaz.io/build/#/doc/index)
21
+
* For instance, you can drag-and-drop task cards in [Kanban](http://demo.cattaz.io/#/doc/app-kanban)
22
+
* To create your own, see [documentation on Hello World](http://demo.cattaz.io/#/doc/app-hello) and [browse more in documentation](http://demo.cattaz.io/#/doc/index)
23
23
24
24
## Usage
25
25
@@ -56,5 +56,5 @@ Now you can visit `http://localhost:8080/` to view the application.
With Markdown, keep the text in an easily formatted state.<br>
90
90
Copy & paste text as it is without requiring conversion between Cattaz and other Markdown editors.<br>
91
91
As you edit the text, you can see the preview in real time.<br>
92
-
Try it on the <ahref="http://cattaz.io/build/#/page/sandbox" target="_blank" data-ga-on="click" data-ga-event-category="outbound" data-ga-event-action="features" data-ga-event-label="sandbox">Sandbox page</a>.
92
+
Try it on the <ahref="http://demo.cattaz.io/#/page/sandbox" target="_blank" data-ga-on="click" data-ga-event-category="outbound" data-ga-event-action="features" data-ga-event-label="sandbox">Sandbox page</a>.
Engineers can develop and implement applications that run on the preview screen in the same way as creating web applications.<br>
121
121
Write the application using JavaScript and React library.<br>
122
122
By processing the specified propTypes, you can realize an application with synchronization function added.<br>
123
-
Check the developer's guide for <ahref="http://cattaz.io/build/#/doc/app-hello" target="_blank" data-ga-on="click" data-ga-event-category="outbound" data-ga-event-action="features" data-ga-event-label="app-hello">Hello world</a> application to start developing your own application.
123
+
Check the developer's guide for <ahref="http://demo.cattaz.io/#/doc/app-hello" target="_blank" data-ga-on="click" data-ga-event-category="outbound" data-ga-event-action="features" data-ga-event-label="app-hello">Hello world</a> application to start developing your own application.
0 commit comments