Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKarl Horky <karl.horky@gmail.com>2015-02-05 23:40:38 +0300
committerForrest L Norvell <forrest@npmjs.com>2015-02-13 06:08:12 +0300
commit3568764cd69277d708f0623a01fd0c46cc59792e (patch)
tree06273605b1c3a020945bed98ea1503c54ab52c7f /doc
parentc2c55a1d9cefd7edc8b8684c882dcc440797d217 (diff)
doc: switch http to https in examples when possible
Diffstat (limited to 'doc')
-rw-r--r--doc/files/package.json.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/files/package.json.md b/doc/files/package.json.md
index 683425ec2..d8e9c2350 100644
--- a/doc/files/package.json.md
+++ b/doc/files/package.json.md
@@ -75,7 +75,7 @@ with your package.
It should look like this:
- { "url" : "http://github.com/owner/project/issues"
+ { "url" : "https://github.com/owner/project/issues"
, "email" : "project@hostname.com"
}
@@ -219,7 +219,7 @@ will create entries for `man foo` and `man 2 foo`
The CommonJS [Packages](http://wiki.commonjs.org/wiki/Packages/1.0) spec details a
few ways that you can indicate the structure of your package using a `directories`
-object. If you look at [npm's package.json](http://registry.npmjs.org/npm/latest),
+object. If you look at [npm's package.json](https://registry.npmjs.org/npm/latest),
you'll see that it has directories for doc, lib, and man.
In the future, this information may be used in other creative ways.
@@ -260,12 +260,12 @@ Do it like this:
"repository" :
{ "type" : "git"
- , "url" : "http://github.com/npm/npm.git"
+ , "url" : "https://github.com/npm/npm.git"
}
"repository" :
{ "type" : "svn"
- , "url" : "http://v8.googlecode.com/svn/trunk/"
+ , "url" : "https://v8.googlecode.com/svn/trunk/"
}
The URL should be a publicly available (perhaps read-only) url that can be handed