Skip to content

Commit

Permalink
Use https for links.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed Jul 25, 2017
1 parent b76af83 commit 541a095
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

**Reviewers:** Caridy Patiño

**Specification:** http://tc39.github.io/proposal-export-default-from/
**Specification:** https://tc39.github.io/proposal-export-default-from/

**AST:** [ESTree.md](./ESTree.md)

**Transpiler:** See Babel's [transform-export-extensions](http://babeljs.io/docs/plugins/transform-export-extensions/) plugin.
**Transpiler:** See Babel's [transform-export-extensions](https://babeljs.io/docs/plugins/transform-export-extensions/) plugin.

> NOTE: Closely related to the [export-ns-from](https://github.com/leebyron/ecmascript-export-ns-from) proposal.
> NOTE: Closely related to the [export-ns-from](https://github.com/tc39/proposal-export-ns-from) proposal.
## Problem statement and rationale

Expand Down
2 changes: 1 addition & 1 deletion spec/biblio.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"http://tc39.github.io/proposal-export-default-from/": [
"https://tc39.github.io/proposal-export-default-from/": [
{
"type": "production",
"id": "prod-DefaultExportFrom",
Expand Down

0 comments on commit 541a095

Please sign in to comment.