diff --git a/macro/macroutils.py b/macro/macroutils.py index dc20c59..242bef2 100644 --- a/macro/macroutils.py +++ b/macro/macroutils.py @@ -19,7 +19,7 @@ doc_url_base = "http://docs.ros.org/en/" -doc_path = '/home/rosbot/docs/en/' +doc_path = '/var/www/docs.ros.org/en/' metrics_path = '/var/www/www.ros.org/metrics/' MISSING_DOC_TMPL = 'Cannot load information on %(name)s, which means that it is not yet in our index.'