From 17198620acbfdf976c00ab11374162e0a82689c8 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Fri, 6 Nov 2020 13:56:37 +0100 Subject: [PATCH] [docs-only] Fix broken link --- docs/extensions/storage/updating.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extensions/storage/updating.md b/docs/extensions/storage/updating.md index 0afd43494..ec72eb0d5 100644 --- a/docs/extensions/storage/updating.md +++ b/docs/extensions/storage/updating.md @@ -14,6 +14,6 @@ geekdocFilePath: updating.md 1. Run `go get github.com/cs3org/reva@master` 2. Create a changelog entry containing changes that were done in [reva](https://github.com/cs3org/reva/commits/master) 3. Create a Pull Request to ocis-reva master with those changes -4. If test issues appear, you might need to [adjust the tests]({{< ref "testing.md" >}}) +4. If test issues appear, you might need to adjust the tests 5. After the PR is merged, consider doing a [release of the storage submodule]({{< ref "releasing.md" >}})