From 762f2c276df345ff6ad1ca22cb9eddc1a5e52b78 Mon Sep 17 00:00:00 2001 From: Georgi Boiko Date: Thu, 1 Aug 2024 15:04:37 +0100 Subject: [PATCH] chore: autodoc URL updates --- cli/README.md | 10 +++++----- cli/package.json | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/cli/README.md b/cli/README.md index 7d65a16..3db888f 100644 --- a/cli/README.md +++ b/cli/README.md @@ -86,7 +86,7 @@ DESCRIPTION Commands to manipulate applications for analysis ``` -_See code: [dist/commands/app/index.ts](https://github.com/cosdon/nowsecure-cli/blob/v1.1.0/dist/commands/app/index.ts)_ +_See code: [dist/commands/app/index.ts](https://github.com/nowsecure/nowsecure-cli/blob/v1.1.0/dist/commands/app/index.ts)_ ## `ns-cli app archive [PLATFORM] [PACKAGENAME]` @@ -505,7 +505,7 @@ DESCRIPTION Commands to retrieve assessment data ``` -_See code: [dist/commands/assessment/index.ts](https://github.com/cosdon/nowsecure-cli/blob/v1.1.0/dist/commands/assessment/index.ts)_ +_See code: [dist/commands/assessment/index.ts](https://github.com/nowsecure/nowsecure-cli/blob/v1.1.0/dist/commands/assessment/index.ts)_ ## `ns-cli assessment cancel ASSESSMENT` @@ -835,7 +835,7 @@ FLAGS --ui= URL of the UI server ``` -_See code: [dist/commands/configure/index.ts](https://github.com/cosdon/nowsecure-cli/blob/v1.1.0/dist/commands/configure/index.ts)_ +_See code: [dist/commands/configure/index.ts](https://github.com/nowsecure/nowsecure-cli/blob/v1.1.0/dist/commands/configure/index.ts)_ ## `ns-cli help [COMMANDS]` @@ -869,7 +869,7 @@ DESCRIPTION Commands for the user's organization ``` -_See code: [dist/commands/organization/index.ts](https://github.com/cosdon/nowsecure-cli/blob/v1.1.0/dist/commands/organization/index.ts)_ +_See code: [dist/commands/organization/index.ts](https://github.com/nowsecure/nowsecure-cli/blob/v1.1.0/dist/commands/organization/index.ts)_ ## `ns-cli organization groups` @@ -1266,7 +1266,7 @@ DESCRIPTION Commands for users & accounts ``` -_See code: [dist/commands/user/index.ts](https://github.com/cosdon/nowsecure-cli/blob/v1.1.0/dist/commands/user/index.ts)_ +_See code: [dist/commands/user/index.ts](https://github.com/nowsecure/nowsecure-cli/blob/v1.1.0/dist/commands/user/index.ts)_ ## `ns-cli user account` diff --git a/cli/package.json b/cli/package.json index 000ede8..1947597 100644 --- a/cli/package.json +++ b/cli/package.json @@ -6,10 +6,10 @@ "bin": { "ns-cli": "./bin/run" }, - "homepage": "https://github.com/cosdon/nowsecure-cli", + "homepage": "https://github.com/nowsecure/nowsecure-cli", "license": "MIT", "main": "dist/index.js", - "repository": "cosdon/nowsecure-cli", + "repository": "nowsecure/nowsecure-cli", "files": [ "/bin", "/dist", @@ -100,7 +100,7 @@ "engines": { "node": ">=20.0.0" }, - "bugs": "https://github.com/cosdon/nowsecure-cli/issues", + "bugs": "https://github.com/nowsecure/nowsecure-cli/issues", "keywords": [ "oclif" ],