diff options
author | Sander Vrijders <sander.vrijders@ugent.be> | 2018-07-03 09:27:14 +0200 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@ugent.be> | 2018-07-03 09:27:14 +0200 |
commit | 616939104caae3e6110db569089edc091959eafc (patch) | |
tree | 32bcba39ff5268815c86635f34db4ebe3540a376 | |
parent | d6b62e3d1c0653b50443ab91062127a60c0bbfdc (diff) | |
download | rumba-616939104caae3e6110db569089edc091959eafc.tar.gz rumba-616939104caae3e6110db569089edc091959eafc.zip |
doc: Fix bad URL for jFed authority
The URL of the jFed authority was mangled and thus not working.
-rw-r--r-- | doc/jfed.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/jfed.rst b/doc/jfed.rst index 3d06c09..68a0640 100644 --- a/doc/jfed.rst +++ b/doc/jfed.rst @@ -7,7 +7,7 @@ testbed federation. In order to use the jFed testbed, a user first needs to download his/her key from the `jFed authority -<https://authority.ilabt.iminds.be/](https://authority.ilabt.iminds.be/>`_. +<https://authority.ilabt.iminds.be/>`_. After logging in, click on *Download your certificate*. Save the contents in a file (for example cert.pem). |