Skip to content

Commit

Permalink
docs: fix web-animations-js brcdn url
Browse files Browse the repository at this point in the history
  • Loading branch information
marionebl committed Nov 29, 2015
1 parent 737dea6 commit dbc664e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions public/index.html
Expand Up @@ -46,7 +46,7 @@ <h1 class="jogwheel-name" align="center"> jogwheel</h1>
<p>Availability</p>
</blockquote>
<p><a href="https://www.npmjs.org/package/jogwheel"><img src="https://img.shields.io/npm/v/jogwheel.svg?style=flat-square" alt="npm"></a> <a href="https://www.npmjs.org/package/jogwheel"><img src="http://img.shields.io/npm/dm/jogwheel.svg?style=flat-square" alt="npm-dl"></a></p>
<p><a href="https://www.brcdn.org/?module=jogwheel"><img src="https://img.shields.io/badge/cdn-v1.1.1-5ec792.svg?style=flat-square" alt="brcdn"></a></p>
<p><a href="https://www.brcdn.org/?module=jogwheel"><img src="https://img.shields.io/badge/cdn-v1.1.2-5ec792.svg?style=flat-square" alt="brcdn"></a></p>
<blockquote>
<p>Activity</p>
</blockquote>
Expand Down Expand Up @@ -91,8 +91,8 @@ <h3 id="cdn">CDN</h3>
<p>jogwheel provides prebundled downloads via <a href="https://www.brcdn.org/?module=jogwheel">brcdn.org</a>.
Either embed or download the standalone bundle. Given you do not use a module system the standalone build will pollute <code>window.jogwheel</code>. This usage is viable but <strong>not recommended</strong>.</p>
<ul>
<li>Development <a href="https://www.brcdn.org/jogwheel/v1.1.1/?standalone=jogwheel&amp;uglify=false">v1.1.1</a></li>
<li>Production <a href="https://www.brcdn.org/jogwheel/1.1.1/?standalone=jogwheel&amp;uglify=true">v1.1.1</a></li>
<li>Development <a href="https://www.brcdn.org/jogwheel/v1.1.2/?standalone=jogwheel&amp;uglify=false">v1.1.2</a></li>
<li>Production <a href="https://www.brcdn.org/jogwheel/1.1.2/?standalone=jogwheel&amp;uglify=true">v1.1.2</a></li>
<li>Development <a href="https://www.brcdn.org/jogwheel/latest/?standalone=jogwheel&amp;uglify=false">latest</a></li>
<li>Production <a href="https://www.brcdn.org/jogwheel/latest/?standalone=jogwheel&amp;uglify=true">latest</a></li>
</ul>
Expand Down Expand Up @@ -136,7 +136,7 @@ <h3 id="cdn">CDN</h3>
</span><span class="hljs-tag">&lt;/<span class="hljs-title">style</span>&gt;</span>
<span class="hljs-tag">&lt;<span class="hljs-title">body</span>&gt;</span>
<span class="hljs-tag">&lt;<span class="hljs-title">div</span> <span class="hljs-attribute">data-animated</span>&gt;</span><span class="hljs-tag">&lt;/<span class="hljs-title">div</span>&gt;</span>
<span class="hljs-tag">&lt;<span class="hljs-title">script</span> <span class="hljs-attribute">src</span>=<span class="hljs-value">"https://www.brcdn.org/web-animations-js/latest/?uglify=true"</span> /&gt;</span><span class="handlebars"><span class="xml">
<span class="hljs-tag">&lt;<span class="hljs-title">script</span> <span class="hljs-attribute">src</span>=<span class="hljs-value">"https://www.brcdn.org/web-animations-js/latest/?standalone=web-animations-js&amp;uglify=true"</span> /&gt;</span><span class="handlebars"><span class="xml">
<span class="hljs-tag">&lt;<span class="hljs-title">script</span> <span class="hljs-attribute">src</span>=<span class="hljs-value">"https://www.brcdn.org/jogwheel/latest/?standalone=jogwheel&amp;uglify=true"</span> /&gt;</span><span class="handlebars"><span class="xml">
<span class="hljs-tag">&lt;<span class="hljs-title">script</span>&gt;</span><span class="javascript">
<span class="hljs-keyword">var</span> element = <span class="hljs-built_in">document</span>.querySelector(<span class="hljs-string">'[data-animated]'</span>);
Expand Down Expand Up @@ -219,7 +219,7 @@ <h2 id="roadmap">Roadmap</h2>
<hr>
<p>See <a href="./documentation/roadmap.html">Roadmap</a> for details.</p>
<hr>
<p>jogwheel <code>v1.1.1</code> is built by Mario Nebl and <a href="./documentation/contributors.html">contributors</a> with :heart:
<p>jogwheel <code>v1.1.2</code> is built by Mario Nebl and <a href="./documentation/contributors.html">contributors</a> with :heart:
and released under the <a href="./license.html">MIT License</a>.</p>

<aside class="jogwheel-archive-teaser">
Expand Down
10 changes: 5 additions & 5 deletions readme.md
Expand Up @@ -75,8 +75,8 @@ player.seek(0.5);
jogwheel provides prebundled downloads via [brcdn.org](https://www.brcdn.org/?module=jogwheel).
Either embed or download the standalone bundle. Given you do not use a module system the standalone build will pollute `window.jogwheel`. This usage is viable but **not recommended**.

* Development [v1.1.1](https://www.brcdn.org/jogwheel/v1.1.1/?standalone=jogwheel&uglify=false)
* Production [v1.1.1](https://www.brcdn.org/jogwheel/1.1.1/?standalone=jogwheel&uglify=true)
* Development [v1.1.2](https://www.brcdn.org/jogwheel/v1.1.2/?standalone=jogwheel&uglify=false)
* Production [v1.1.2](https://www.brcdn.org/jogwheel/1.1.2/?standalone=jogwheel&uglify=true)
* Development [latest](https://www.brcdn.org/jogwheel/latest/?standalone=jogwheel&uglify=false)
* Production [latest](https://www.brcdn.org/jogwheel/latest/?standalone=jogwheel&uglify=true)

Expand Down Expand Up @@ -121,7 +121,7 @@ Either embed or download the standalone bundle. Given you do not use a module sy
</style>
<body>
<div data-animated></div>
<script src="https://www.brcdn.org/web-animations-js/latest/?uglify=true" />
<script src="https://www.brcdn.org/web-animations-js/latest/?standalone=web-animations-js&uglify=true" />
<script src="https://www.brcdn.org/jogwheel/latest/?standalone=jogwheel&uglify=true" />
<script>
var element = document.querySelector('[data-animated]');
Expand Down Expand Up @@ -229,7 +229,7 @@ See [Roadmap](./documentation/roadmap.md) for details.


---
jogwheel `v1.1.1` is built by Mario Nebl and [contributors](./documentation/contributors.md) with :heart:
jogwheel `v1.1.2` is built by Mario Nebl and [contributors](./documentation/contributors.md) with :heart:
and released under the [MIT License](./license.md).

[npm-url]: https://www.npmjs.org/package/jogwheel
Expand All @@ -238,7 +238,7 @@ and released under the [MIT License](./license.md).
[npm-dl-image]: http://img.shields.io/npm/dm/jogwheel.svg?style=flat-square

[brcdn-url]: https://www.brcdn.org/?module=jogwheel
[brcdn-image]: https://img.shields.io/badge/cdn-v1.1.1-5ec792.svg?style=flat-square
[brcdn-image]: https://img.shields.io/badge/cdn-v1.1.2-5ec792.svg?style=flat-square

[ci-url]: https://travis-ci.org/marionebl/jogwheel
[ci-image]: https://img.shields.io/travis/marionebl/jogwheel/master.svg?style=flat-square
Expand Down
2 changes: 1 addition & 1 deletion source/_readme.tpl
Expand Up @@ -131,7 +131,7 @@ Either embed or download the standalone bundle. Given you do not use a module sy
</style>
<body>
<div data-animated></div>
<script src="https://www.brcdn.org/web-animations-js/latest/?uglify=true" />
<script src="https://www.brcdn.org/web-animations-js/latest/?standalone=web-animations-js&uglify=true" />
<script src="https://www.brcdn.org/${props.pkg.name}/latest/?standalone=${props.pkg.name}&uglify=true" />
<script>
var element = document.querySelector('[data-animated]');
Expand Down

0 comments on commit dbc664e

Please sign in to comment.