Skip to content

Commit

Permalink
Change links to resolve #590
Browse files Browse the repository at this point in the history
  • Loading branch information
steffentchr committed Jun 14, 2021
1 parent 46a4017 commit b758078
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion MIT-LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2011, 23, http://www.23developer.com
Copyright (c) 2011, 23, https://www.twentythree.com

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
6 changes: 3 additions & 3 deletions resumable.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* MIT Licensed
* http://www.23developer.com/opensource
* http://github.com/23/resumable.js
* Steffen Tiedemann Christensen, steffen@23company.com
* https://www.twentythree.com
* https://github.com/23/resumable.js
* Steffen Fagerström Christensen, steffen@twentythree.com
*/

(function(){
Expand Down
8 changes: 4 additions & 4 deletions samples/Frontend in jQuery.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Resumable.js front-end in jQuery
[@steffentchr](http://twitter.com/steffentchr)

This library is originally built to work with [23 Video](http://www.23video.com), and the 23 uploader is a good example of:
This library is originally built to work with [TwentyThree](https://www.twentythree.com), and the 23 uploader is a good example of:

* Selecing files or drag-dropping them in
* Using events to build UI and progress bar
Expand All @@ -11,12 +11,12 @@ This library is originally built to work with [23 Video](http://www.23video.com)
* Building thumbnails from chunks to give better feedback during upload
* Falling back to alternative upload options when Resumable.js is not supported.

There's [a free trial for 23 Video](http://www.23video.com/signup) if
There's [a free trial for TwentyThree](https://www.twentythree.com) if
you want to see this in action, but the pieces are:

* Resumable.js itself.
* [A piece of jQuery](http://reinvent.23video.com/resources/um/script/resumable-uploader.js), which sets up Resumable.js and glues it to the UI.
* [An API methods](http://www.23developer.com/api/photo-redeem-upload-token) with support for Resumable.js chunks and feedback.
* [A piece of jQuery](https://videos.twentythree.com/resources/um/script/resumable-uploader.js), which sets up Resumable.js and glues it to the UI.
* [An API methods](https://www.twentythree.com/api/photo-redeem-upload-token) with support for Resumable.js chunks and feedback.
* Finally, some HTML elements for the glue script to use.

```html
Expand Down
6 changes: 3 additions & 3 deletions samples/coffeescript/resumable.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* MIT Licensed
* http://www.23developer.com/opensource
* http://github.com/23/resumable.js
* Steffen Tiedemann Christensen, steffen@23company.com
* https://www.twentythree.com
* https://github.com/23/resumable.js
* Steffen Fagerström Christensen, steffen@twentythree.com
*/

(function(){
Expand Down
6 changes: 3 additions & 3 deletions samples/java/src/main/webapp/resumable.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* MIT Licensed
* http://www.23developer.com/opensource
* http://github.com/23/resumable.js
* Steffen Tiedemann Christensen, steffen@23company.com
* https://www.twentythree.com
* https://github.com/23/resumable.js
* Steffen Fagerström Christensen, steffen@twentythree.com
*/

(function(){
Expand Down

0 comments on commit b758078

Please sign in to comment.