jquery / codeorigin.jquery.com

jQuery CDN
https://releases.jquery.com
Other
57 stars 605 forks source link

Build: Switch URLs for git files to use `/git`/ directory. #73

Closed Krinkle closed 3 years ago

Krinkle commented 3 years ago

Git files are now served from the /git/ directory.

Support for this was added on the server in the private commit at https://github.com/jquery/infrastructure/commit/aeae9f8728b.

This is in preparation for a new browser at releases.jquery.com, and that server will only support /git/ for these files.

The codeorigin server will supporting both the top-level access and /git/ access, by making them redirect to releases.jquery.com.

Ref https://github.com/jquery/codeorigin.jquery.com/pull/70.