From 06719c9b956d26f4067dcd0b12880358683a9406 Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Tue, 23 May 2017 19:13:07 +0900 Subject: [PATCH] Update Quaternion and libqmatrixclient records --- supporting-docs/projects/2015-06-27-quaternion.md | 10 +++++----- .../projects/2016-04-05-libqmatrixclient.md | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/supporting-docs/projects/2015-06-27-quaternion.md b/supporting-docs/projects/2015-06-27-quaternion.md index 4b4b0048..9e9899d6 100644 --- a/supporting-docs/projects/2015-06-27-quaternion.md +++ b/supporting-docs/projects/2015-06-27-quaternion.md @@ -2,13 +2,13 @@ layout: project title: Quaternion categories: projects client -thumbnail: https://raw.githubusercontent.com/Fxrh/Quaternion/master/quaternion.png -author: Fxrh +thumbnail: https://raw.githubusercontent.com/QMatrixClient/Quaternion/master/quaternion.png +author: Felix Rohrbach, Kitsune Ral description: Quaternion is an IM client for the Matrix protocol -maturity: Alpha +maturity: Late alpha --- -![screenshot](https://raw.githubusercontent.com/Fxrh/Quaternion/master/quaternion.png "{{ page.title }}") +![screenshot](https://raw.githubusercontent.com/QMatrixClient/Quaternion/master/quaternion.png "{{ page.title }}") # {{ page.title }} -Quaternion is an IM client for the Matrix protocol in development. ([github](https://github.com/Fxrh/Quaternion)) +Quaternion is a Qt/QML-based IM client for the Matrix protocol in development. ([github](https://github.com/QMatrixClient/Quaternion)) diff --git a/supporting-docs/projects/2016-04-05-libqmatrixclient.md b/supporting-docs/projects/2016-04-05-libqmatrixclient.md index bc3b852d..9476c07d 100644 --- a/supporting-docs/projects/2016-04-05-libqmatrixclient.md +++ b/supporting-docs/projects/2016-04-05-libqmatrixclient.md @@ -2,11 +2,11 @@ layout: project title: libqmatrixclient categories: projects sdk -author: Felix Rohrbach -maturity: Alpha +authors: Kitsune Ral, Felix Rohrbach +maturity: Late alpha --- # {{ page.title }} -libqmatrixclient is a Qt-based library to make IM clients for the Matrix protocol. It is used by the [Quaternion client](https://matrix.org/docs/projects/client/quaternion.html) and is a part of the Quaternion project. +libqmatrixclient is a Qt-based library to make IM clients for the Matrix protocol. It is used by the [Quaternion client](https://matrix.org/docs/projects/client/quaternion.html) and is a part of the Quaternion project. Recent builds of [Tensor](https://matrix.org/docs/projects/client/tensor.html) are also made on top of libqmatrixclient. -The project lives in Felix Rohrbach's [github space](https://github.com/Fxrh/libqmatrixclient). +The project lives in QMatrixClient [github space](https://github.com/QMatrixClient/libqmatrixclient).