We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c6a7f90 + 9362867 commit 3fbed4bCopy full SHA for 3fbed4b
2 files changed
README.rst
@@ -38,7 +38,7 @@ Dump source and page name for each page in the wiki site.
38
39
::
40
41
- atwiki-dump -o /tmp/dump_dir https://www65.atwiki.jp/python-client/
+ atwiki-dump -o /tmp/dump_dir https://w.atwiki.jp/python-client/
42
43
Python API
44
~~~~~~~~~~
@@ -49,7 +49,7 @@ Python API provides access to @wiki features.
49
50
from atwiki import *
51
52
- api = AtWikiAPI(AtWikiURI('https://www65.atwiki.jp/python-client/'))
+ api = AtWikiAPI(AtWikiURI('https://w.atwiki.jp/python-client/'))
53
54
# Show list of tags.
55
for page in api.get_tags():
atwiki/test/__init__.py
@@ -1 +1 @@
1
-TEST_BASE_URI = 'https://www65.atwiki.jp/python-client'
+TEST_BASE_URI = 'https://w.atwiki.jp/python-client'
0 commit comments