@boltic/cli 0.0.1 ā 1.0.0
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/commands/integration.js +2 -2
- package/package.json +1 -1
package/commands/integration.js
CHANGED
|
@@ -538,9 +538,9 @@ async function handleCreate() {
|
|
|
538
538
|
// Create folder structure with the integration name
|
|
539
539
|
await createIntegrationFolderStructure(integration);
|
|
540
540
|
|
|
541
|
-
// Also share Documentation URL to the user: https://docs.boltic.io/docs/
|
|
541
|
+
// Also share Documentation URL to the user: https://docs.boltic.io/docs/integration-builder/develop/boilerplate
|
|
542
542
|
const documentationUrl =
|
|
543
|
-
"https://docs.boltic.io/docs/
|
|
543
|
+
"https://docs.boltic.io/docs/integration-builder/develop/boilerplate";
|
|
544
544
|
console.log(
|
|
545
545
|
chalk.cyan(
|
|
546
546
|
"\nš Documentation URL: " +
|