Skip to content

Commit 3fbed4b

Browse files
authored
Merge pull request #3 from kmaehashi/new-hostname
use new style host name
2 parents c6a7f90 + 9362867 commit 3fbed4b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Dump source and page name for each page in the wiki site.
3838

3939
::
4040

41-
atwiki-dump -o /tmp/dump_dir https://www65.atwiki.jp/python-client/
41+
atwiki-dump -o /tmp/dump_dir https://w.atwiki.jp/python-client/
4242

4343
Python API
4444
~~~~~~~~~~
@@ -49,7 +49,7 @@ Python API provides access to @wiki features.
4949
5050
from atwiki import *
5151
52-
api = AtWikiAPI(AtWikiURI('https://www65.atwiki.jp/python-client/'))
52+
api = AtWikiAPI(AtWikiURI('https://w.atwiki.jp/python-client/'))
5353
5454
# Show list of tags.
5555
for page in api.get_tags():

atwiki/test/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
TEST_BASE_URI = 'https://www65.atwiki.jp/python-client'
1+
TEST_BASE_URI = 'https://w.atwiki.jp/python-client'

0 commit comments

Comments
 (0)