diff options
author | Matt Strapp <matt@mattstrapp.net> | 2022-02-03 18:15:54 -0600 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2022-02-03 18:15:54 -0600 |
commit | d4770aa4af230cafe365abcfa58f6b4bd18e4975 (patch) | |
tree | 3b4fa8a637dac6483e476bb564771b8f4cd75ec9 /.gitmodules | |
parent | Change module to be served over HTTP (diff) | |
download | ee4511w-d4770aa4af230cafe365abcfa58f6b4bd18e4975.tar ee4511w-d4770aa4af230cafe365abcfa58f6b4bd18e4975.tar.gz ee4511w-d4770aa4af230cafe365abcfa58f6b4bd18e4975.tar.bz2 ee4511w-d4770aa4af230cafe365abcfa58f6b4bd18e4975.tar.lz ee4511w-d4770aa4af230cafe365abcfa58f6b4bd18e4975.tar.xz ee4511w-d4770aa4af230cafe365abcfa58f6b4bd18e4975.tar.zst ee4511w-d4770aa4af230cafe365abcfa58f6b4bd18e4975.zip |
Make HTTP link not wrong
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 9865874..7acc11c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "Uploads/ee4951W_pendulum_web"] path = Uploads/ee4951W_pendulum_web - url = https://github.com/RosstheRoss/4951w.git + url = https://github.com/RosstheRoss/ee4951W_pendulum_web.git |