Skip to content

Commit

Permalink
docs: use new docsqa server address (#4246)
Browse files Browse the repository at this point in the history
  • Loading branch information
nomagick committed Feb 7, 2022
1 parent 6e24af6 commit 7d42d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def setup(app):
)
app.add_config_value(
name='server_address',
default=os.getenv('JINA_DOCSBOT_SERVER', 'https://docsbot.jina.ai'),
default=os.getenv('JINA_DOCSBOT_SERVER', 'https://jina-ai-jina-docsqa.jina.ai'),
rebuild='',
)
app.connect('builder-inited', set_qa_server_address)

0 comments on commit 7d42d76

Please sign in to comment.