summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@gmail.com>2014-04-24 18:14:13 +0200
committerDavid Herrmann <dh.herrmann@gmail.com>2014-04-24 18:14:13 +0200
commitf9e64d16390ef558ca2865d9ea450eb3510ec6da (patch)
treea5f506d2b42d89097c0320f61ab2085dc1b805b9
parent694b3158d0342698fb48678ee263acf3e2ffd4a5 (diff)
Update libtsm wiki-link
We moved libtsm in the fdo-wiki so it's no longer a sub-kmscon project. Update the links to reflect that. Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
-rw-r--r--README2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index eadb139..83adde1 100644
--- a/README
+++ b/README
@@ -18,7 +18,7 @@ as possible. This is why the TERM variable can be set to xterm-color256 with any
TSM based terminal emulator.
Website:
- http://www.freedesktop.org/wiki/Software/kmscon/libtsm
+ http://www.freedesktop.org/wiki/Software/libtsm
== Requirements ==
diff --git a/configure.ac b/configure.ac
index 6aeeafa..63cac17 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ AC_INIT([libtsm],
[3],
[http://bugs.freedesktop.org/enter_bug.cgi?product=kmscon],
[libtsm],
- [http://www.freedesktop.org/wiki/Software/kmscon/libtsm])
+ [http://www.freedesktop.org/wiki/Software/libtsm])
AC_CONFIG_SRCDIR([src/tsm/libtsm.h])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])