From 7c5bbfbea8e7aad68c1024a762c246eb1e90b636 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=BFco?= Date: Wed, 17 Apr 2019 21:02:00 +0200 Subject: [PATCH] Moved file File has moved to ./headless/ subdir --- docs/source/plugin_development.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/plugin_development.rst b/docs/source/plugin_development.rst index 143435a6b..d152a14fd 100644 --- a/docs/source/plugin_development.rst +++ b/docs/source/plugin_development.rst @@ -114,7 +114,7 @@ you call ``converse.initialize``. If you're adding a "core" plugin, which means a plugin that will be included in the default, open-source version of converse.js, then you'll instead whitelist the plugin by adding its name to the `core_plugins` array in -`./src/converse-core.js `_. +`./src/headless/converse-core.js `_. Security and access to the inner workings -----------------------------------------