Skip to content

Commit

Permalink
docs: Use HTTPS in URLs where applicable (#1115)
Browse files Browse the repository at this point in the history
  • Loading branch information
oboukli authored and timdeschryver committed Jun 11, 2018
1 parent ccd0ea3 commit 21079d2
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ version: 2
# Note: YAML anchors allow an object to be re-used, reducing duplication.
# The ampersand declares an alias for an object, then later the `<<: *name`
# syntax dereferences it.
# See http://blog.daemonl.com/2016/02/yaml.html
# See https://blog.daemonl.com/2016/02/yaml.html
# To validate changes, use an online parser, eg.
# http://yaml-online-parser.appspot.com/
# https://yaml-online-parser.appspot.com/
var_1: &cache_key yarn-cache-{{ checksum "yarn.lock" }}
var_2: &run_in_ngcontainer
docker:
Expand Down
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Editor configuration, see http://editorconfig.org
# Editor configuration, see https://editorconfig.org/
root = true

[*]
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
## Minimal reproduction of the problem with instructions:
<!--
For bug reports please provide the *STEPS TO REPRODUCE* and if possible a *MINIMAL DEMO* of the problem via
http://plnkr.co/edit/tpl:757r6L
https://plnkr.co/edit/tpl:757r6L
-->

## Version of affected browser(s),operating system(s), npm, node and ngrx:
Expand Down
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ lib-cov
# Coverage directory used by tools like istanbul
coverage

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Compiled binary addons (http://nodejs.org/api/addons.html)
# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release

# Users Environment Variables
Expand Down
12 changes: 6 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
## Developing
# Developing

### Setup
## Setup

```bash
```shell
yarn
```

### Testing
## Testing

```bash
```shell
yarn test
```

Expand All @@ -25,7 +25,7 @@ yarn test
## Submitting bug reports

* Search through issues to see if a previous issue has already been reported and/or fixed.
* Provide a _small_ reproduction using a [plunker template](http://plnkr.co/edit/tpl:757r6L?p=preview) or github repo.
* Provide a _small_ reproduction using a [StackBlitz project](https://stackblitz.com/edit/ngrx-seed) or a GitHub repository.
* Please detail the affected browser(s) and operating system(s).
* Please be sure to state which version of Angular, node and npm you're using.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Reactive libraries for Angular

## Support

[![Backers on Open Collective](https://opencollective.com/ngrx/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/ngrx/sponsors/badge.svg)](#sponsors) [![Join the chat at https://gitter.im/ngrx/store](https://badges.gitter.im/ngrx/platform.svg)](https://gitter.im/ngrx/platform?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![Backers on Open Collective](https://opencollective.com/ngrx/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/ngrx/sponsors/badge.svg)](#sponsors) [![Join the chat at https://gitter.im/ngrx/store](https://badges.gitter.im/ngrx/platform.svg)](https://gitter.im/ngrx/platform?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](https://commitizen.github.io/cz-cli/)

## Packages

Expand Down
2 changes: 1 addition & 1 deletion docs/store-devtools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Install @ngrx/store-devtools from npm:

### Instrumentation with the Chrome / Firefox Extension

1. Download the [Redux Devtools Extension](http://zalmoxisus.github.io/redux-devtools-extension/)
1. Download the [Redux Devtools Extension](https://github.com/zalmoxisus/redux-devtools-extension/)

2. In your `AppModule` add instrumentation to the module imports using `StoreDevtoolsModule.instrument`:

Expand Down
2 changes: 1 addition & 1 deletion docs/store/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ consistent applications on top of Angular. Core tenets:

These core principles enable building components that can use the `OnPush`
change detection strategy giving you
[intelligent, performant change detection](http://blog.thoughtram.io/angular/2016/02/22/angular-2-change-detection-explained.html#smarter-change-detection)
[intelligent, performant change detection](https://blog.thoughtram.io/angular/2016/02/22/angular-2-change-detection-explained.html#smarter-change-detection)
throughout your application.

### Installation
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1596,7 +1596,7 @@ compressible@~2.0.13:

compression@^1.5.2:
version "1.7.2"
resolved "http://registry.npmjs.org/compression/-/compression-1.7.2.tgz#aaffbcd6aaf854b44ebb280353d5ad1651f59a69"
resolved "https://registry.npmjs.org/compression/-/compression-1.7.2.tgz#aaffbcd6aaf854b44ebb280353d5ad1651f59a69"
dependencies:
accepts "~1.3.4"
bytes "3.0.0"
Expand Down Expand Up @@ -5812,7 +5812,7 @@ [email protected], once@^1.3.0, once@^1.3.1, once@^1.3.3, once@^1.4.0:

onetime@^1.0.0:
version "1.1.0"
resolved "http://registry.npmjs.org/onetime/-/onetime-1.1.0.tgz#a1f7838f8314c516f05ecefcbc4ccfe04b4ed789"
resolved "https://registry.npmjs.org/onetime/-/onetime-1.1.0.tgz#a1f7838f8314c516f05ecefcbc4ccfe04b4ed789"

onetime@^2.0.0:
version "2.0.1"
Expand Down

0 comments on commit 21079d2

Please sign in to comment.