|
32 | 32 | <img src="https://img.shields.io/github/license/wang0618/PyWebIO.svg" alt="License"> |
33 | 33 | </a> |
34 | 34 | <br/> |
35 | | - <a href="https://pywebio.readthedocs.io">[Document]</a> | <a href="http://pywebio-demos.demo.wangweimin.site/">[Demos]</a> | <a href="https://github.com/wang0618/PyWebIO/wiki/Why-PyWebIO%3F">[Why PyWebIO?]</a> |
| 35 | + <a href="https://pywebio.readthedocs.io">[Document]</a> | <a href="http://pywebio-demos.pywebio.online/">[Demos]</a> | <a href="https://github.com/wang0618/PyWebIO/wiki/Why-PyWebIO%3F">[Why PyWebIO?]</a> |
36 | 36 | </p> |
37 | 37 |
|
38 | 38 | [English](README.md) | [中文](README-zh.md) |
@@ -98,10 +98,10 @@ if __name__ == '__main__': |
98 | 98 | bmi() |
99 | 99 | ``` |
100 | 100 |
|
101 | | -This is just a very simple script if you ignore PyWebIO, but using the input and output functions provided by PyWebIO, you can interact with the code in the browser [[demo]](http://pywebio-demos.demo.wangweimin.site/bmi): |
| 101 | +This is just a very simple script if you ignore PyWebIO, but using the input and output functions provided by PyWebIO, you can interact with the code in the browser [[demo]](http://pywebio-demos.pywebio.online/bmi): |
102 | 102 |
|
103 | 103 | <p align="center"> |
104 | | - <a href="http://pywebio-demos.demo.wangweimin.site/?pywebio_api=bmi"> |
| 104 | + <a href="http://pywebio-demos.pywebio.online/?pywebio_api=bmi"> |
105 | 105 | <img src="https://raw.githubusercontent.com/wang0618/PyWebIO/dev/docs/assets/demo.gif" alt="PyWebIO demo" width="400px"/> |
106 | 106 | </a> |
107 | 107 | </p> |
@@ -150,8 +150,8 @@ For integration with other web frameworks, please refer to [document](https://py |
150 | 150 |
|
151 | 151 | ## Demos |
152 | 152 |
|
153 | | - - [Basic demo](http://pywebio-demos.demo.wangweimin.site/) : PyWebIO basic input and output demos and some small applications written using PyWebIO. |
154 | | - - [Data visualization demo](http://pywebio-charts.demo.wangweimin.site/) : Data visualization with the third-party libraries, e.g., `plotly`, `bokeh`, `pyecharts`. |
| 153 | + - [Basic demo](http://pywebio-demos.pywebio.online/) : PyWebIO basic input and output demos and some small applications written using PyWebIO. |
| 154 | + - [Data visualization demo](http://pywebio-charts.pywebio.online/) : Data visualization with the third-party libraries, e.g., `plotly`, `bokeh`, `pyecharts`. |
155 | 155 |
|
156 | 156 | ## Document |
157 | 157 |
|
|
0 commit comments