Browse Source

Manual: fixed link error for editor.html (#25461)

linbingquan 2 năm trước cách đây
mục cha
commit
9f214bc799
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      manual/examples/resources/editor.html

+ 1 - 1
manual/examples/resources/editor.html

@@ -277,7 +277,7 @@ button:focus {
   </div>
 </div>
 </body>
-<script src="/manual/3rdparty/monaco-editor/min/vs/loader.js"></script>
+<script src="https://unpkg.com/[email protected]/min/vs/loader.js"></script>
 <script src="editor-settings.js"></script>
 <script src="editor.js"></script>