Skip to content

Commit

Permalink
Updated paths for implicit demos for JSFiddle. mikehostetler#81
Browse files Browse the repository at this point in the history
  • Loading branch information
dcneiner committed Apr 26, 2013
1 parent 971e53e commit a762fdf
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion demo/core/context/demo.details
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ description: amplify.core pub/sub with context.
authors:
- The appendTo Team
resources:
- http://github.com/appendto/amplify/raw/master/core/amplify.core.js
- http://github.com/appendto/amplify/raw/master/lib/amplify.core.js
...
2 changes: 1 addition & 1 deletion demo/core/data/demo.details
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ description: amplify.core pub/sub with data.
authors:
- The appendTo Team
resources:
- http://github.com/appendto/amplify/raw/master/core/amplify.core.js
- http://github.com/appendto/amplify/raw/master/lib/amplify.core.js
...
2 changes: 1 addition & 1 deletion demo/core/nodata/demo.details
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ description: basic pub/sub demo.
authors:
- The appendTo Team
resources:
- http://github.com/appendto/amplify/raw/master/core/amplify.core.js
- http://github.com/appendto/amplify/raw/master/lib/amplify.core.js
...
2 changes: 1 addition & 1 deletion demo/core/priority/demo.details
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ description: amplify.core pub/sub with priority
authors:
- The appendTo Team
resources:
- http://github.com/appendto/amplify/raw/master/core/amplify.core.js
- http://github.com/appendto/amplify/raw/master/lib/amplify.core.js
...
4 changes: 2 additions & 2 deletions demo/store/implicit/demo.details
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ description: amplify.store with amplify choosing persistence technology.
authors:
- The appendTo Team
resources:
- http://github.com/appendto/amplify/raw/master/core/amplify.core.js
- http://github.com/appendto/amplify/raw/master/lib/amplify.core.js
- http://github.com/douglascrockford/JSON-js/raw/master/json2.js
- http://github.com/appendto/amplify/raw/master/store/amplify.store.js
- http://github.com/appendto/amplify/raw/master/lib/amplify.store.js
...
*/
4 changes: 2 additions & 2 deletions demo/store/sessionstorage/demo.details
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ description: amplify.store with sessionStorage.
authors:
- The appendTo Team
resources:
- http://github.com/appendto/amplify/raw/master/core/amplify.core.js
- http://github.com/appendto/amplify/raw/master/lib/amplify.core.js
- http://github.com/douglascrockford/JSON-js/raw/master/json2.js
- http://github.com/appendto/amplify/raw/master/store/amplify.store.js
- http://github.com/appendto/amplify/raw/master/lib/amplify.store.js
...
*/
4 changes: 2 additions & 2 deletions docs/amplify.store.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ An in-memory store is provided as a fallback if none of the other storage types
myStoredValues.storeExample2; // baz

<iframe style="width: 100%; height: 300px" src="http://jsfiddle.net/awirick/hZgDw/embedded/js,html,result/"> </iframe>
[Open this example in jsFiddle](http://jsfiddle.net/gh/get/jquery/1.5/appendto/amplify/tree/master/store/demo/implicit/)
[Open this example in jsFiddle](http://jsfiddle.net/gh/get/jquery/1.5/appendto/amplify/tree/master/demo/store/implicit/)

### Store data explicitly with session storage

Expand All @@ -122,7 +122,7 @@ An in-memory store is provided as a fallback if none of the other storage types
myStoredValue2.foo2; // baz

<iframe style="width: 100%; height: 300px" src="http://jsfiddle.net/awirick/qM5Db/embedded/js,html,result/"> </iframe>
[Open this example in jsFiddle](http://jsfiddle.net/gh/get/jquery/1.5/appendto/amplify/tree/master/store/demo/localstorage/)
[Open this example in jsFiddle](http://jsfiddle.net/gh/get/jquery/1.5/appendto/amplify/tree/master/demo/store/sessionstorage/)

## Known Issues

Expand Down

0 comments on commit a762fdf

Please sign in to comment.