From 4bb43d47c0d5ecddc11b77f91ef4620ac5882c37 Mon Sep 17 00:00:00 2001 From: XiaojueGuan Date: Sun, 13 May 2018 21:30:48 +0800 Subject: [PATCH] Trivial: update url to new url Change-Id: I83fd0fc733c1167dacff519bf81e6aa4995033b1 --- specs/juno/add-ssl-ca-support.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/juno/add-ssl-ca-support.rst b/specs/juno/add-ssl-ca-support.rst index 07f9075..d9d0077 100644 --- a/specs/juno/add-ssl-ca-support.rst +++ b/specs/juno/add-ssl-ca-support.rst @@ -143,7 +143,7 @@ the Juno or K releases. It does not let projects upload and execute custom code, but rather calls back to Barbican to perform its tasks. Lower level frameworks such as machinist -(https://pypi.python.org/pypi/machinist/0.1) can operate state machines as +(https://pypi.org/project/machinist/0.1) can operate state machines as defined via Python objects. Like TaskFlow this might be best run as a process separate from the Barbican workers. This framework seemed less flexible than TaskFlow.