소스 검색

Changed connection manager URL (#955)

Taylor SaBell 7 년 전
부모
커밋
adc4e6ebbc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/source/quickstart.rst

+ 1 - 1
docs/source/quickstart.rst

@@ -54,7 +54,7 @@ bottom of your page (after the closing *</body>* element)::
 
     <script>
         converse.initialize({
-            bosh_service_url: 'https://bind.conversejs.org', // Please use this connection manager only for testing purposes
+            bosh_service_url: 'https://conversejs.org/http-bind/', // Please use this connection manager only for testing purposes
             show_controlbox_by_default: true
         });
     </script>