summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-12-06 09:18:24 +0200
committerLars Wirzenius <liw@liw.fi>2019-12-06 09:18:24 +0200
commite4b4d55c10cd0552329d5ffaca1827c57720479f (patch)
tree95137f745e1733dca39f1abacc548f9f581f19bf
parentc331b83ebf55e9a36492c29142443fba43c08d54 (diff)
downloadick.liw.fi-e4b4d55c10cd0552329d5ffaca1827c57720479f.tar.gz
Drop: link to qvarn.org, which is gone
-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