Skip to content

Commit 9741759

Browse files
authored
Fix refdocs URL in documentation
1 parent ef9fbc1 commit 9741759

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/_exts/refdoc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from docutils.parsers.rst import Directive
22
from docutils import nodes
33

4-
REFDOC_URL = 'http://refdocs.php-opencloud.com/'
4+
REFDOC_URL = 'http://refdocs.os.php-opencloud.com/'
55

66
class RefDoc(Directive):
77

@@ -23,4 +23,4 @@ def run(self):
2323

2424
def setup(app):
2525
app.add_directive('refdoc', RefDoc)
26-
return {'version': '0.1'}
26+
return {'version': '0.1'}

0 commit comments

Comments
 (0)