Skip to content

Commit a57e59a

Browse files
Update getting_started.md
add https:// to api domain values
1 parent be7ae51 commit a57e59a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/cli/getting_started.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ You must update the `api_domain` value for your specific environment. To find th
3030

3131
| Console Domain | API Domain |
3232
| ---------------------- | ------------------ |
33-
| console.us.code42.com | api.us.code42.com |
34-
| console.us2.code42.com | api.us2.code42.com |
35-
| console.ie.code42.com | api.ie.code42.com |
36-
| console.gov.code42.com | api.gov.code42.com |
33+
| console.us.code42.com | https://api.us.code42.com |
34+
| console.us2.code42.com | https://api.us2.code42.com |
35+
| console.ie.code42.com | https://api.ie.code42.com |
36+
| console.gov.code42.com | https://api.gov.code42.com |
3737

3838

3939
See [Incydr SDK Settings](../sdk/settings.md) for more available settings.

0 commit comments

Comments
 (0)