Skip to content

Commit c34ccc1

Browse files
JohnXLivingstonjcbrand
authored andcommitted
Fix outdated documentation.
1 parent 5975323 commit c34ccc1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/source/builds.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,9 @@ One reason you might want to create your own bundles, is because you want to
4848
remove some of the core plugins of Converse, or perhaps you want to include
4949
your own.
5050

51-
To add or remove plugins from the build, you need to modify the
52-
`src/converse.js <https://github.com/conversejs/converse.js/blob/master/src/converse.js>`_ file.
51+
To add or remove plugins from the build, you need to modify
52+
`src/index.js <https://github.com/conversejs/converse.js/blob/master/src/index.js>`_ or
53+
`src/headless/index.js <https://github.com/conversejs/converse.js/blob/master/src/index.js>`_.
5354

5455
You'll find a section marked ``/* START: Removable components`` and
5556
``/* END: Removable components */``.

docs/source/plugin_development.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ All configuration settings have default values which can be overridden when
351351
gets called.
352352

353353
Plugins often need their own additional configuration settings and you can add
354-
these settings with the `_converse.api.settings.update </docs/html/api/-_converse.api.settings.html#.update>`_
354+
these settings with the `_converse.api.settings.extend </docs/html/api/-_converse.api.settings.html#.extend>`_
355355
method.
356356

357357
Exposing promises

0 commit comments

Comments
 (0)