diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2023-06-11 18:12:12 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2023-06-11 18:12:12 +0200 |
commit | e7be281b5809ae2b115fb915407132bcb651a5ba (patch) | |
tree | 290620142512691ae4a782e03af0d2c7064968a1 | |
parent | 2aa63901461537f88dc8065acc26151643b4a122 (diff) | |
download | tdv-e7be281b5809ae2b115fb915407132bcb651a5ba.tar.gz tdv-e7be281b5809ae2b115fb915407132bcb651a5ba.tar.xz tdv-e7be281b5809ae2b115fb915407132bcb651a5ba.zip |
Reflect upstream URL rename
-rw-r--r-- | README.adoc | 8 | ||||
-rw-r--r-- | docs/tdv.1.adoc | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/README.adoc b/README.adoc index ab2b4be..390c28a 100644 --- a/README.adoc +++ b/README.adoc @@ -36,9 +36,9 @@ Runtime dependencies: Optional runtime dependencies: xcb, xcb-xfixes (the first two for the TUI), gtk+-3.0 (for the GUI) - $ git clone --recursive https://git.janouch.name/p/sdtui.git - $ mkdir sdtui/build - $ cd sdtui/build + $ git clone --recursive https://git.janouch.name/p/tdv.git + $ mkdir tdv/build + $ cd tdv/build $ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug \ -DWITH_X11=ON -DWITH_GUI=ON $ make @@ -101,7 +101,7 @@ Given all issues with the file format, it might be better to start anew. Contributing and Support ------------------------ -Use https://git.janouch.name/p/sdtui to report any bugs, request features, +Use https://git.janouch.name/p/tdv to report any bugs, request features, or submit pull requests. `git send-email` is tolerated. If you want to discuss the project, feel free to join me at ircs://irc.janouch.name, channel #dev. diff --git a/docs/tdv.1.adoc b/docs/tdv.1.adoc index f7961e2..e5d2cc6 100644 --- a/docs/tdv.1.adoc +++ b/docs/tdv.1.adoc @@ -89,7 +89,7 @@ _~/.config/tdv/tdv.conf_:: Reporting bugs -------------- -Use https://git.janouch.name/p/sdtui to report bugs, request features, +Use https://git.janouch.name/p/tdv to report bugs, request features, or submit pull requests. See also |