Skip to content

Commit 762f2c2

Browse files
author
Georgi Boiko
committed
chore: autodoc URL updates
1 parent 4b1d9b8 commit 762f2c2

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

cli/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ DESCRIPTION
8686
Commands to manipulate applications for analysis
8787
```
8888

89-
_See code: [dist/commands/app/index.ts](https://github.com/cosdon/nowsecure-cli/blob/v1.1.0/dist/commands/app/index.ts)_
89+
_See code: [dist/commands/app/index.ts](https://github.com/nowsecure/nowsecure-cli/blob/v1.1.0/dist/commands/app/index.ts)_
9090

9191
## `ns-cli app archive [PLATFORM] [PACKAGENAME]`
9292

@@ -505,7 +505,7 @@ DESCRIPTION
505505
Commands to retrieve assessment data
506506
```
507507

508-
_See code: [dist/commands/assessment/index.ts](https://github.com/cosdon/nowsecure-cli/blob/v1.1.0/dist/commands/assessment/index.ts)_
508+
_See code: [dist/commands/assessment/index.ts](https://github.com/nowsecure/nowsecure-cli/blob/v1.1.0/dist/commands/assessment/index.ts)_
509509

510510
## `ns-cli assessment cancel ASSESSMENT`
511511

@@ -835,7 +835,7 @@ FLAGS
835835
--ui=<value> URL of the UI server
836836
```
837837

838-
_See code: [dist/commands/configure/index.ts](https://github.com/cosdon/nowsecure-cli/blob/v1.1.0/dist/commands/configure/index.ts)_
838+
_See code: [dist/commands/configure/index.ts](https://github.com/nowsecure/nowsecure-cli/blob/v1.1.0/dist/commands/configure/index.ts)_
839839

840840
## `ns-cli help [COMMANDS]`
841841

@@ -869,7 +869,7 @@ DESCRIPTION
869869
Commands for the user's organization
870870
```
871871

872-
_See code: [dist/commands/organization/index.ts](https://github.com/cosdon/nowsecure-cli/blob/v1.1.0/dist/commands/organization/index.ts)_
872+
_See code: [dist/commands/organization/index.ts](https://github.com/nowsecure/nowsecure-cli/blob/v1.1.0/dist/commands/organization/index.ts)_
873873

874874
## `ns-cli organization groups`
875875

@@ -1266,7 +1266,7 @@ DESCRIPTION
12661266
Commands for users & accounts
12671267
```
12681268

1269-
_See code: [dist/commands/user/index.ts](https://github.com/cosdon/nowsecure-cli/blob/v1.1.0/dist/commands/user/index.ts)_
1269+
_See code: [dist/commands/user/index.ts](https://github.com/nowsecure/nowsecure-cli/blob/v1.1.0/dist/commands/user/index.ts)_
12701270

12711271
## `ns-cli user account`
12721272

cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"bin": {
77
"ns-cli": "./bin/run"
88
},
9-
"homepage": "https://github.com/cosdon/nowsecure-cli",
9+
"homepage": "https://github.com/nowsecure/nowsecure-cli",
1010
"license": "MIT",
1111
"main": "dist/index.js",
12-
"repository": "cosdon/nowsecure-cli",
12+
"repository": "nowsecure/nowsecure-cli",
1313
"files": [
1414
"/bin",
1515
"/dist",
@@ -100,7 +100,7 @@
100100
"engines": {
101101
"node": ">=20.0.0"
102102
},
103-
"bugs": "https://github.com/cosdon/nowsecure-cli/issues",
103+
"bugs": "https://github.com/nowsecure/nowsecure-cli/issues",
104104
"keywords": [
105105
"oclif"
106106
],

0 commit comments

Comments
 (0)