Skip to content

Commit 1f4ff6d

Browse files
committed
📚 update readme
1 parent bc95740 commit 1f4ff6d

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.rst

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
pyecharts-snapshot
33
================================================================================
44

5-
.. image:: https://api.travis-ci.org/chfw/pyecharts-snapshot.svg?branch=master
6-
:target: http://travis-ci.org/chfw/pyecharts-snapshot
5+
.. image:: https://api.travis-ci.org/pyecharts/pyecharts-snapshot.svg?branch=master
6+
:target: http://travis-ci.org/pyecharts/pyecharts-snapshot
77

8-
.. image:: https://codecov.io/gh/chfw/pyecharts-snapshot/branch/master/graph/badge.svg
9-
:target: https://codecov.io/github/chfw/pyecharts-snapshot
8+
.. image:: https://codecov.io/gh/pyecharts/pyecharts-snapshot/branch/master/graph/badge.svg
9+
:target: https://codecov.io/github/pyecharts/pyecharts-snapshot
1010

1111
Introduction
1212
================================================================================
@@ -28,7 +28,7 @@ Get png:
2828
2929
And you will get:
3030

31-
.. image:: https://raw.githubusercontent.com/chfw/pyecharts-snapshot/master/images/demo.png
31+
.. image:: https://raw.githubusercontent.com/pyecharts/pyecharts-snapshot/master/images/demo.png
3232
:width: 800px
3333

3434
Get pdf:
@@ -39,11 +39,11 @@ Get pdf:
3939
4040
And you will get:
4141

42-
.. image:: https://raw.githubusercontent.com/chfw/pyecharts-snapshot/master/images/demo_in_pdf.png
43-
:target: https://raw.githubusercontent.com/chfw/pyecharts-snapshot/master/examples/grid.pdf
42+
.. image:: https://raw.githubusercontent.com/pyecharts/pyecharts-snapshot/master/images/demo_in_pdf.png
43+
:target: https://raw.githubusercontent.com/pyecharts/pyecharts-snapshot/master/examples/grid.pdf
4444
:width: 800px
4545

46-
And here the code to `generate it <https://github.com/chfw/pyecharts-snapshot/blob/master/examples/grid.py>`_
46+
And here the code to `generate it <https://github.com/pyecharts/pyecharts-snapshot/blob/master/examples/grid.py>`_
4747

4848

4949
Usage details
@@ -95,7 +95,7 @@ Here's a fully working example code to get a png image:
9595
9696
Here is the snapshot:
9797

98-
.. image:: https://raw.githubusercontent.com/chfw/pyecharts-snapshot/master/images/snapshot.png
98+
.. image:: https://raw.githubusercontent.com/pyecharts/pyecharts-snapshot/master/images/snapshot.png
9999
:width: 800px
100100

101101
In order to get a pdf file, you can do the following instead:
@@ -129,8 +129,8 @@ In order to get a pdf file, you can do the following instead:
129129
130130
Here is the snapshot in pdf:
131131

132-
.. image:: https://raw.githubusercontent.com/chfw/pyecharts-snapshot/master/images/snapshot_in_pdf.png
133-
:target: https://raw.githubusercontent.com/chfw/pyecharts-snapshot/master/examples/snapshot_in_pdf.pdf
132+
.. image:: https://raw.githubusercontent.com/pyecharts/pyecharts-snapshot/master/images/snapshot_in_pdf.png
133+
:target: https://raw.githubusercontent.com/pyecharts/pyecharts-snapshot/master/examples/snapshot_in_pdf.pdf
134134
:width: 800px
135135

136136

@@ -179,7 +179,7 @@ or clone it and install it:
179179

180180
.. code-block:: bash
181181
182-
$ git clone http://github.com/chfw/pyecharts-snapshot.git
182+
$ git clone http://github.com/pyecharts/pyecharts-snapshot.git
183183
$ cd pyecharts-snapshot
184184
$ python setup.py install
185185

0 commit comments

Comments
 (0)