Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 2dd6bc9

Browse files
committed
Fix urls #374
1 parent 38b405f commit 2dd6bc9

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

docs/integration/jfrog.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Connecting to a private Artifactory Container Registry
22

3-
When your registry is not visible on the public internet, images can be indexed by running a monitoring agent inside the network.
3+
When your registry is not visible on the public internet, images can be indexed by running a monitoring agent inside the network.
44

55
The agent will scan configured Artifactory container repositories at regular intervals, and send newly discovered images' metadata to the Atomist control plane.
66

@@ -39,10 +39,10 @@ Options:
3939
4040
4141
* `workspace`
42-
* Grab your workspace ID from https://dso.atomist.com/r/auth/policies
42+
* Grab your workspace ID from https://dso.atomist.com/r/auth/integrations
4343
* `api-key`
4444
* Used to authenticate with the Atomist API and managed here https://dso.atomist.com/r/auth/integrations
45-
* `artifactory-url`
45+
* `artifactory-url`
4646
* is the base URL of your artifactory instance. This must not include any path or trailing slashes
4747
* `artifactory-repository`
4848
* an Artifactory container repository name to monitor
@@ -52,5 +52,3 @@ Options:
5252
* Username used for HTTP/Basic authentication with Artifactory
5353
* `password`
5454
* Password for `username`
55-
56-

docs/integration/local.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Options:
4848

4949

5050
* `workspace`
51-
* Grab your workspace ID from https://dso.atomist.com/r/auth/policies
51+
* Grab your workspace ID from https://dso.atomist.com/r/auth/integrations
5252
* `api-key`
5353
* Used to authenticate with the Atomist API and managed here https://dso.atomist.com/r/auth/integrations
5454
* `image`

0 commit comments

Comments
 (0)