@skillkit/tui 1.19.1 → 1.19.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -12176,7 +12176,7 @@ function Handoff(props) {
|
|
|
12176
12176
|
}
|
|
12177
12177
|
|
|
12178
12178
|
// src/App.tsx
|
|
12179
|
-
var DOCS_URL = "https://
|
|
12179
|
+
var DOCS_URL = "https://skillkit.sh/docs";
|
|
12180
12180
|
function openUrl(url) {
|
|
12181
12181
|
if (process.platform === "win32") {
|
|
12182
12182
|
execFile5("cmd", ["/c", "start", "", url]);
|