Skip to content
This repository was archived by the owner on Jun 6, 2023. It is now read-only.

Commit f80da24

Browse files
committed
change doc link in cli help to new repo
1 parent 382b913 commit f80da24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ var chalk = require('chalk');
1111
// Ours
1212
var paperspace = require('./../lib/paperspace');
1313

14-
var DEETS_NOTE = 'See https://paperspace.com/api for details';
14+
var DEETS_NOTE = 'See https://paperspace.github.io/paperspace-node for details';
1515

1616
function methodHint(spec) {
1717
return [

0 commit comments

Comments
 (0)