Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
Use secure URLs in docs where possible
Browse files Browse the repository at this point in the history
  • Loading branch information
xtian committed Oct 17, 2016
1 parent c60e331 commit 7099454
Show file tree
Hide file tree
Showing 16 changed files with 100 additions and 100 deletions.
2 changes: 1 addition & 1 deletion ADDON_HOOKS.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
see <http://ember-cli.com/api/classes/Addon.html>
see <https://ember-cli.com/api/classes/Addon.html>
2 changes: 1 addition & 1 deletion ARCHITECTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ module.exports = Task.extend({
```

### Sync vs async
Since [JavaScript uses an event loop](http://nodejs.org/about/), the use of
Since [JavaScript uses an event loop](https://nodejs.org/about/), the use of
blocking and compute intensive operations is discouraged. The general
recommendation is to use asynchronous operations.

Expand Down
144 changes: 72 additions & 72 deletions CHANGELOG.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ improve documentation or work on any of the features on the
This is the issue tracker for `ember-cli`. The community uses this site
to collect and track bugs and discussions of new features. If you are
having difficulties using `ember-cli` or have a question about usage
please ask a question on Stack Overflow: http://stackoverflow.com/questions/ask?tags=ember-cli
please ask a question on Stack Overflow: https://stackoverflow.com/questions/ask?tags=ember-cli

# Issues

Expand Down Expand Up @@ -160,7 +160,7 @@ updating or writing new documentation:

#### Website

The codebase for the website [ember-cli.com](http://ember-cli.com) is located
The codebase for the website [ember-cli.com](https://ember-cli.com) is located
at: https://github.com/ember-cli/ember-cli.github.io

#### Code Words
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Features
------------------------------------------------------------------------------

- Asset build pipeline using [Broccoli.js](http://broccolijs.com/)
- ES6 transpilation using [Babel](http://babeljs.io/)
- ES6 transpilation using [Babel](https://babeljs.io/)
- Project structure conventions using ES6 module syntax
- Development server including live-reload and API proxy
- File/Project generator using blueprints
Expand All @@ -50,7 +50,7 @@ After installation the `ember` CLI tool will be available to you. It is the
entrypoint for all the functionality mentioned above.

You can call `ember <command> --help` to find out more about all of the
following commands or visit <http://ember-cli.com/user-guide/> to read
following commands or visit <https://ember-cli.com/user-guide/> to read
the in-depth documentation.


Expand Down Expand Up @@ -135,7 +135,7 @@ Community
- Slack: [Get your invite](https://ember-community-slackin.herokuapp.com/)
- IRC: #ember-cli on [freenode](https://webchat.freenode.net/?channels=%23ember-cli)
- Issues: [ember-cli/issues](https://github.com/ember-cli/ember-cli/issues)
- Website: [ember-cli.com](http://ember-cli.com)
- Website: [ember-cli.com](https://ember-cli.com)


Development
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# http://www.appveyor.com/docs/appveyor-yml
# https://www.appveyor.com/docs/appveyor-yml/

# Test against these versions of Node.js.
environment:
Expand Down
2 changes: 1 addition & 1 deletion blueprints/addon/files/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ This README outlines the details of collaborating on this Ember addon.

* `ember build`

For more information on using ember-cli, visit [http://ember-cli.com/](http://ember-cli.com/).
For more information on using ember-cli, visit [https://ember-cli.com/](https://ember-cli.com/).
10 changes: 5 additions & 5 deletions blueprints/app/files/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ A short introduction of this app could easily go here.

You will need the following things properly installed on your computer.

* [Git](http://git-scm.com/)
* [Node.js](http://nodejs.org/) (with NPM)
* [Bower](http://bower.io/)
* [Ember CLI](http://ember-cli.com/)
* [Git](https://git-scm.com/)
* [Node.js](https://nodejs.org/) (with NPM)
* [Bower](https://bower.io/)
* [Ember CLI](https://ember-cli.com/)
* [PhantomJS](http://phantomjs.org/)

## Installation
Expand Down Expand Up @@ -46,7 +46,7 @@ Specify what it takes to deploy your app.
## Further Reading / Useful Links

* [ember.js](http://emberjs.com/)
* [ember-cli](http://ember-cli.com/)
* [ember-cli](https://ember-cli.com/)
* Development Browser Extensions
* [ember inspector for chrome](https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi)
* [ember inspector for firefox](https://addons.mozilla.org/en-US/firefox/addon/ember-inspector/)
2 changes: 1 addition & 1 deletion blueprints/app/files/gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.
# See https://help.github.com/ignore-files/ for more about ignoring files.

# compiled output
/dist
Expand Down
2 changes: 1 addition & 1 deletion dev/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ The following changes are required if you are upgrading from the previous
version:
- Users
+ Upgrade your project's ember-cli version - [docs](http://ember-cli.com/user-guide/#upgrading)
+ Upgrade your project's ember-cli version - [docs](https://ember-cli.com/user-guide/#upgrading)
- Addon Developers
+ No changes required
- Core Contributors
Expand Down
2 changes: 1 addition & 1 deletion docs/yuidoc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"logo": "http://ember-cli.com/assets/images/ember-cli-logo-small-dark.png",
"logo": "https://ember-cli.com/assets/images/ember-cli-logo-small-dark.png",
"options": {
"paths": [
"lib"
Expand Down
2 changes: 1 addition & 1 deletion lib/models/blueprint.js
Original file line number Diff line number Diff line change
Expand Up @@ -971,7 +971,7 @@ var Blueprint = CoreObject.extend({
```js
addBowerPackageToProject('jquery', '~1.11.1');
addBowerPackageToProject('old_jquery', 'jquery#~1.9.1');
addBowerPackageToProject('bootstrap-3', 'http://twitter.github.io/bootstrap/assets/bootstrap');
addBowerPackageToProject('bootstrap-3', 'https://twitter.github.io/bootstrap/assets/bootstrap');
```
*/
addBowerPackageToProject: function(localPackageName, target, installOptions) {
Expand Down
2 changes: 1 addition & 1 deletion lib/models/watch-detector.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

var quickTemp = require('quick-temp');
var Promise = require('../ext/promise');
var WATCHMAN_INFO = 'Visit http://ember-cli.com/user-guide/#watchman for more info.';
var WATCHMAN_INFO = 'Visit https://ember-cli.com/user-guide/#watchman for more info.';
var semver = require('semver');
var SilentError = require('silent-error');

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"ember.js",
"kit"
],
"homepage": "http://ember-cli.com/",
"homepage": "https://ember-cli.com/",
"bugs": {
"url": "https://github.com/ember-cli/ember-cli/issues"
},
Expand Down
8 changes: 4 additions & 4 deletions tests/unit/models/blueprint-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1324,10 +1324,10 @@ help in detail');

it('correctly handles local package naming, with a non-versioned package', function() {
blueprint.addBowerPackagesToProject = function(packages) {
expect(packages).to.deep.equal([{name: 'foo-bar-local', target: '*', source: 'http://twitter.github.io/bootstrap/assets/bootstrap'}]);
expect(packages).to.deep.equal([{name: 'foo-bar-local', target: '*', source: 'https://twitter.github.io/bootstrap/assets/bootstrap'}]);
};

blueprint.addBowerPackageToProject('foo-bar-local', 'http://twitter.github.io/bootstrap/assets/bootstrap');
blueprint.addBowerPackageToProject('foo-bar-local', 'https://twitter.github.io/bootstrap/assets/bootstrap');
});

it('correctly handles a single versioned package descriptor as argument (1) (DEPRECATED)', function() {
Expand Down Expand Up @@ -1418,7 +1418,7 @@ help in detail');
blueprint.addBowerPackagesToProject([
{name: '', source: 'jquery', target: '~2.0.0'},
{name: 'backbone', source: 'backbone-amd', target: '~1.0.0'},
{name: 'bootstrap', source: 'http://twitter.github.io/bootstrap/assets/bootstrap', target: '*'}
{name: 'bootstrap', source: 'https://twitter.github.io/bootstrap/assets/bootstrap', target: '*'}
]);

expect(packages).to.deep.equal([
Expand All @@ -1427,7 +1427,7 @@ help in detail');
// custom local name, versioned bower pkg
'backbone=backbone-amd#~1.0.0',
// no numbered version, custom local name
'bootstrap=http://twitter.github.io/bootstrap/assets/bootstrap'
'bootstrap=https://twitter.github.io/bootstrap/assets/bootstrap'
]);
});

Expand Down
8 changes: 4 additions & 4 deletions tests/unit/models/watch-detector-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ describe('WatchDetector', function() {
expect(option.watchmanInfo).to.have.property('enabled', true)
expect(ui.output).not.to.match(/Could not start watchman/);
expect(ui.output).not.to.match(/fell back to: "node"/);
expect(ui.output).not.to.match(/Visit http:\/\/ember-cli.com\/user-guide\/\#watchman/);
expect(ui.output).not.to.match(/Visit https:\/\/ember-cli.com\/user-guide\/\#watchman/);
});

describe('watchman does not work', function() {
Expand All @@ -95,7 +95,7 @@ describe('WatchDetector', function() {
expect(option.watchmanInfo).to.have.property('canNestRoots');
expect(ui.output).to.match(/Could not start watchman/);
expect(ui.output).to.match(/fell back to: "node"/);
expect(ui.output).to.match(/Visit http:\/\/ember-cli.com\/user-guide\/\#watchman/);
expect(ui.output).to.match(/Visit https:\/\/ember-cli.com\/user-guide\/\#watchman/);
});

it('false back to polling if node does not work', function() {
Expand All @@ -110,7 +110,7 @@ describe('WatchDetector', function() {
expect(option.watchmanInfo).to.have.property('canNestRoots');
expect(ui.output).to.match(/Could not start watchman/);
expect(ui.output).to.match(/fell back to: "polling"/);
expect(ui.output).to.match(/Visit http:\/\/ember-cli.com\/user-guide\/\#watchman/);
expect(ui.output).to.match(/Visit https:\/\/ember-cli.com\/user-guide\/\#watchman/);
});
});
});
Expand Down Expand Up @@ -187,7 +187,7 @@ describe('WatchDetector', function() {
var result = subject.checkWatchman();
expect(result).to.have.property('watcher', 'node');
expect(ui.output).to.match(/Could not start watchman/);
expect(ui.output).to.match(/Visit http:\/\/ember-cli.com\/user-guide\/\#watchman/);
expect(ui.output).to.match(/Visit https:\/\/ember-cli.com\/user-guide\/\#watchman/);
});
});
it('prefers watchman if everything appears to be good', function() {
Expand Down

0 comments on commit 7099454

Please sign in to comment.