Przeglądaj źródła

[docs] Fix typos in NPM documentation page

Romain Rigaux 4 lat temu
rodzic
commit
f59d955896

+ 3 - 3
NPM-README.md

@@ -1,4 +1,4 @@
-Building blocks providing a smart SQL Cloud Editor based on http://gethue.com/.
+Building blocks providing a smart SQL Cloud Editor based on [gethue.com](https://gethue.com).
 
 # Install
 
@@ -6,7 +6,7 @@ Building blocks providing a smart SQL Cloud Editor based on http://gethue.com/.
 
 # SQL Scratchpad
 
-The shareable lightweight SQL Editor also called "SQL Scratchpad" comes as its own `<sql-scratchpad />` Web component. Read more on its [documentation](https://docs.gethue.com/developer/components/scratchpad/).
+The shareable lightweight SQL Editor also called "SQL Scratchpad" comes as its own `<sql-scratchpad />` Web component. Play with a live demo and read more in its [documentation](https://docs.gethue.com/developer/components/scratchpad/).
 
     <!DOCTYPE html>
     <html>
@@ -18,7 +18,7 @@ The shareable lightweight SQL Editor also called "SQL Scratchpad" comes as its o
 
     <body>
       <div style="position: absolute; height: 100%; width: 100%">
-        <sql-scratchpad api-url="http://localhost:8005" username="demo" password="demo" dialect="mysql" />
+        <sql-scratchpad api-url="https://demo.gethue.com" username="demo" password="demo" dialect="mysql" />
       </div>
     </body>
 

Plik diff jest za duży
+ 0 - 0
docs/docs-site/static/js/gethue/components/SqlScratchpadWebComponent.js


+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "gethue",
-  "version": "4.9.12",
+  "version": "4.9.13",
   "description": "Hue is an Open source SQL Query Editor for Databases/Warehouses",
   "keywords": [
     "Query Editor",

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików