Skip to content

Commit 916fc83

Browse files
authored
Merge pull request #616 from redis/DOC-4208
DOC-4208 Update API_URL
2 parents 5c37561 + baad222 commit 916fc83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/js/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const API_URL = 'https://cli.redis.io',
1+
const API_URL = 'https://redis.io/cli',
22
PROMPT_PREFIX = 'redis> ';
33

44
async function createCli(cli) {

0 commit comments

Comments
 (0)