diff --git a/doc/.sphinx/_integration/add_config.py b/doc/.sphinx/_integration/add_config.py index 1668d8528..a08598d5e 100644 --- a/doc/.sphinx/_integration/add_config.py +++ b/doc/.sphinx/_integration/add_config.py @@ -23,6 +23,6 @@ # Add "integrated" to the list of custom tags tags.add('integrated') elif project == "MicroOVN": - html_baseurl = "https://canonical-microovn.readthedocs-hosted.com/en/24.03/" + html_baseurl = "https://ubuntu.com/docs/microovn/24.03/" custom_tags.append('integrated') diff --git a/doc/conf.py b/doc/conf.py index db15fa9c8..2eda6aaca 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -261,7 +261,7 @@ intersphinx_mapping = { 'lxd': ('https://documentation.ubuntu.com/lxd/stable-5.21/', None), 'microceph': ('https://documentation.ubuntu.com/canonical-microceph/v19.2.0-squid/', None), - 'microovn': ('https://canonical-microovn.readthedocs-hosted.com/en/24.03/', None), + 'microovn': ('https://ubuntu.com/docs/microovn/24.03/', None), } elif ('READTHEDOCS' in os.environ) and (os.environ['READTHEDOCS'] == 'True'): intersphinx_mapping = {