Pārlūkot izejas kodu

Fix link to converse.js in docs

JC Brand 8 gadi atpakaļ
vecāks
revīzija
483d01fbbf
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      docs/source/_templates/layout.html

+ 1 - 1
docs/source/_templates/layout.html

@@ -3,7 +3,7 @@
 
 
 {# Custom CSS overrides #}
 {# Custom CSS overrides #}
 {% set bootswatch_css_custom = ['_static/style.css', "../../css/converse.min.css"] %}
 {% set bootswatch_css_custom = ['_static/style.css', "../../css/converse.min.css"] %}
-{% set script_files = script_files + ["../../builds/converse.min.js", "../../analytics.js"] %}
+{% set script_files = script_files + ["../../dist/converse.min.js", "../../analytics.js"] %}
 
 
 {# Add some extra stuff before and use existing with 'super()' call. #}
 {# Add some extra stuff before and use existing with 'super()' call. #}
 {% block footer %}
 {% block footer %}