Skip to content

Commit 959dce9

Browse files
authored
Merge pull request #98 from ceciliastevens/add-https-getting-started
add https to url
2 parents 76941f9 + 84aa36e commit 959dce9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/cli/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The following values should be present in one of the above locations:
2323
```bash
2424
INCYDR_API_CLIENT_ID='api-client-key'
2525
INCYDR_API_CLIENT_SECRET='api-client-secret'
26-
INCYDR_URL='code42.api.url'
26+
INCYDR_URL='https://code42.api.url'
2727
```
2828

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

0 commit comments

Comments
 (0)