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" >}})