diff --git a/dockerfiles/nginx/proxito.conf.template b/dockerfiles/nginx/proxito.conf.template index dfe4fbd18c5..44559b7d4da 100644 --- a/dockerfiles/nginx/proxito.conf.template +++ b/dockerfiles/nginx/proxito.conf.template @@ -95,8 +95,8 @@ server { add_header X-RTD-Hosting-Integrations $rtd_hosting_integrations always; # Inject our own script dynamically - # TODO: find a way to make this work _without_ running `npm run dev` from the `readthedocs-client` repository - sub_filter '' '\n'; + # TODO: find a way to make this work _without_ running `npm run dev` from the `addons` repository + sub_filter '' '\n'; sub_filter_last_modified on; sub_filter_once on; } diff --git a/readthedocs/projects/models.py b/readthedocs/projects/models.py index fe049c19203..d24299fe7aa 100644 --- a/readthedocs/projects/models.py +++ b/readthedocs/projects/models.py @@ -2079,7 +2079,7 @@ def add_features(sender, **kwargs): ( HOSTING_INTEGRATIONS, _( - "Proxito: Inject 'readthedocs-client.js' as