Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

Commit 390585b

Browse files
committed
Update System dist link
1 parent cba9bd2 commit 390585b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/production-workflows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ When in production, it is not suitable to load ES6 modules and syntax in the bro
77
There is a `modules=instantiate` build output in Traceur and `modules=system` output in Babel and TypeScript that can be used with the ES6 Module Loader,
88
provided it has been extended with support for the System.register format.
99

10-
This is available from the [system-register-only](https://github.com/systemjs/systemjs/tree/v0.17.0/dist) SystemJS build of the loader.
10+
This is available from the [system-register-only](https://github.com/systemjs/systemjs/tree/0.17.0/dist) SystemJS build of the loader.
1111

1212
The benefit of the [System.register output format](system-register.md) is that it provides [full support for circular references and live module bindings](circular-references-bindings.md).
1313

@@ -51,4 +51,4 @@ With the above, we can load from the separate files identical to loading ES6, bu
5151

5252
If using a loader like [SystemJS](https://github.com/systemjs/systemjs) to load different module formats, then a build can also be performed across module formats as well.
5353

54-
See [SystemJS builder](https://github.com/systemjs/builder) for a combined approach.
54+
See [SystemJS builder](https://github.com/systemjs/builder) for a combined approach.

0 commit comments

Comments
 (0)