From b0bc0f9b753396135fd10a80432638ab8360272d Mon Sep 17 00:00:00 2001 From: Match Man Date: Wed, 27 Oct 2021 00:12:07 +0300 Subject: [PATCH] misc. fixes fix broken submodule repo links and a typo in README.md --- .gitmodules | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 6ad3191..5d1f724 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "android-app"] path = android-app - url = https://gitos.cs.tu-dortmund.de/systemtap4android/android-app.git + url = https://ess.cs.uos.de/git/software/systemtap4android/android-app.git [submodule "src"] path = src - url = https://gitos.cs.tu-dortmund.de/systemtap4android/systemtap-src.git + url = https://ess.cs.uos.de/git/software/systemtap4android/systemtap-src diff --git a/README.md b/README.md index ff6837d..a3c98f7 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Requirments `git submodule init` - `git submodule upate` + `git submodule update` Building SystemTap ------------------