Skip to content

Commit c958c85

Browse files
committed
Update my own repo url
1 parent 0cf70be commit c958c85

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/faq.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ python server会直接在浏览器中打印出异常。
5151

5252
`预装申请`_
5353

54-
.. _预装申请: https://github.com/SAEPython/saepythondevguide/issues/new
54+
.. _预装申请: https://github.com/sinacloud/sae-python-dev-guide/issues/new
5555

5656
.. note::
5757

@@ -71,7 +71,7 @@ python server会直接在浏览器中打印出异常。
7171
新浪微博API OAuth 2 Python客户端
7272

7373
.. _weibopy: http://code.google.com/p/sinatpy/
74-
.. _examples/weibo: https://github.com/SAEPython/saepythondevguide/tree/master/examples/weibo/1
74+
.. _examples/weibo: https://github.com/sinacloud/sae-python-dev-guide/tree/master/examples/weibo/1
7575
.. _sinaweibopy: http://open.weibo.com/wiki/SDK#Python_SDK
7676

7777

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ SAE Python 开发者手册
88

99
本文档,示例代码以及本地测试server下载: ::
1010

11-
git clone http://github.com/saepython/saepythondevguide.git
11+
git clone https://github.com/sinacloud/sae-python-dev-guide.git
1212

1313
Contents:
1414

docs/quickstart.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,11 @@ Django
105105
`完整示例`_ ( `django tutorial`_ 中的poll、choice程序)
106106

107107
.. _django tutorial: https://docs.djangoproject.com/en/1.4/intro/tutorial01/
108-
.. _完整示例: https://github.com/SAEPython/saepythondevguide/tree/master/examples/django/1.4
108+
.. _完整示例: https://github.com/sinacloud/sae-python-dev-guide/tree/master/examples/django/1.4
109109

110110
`django-1.2.7示例`_
111111

112-
.. _django-1.2.7示例: https://github.com/SAEPython/saepythondevguide/tree/master/examples/django/1.2.7
112+
.. _django-1.2.7示例: https://github.com/sinacloud/sae-python-dev-guide/tree/master/examples/django/1.2.7
113113

114114

115115
处理用户上传文件
@@ -286,5 +286,5 @@ index.wsgi
286286
.. tip::
287287

288288
以上所有的示例代码的完整版本都可以在我们的github repo中获得。
289-
https://github.com/SAEPython/saepythondevguide/tree/master/examples/
289+
https://github.com/sinacloud/sae-python-dev-guide/tree/master/examples/
290290

docs/tools.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ SVN限制:
4343

4444
::
4545

46-
$ git clone http://github.com/saepython/saepythondevguide.git
47-
$ cd saepythondevguide/dev_server
46+
$ git clone https://github.com/sinacloud/sae-python-dev-guide.git
47+
$ cd sae-python-dev-guide/dev_server
4848
$ python setup.py install
4949

5050
基本使用

0 commit comments

Comments
 (0)