diff options
author | John Resig <jeresig@gmail.com> | 2011-03-28 13:10:12 -0400 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2011-03-28 13:10:12 -0400 |
commit | 2555a5a2322f78fc1cfc8a0f2b55580fc79d2f32 (patch) | |
tree | 4fbf7d42feabb0518fe86f7f355b0496e8387a6a /.gitmodules | |
parent | ef0157d19138471b497b8575e56df428e0986a7c (diff) | |
download | jquery-2555a5a2322f78fc1cfc8a0f2b55580fc79d2f32.tar.gz jquery-2555a5a2322f78fc1cfc8a0f2b55580fc79d2f32.zip |
Update the Sizzle location to point to the newly-moved repo.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 80ce23688..19c60418e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "src/sizzle"] path = src/sizzle - url = git://github.com/jeresig/sizzle.git + url = git://github.com/jquery/sizzle.git [submodule "test/qunit"] path = test/qunit url = git://github.com/jquery/qunit.git |