Skip to content

Commit

Permalink
chore: autodoc URL updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Georgi Boiko committed Aug 1, 2024
1 parent 4b1d9b8 commit 762f2c2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]`

Expand Down Expand Up @@ -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`

Expand Down Expand Up @@ -835,7 +835,7 @@ FLAGS
--ui=<value> 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]`

Expand Down Expand Up @@ -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`

Expand Down Expand Up @@ -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`

Expand Down
6 changes: 3 additions & 3 deletions cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
],
Expand Down

0 comments on commit 762f2c2

Please sign in to comment.