소스 검색

Moved file

File has moved to ./headless/ subdir
Nÿco 6 년 전
부모
커밋
7c5bbfbea8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/source/plugin_development.rst

+ 1 - 1
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 <https://github.com/jcbrand/converse.js/blob/master/src/converse-core.js>`_.
+`./src/headless/converse-core.js <https://github.com/jcbrand/converse.js/blob/master/src/headless/converse-core.js>`_.
 
 Security and access to the inner workings
 -----------------------------------------