summaryrefslogtreecommitdiff
path: root/architecture.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'architecture.mdwn')
-rw-r--r--architecture.mdwn4
1 files changed, 1 insertions, 3 deletions
diff --git a/architecture.mdwn b/architecture.mdwn
index 8e8ae7c..5840644 100644
--- a/architecture.mdwn
+++ b/architecture.mdwn
@@ -230,7 +230,7 @@ how they are used individually and together.
**access token**, and each API provider (controller, artifact store,
etc) accepts API requests if accompanied with a valid access token.
- We use the [Qvisqve][]
+ We use the Qvisqve
software as the IDP.
* The **notification service** provides an API to send out
@@ -249,8 +249,6 @@ how they are used individually and together.
descriptions, build artifacts, trigger builds, and view build
status.
-[Qvisqve]: http://qvarn.org/qvisqve
-
On an implementation level, the various services of ick may be
implemented using any language and framework that works. However, to
keep things simple, currently we are using Python 3, Bottle, and Green