From 74195958da365865b7a416eddbe49f46c06b5209 Mon Sep 17 00:00:00 2001 From: mb-wali Date: Mon, 14 Jun 2021 12:52:57 +0200 Subject: [PATCH] bugfix: fixed url path --- docs/deployment/vms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment/vms.md b/docs/deployment/vms.md index f085ff6..a8a25ba 100644 --- a/docs/deployment/vms.md +++ b/docs/deployment/vms.md @@ -124,7 +124,7 @@ fi The `update` & `upgrade` shell commands require root access to the virtual machines. We are using ssh-keys to access the virtual machines with root permission. -Please see the [SSH-key configuration](/configs/sshkey/) for further details. +Please see the [SSH-key configuration](https://tu-graz-library.github.io/docs-repository/configs/sshkey/) for further details. ## Pipeline schedules Now that we have our `scripts` and `pipeline configuration` ready, lets configure [Gitlab pipeline schedules](https://docs.gitlab.com/ee/ci/pipelines/schedules.html).