diff --git a/examples/advanced-project-js/checkly.config.js b/examples/advanced-project-js/checkly.config.js index a89877a2..c9fb6ba6 100644 --- a/examples/advanced-project-js/checkly.config.js +++ b/examples/advanced-project-js/checkly.config.js @@ -10,8 +10,8 @@ const config = defineConfig({ * See https://www.checklyhq.com/docs/cli/constructs/ to learn more about logical IDs. */ logicalId: 'advanced-example-project', - /* An optional URL to your Git repo */ - repoUrl: 'https://github.com/checkly/checkly-cli', + /* An optional URL to your Git repo to be shown in your test sessions and resource activity log */ + /* repoUrl: 'https://github.com/checkly/checkly-cli', */ /* Sets default values for Checks */ checks: { /* A default for how often your Check should run in minutes */ diff --git a/examples/advanced-project/checkly.config.ts b/examples/advanced-project/checkly.config.ts index eda6c322..91d09598 100644 --- a/examples/advanced-project/checkly.config.ts +++ b/examples/advanced-project/checkly.config.ts @@ -10,8 +10,8 @@ const config = defineConfig({ * See https://www.checklyhq.com/docs/cli/constructs/ to learn more about logical IDs. */ logicalId: 'advanced-example-project', - /* An optional URL to your Git repo */ - repoUrl: 'https://github.com/checkly/checkly-cli', + /* An optional URL to your Git repo to be shown in your test sessions and resource activity log */ + /* repoUrl: 'https://github.com/checkly/checkly-cli', */ /* Sets default values for Checks */ checks: { /* A default for how often your Check should run in minutes */