Skip to content

Commit 2db3f94

Browse files
authored
Merge pull request #36 from Rotzbua/feat_https
feat(docs): use https for nodered.org
2 parents ceabf4d + ba9d4b0 commit 2db3f94

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/commands/init/resources/settings.js.mustache

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ module.exports = {
7171
******************************************************************************/
7272

7373
/** To password protect the Node-RED editor and admin API, the following
74-
* property can be used. See http://nodered.org/docs/security.html for details.
74+
* property can be used. See https://nodered.org/docs/security.html for details.
7575
*/
7676
{{^adminAuth}}
7777
//adminAuth: {
@@ -123,7 +123,7 @@ module.exports = {
123123
* including node-red-dashboard, or the static content (httpStatic), the
124124
* following properties can be used.
125125
* The `pass` field is a bcrypt hash of the password.
126-
* See http://nodered.org/docs/security.html#generating-the-password-hash
126+
* See https://nodered.org/docs/security.html#generating-the-password-hash
127127
*/
128128
//httpNodeAuth: {user:"user",pass:"$2a$08$zZWtXTja0fB1pzD4sHCMyOCMYz2Z6dNbM6tl8sJogENOMcxWV9DN."},
129129
//httpStaticAuth: {user:"user",pass:"$2a$08$zZWtXTja0fB1pzD4sHCMyOCMYz2Z6dNbM6tl8sJogENOMcxWV9DN."},

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "node-red-admin",
33
"version": "3.1.3",
44
"description": "The Node-RED admin command line interface",
5-
"homepage": "http://nodered.org",
5+
"homepage": "https://nodered.org",
66
"bugs": {
77
"url": "https://github.com/node-red/node-red-admin/issues/"
88
},

0 commit comments

Comments
 (0)