unify links

This commit is contained in:
Willy Kloucek
2021-04-13 08:31:20 +02:00
parent a05b463069
commit 8a34f2550d
18 changed files with 36 additions and 36 deletions

View File

@@ -1,7 +1,7 @@
---
title: "OnlyOffice"
date: 2018-05-02T00:00:00+00:00
weight: 10
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/extensions/onlyoffice
geekdocFilePath: _index.md

View File

@@ -15,7 +15,7 @@ for other extensions to register new settings within oCIS. It is responsible for
settings values as well.
For ease of use, this extension provides an ocis-web extension which allows users to change their settings values.
Please refer to the [ocis-web extension docs]({{< relref "../../ocis/development/extensions/#external-ownCloud-Web-apps" >}})
Please refer to the [ocis-web extension docs]({{< ref "../../ocis/development/extensions/#external-ownCloud-Web-apps" >}})
for running ocis-web extensions.
{{< mermaid class="text-center">}}

View File

@@ -14,7 +14,7 @@ provided by this service.
## Identifying settings values
A *settings value* is uniquely identified by four attributes. Three of them are coming from the definition of
the setting within it's settings bundle (see [Settings Bundles]({{< relref "bundles.md" >}})
the setting within it's settings bundle (see [Settings Bundles]({{< ref "bundles" >}})
for an example). The fourth identifies the user.
- extension: Key of the extension that registered the settings bundle,
- bundleKey: Key of the settings bundle,

View File

@@ -13,7 +13,7 @@ To release a new version of the storage submodule, you have to follow a few simp
## Preparation
1. Before releasing, make sure that reva has been [updated to the desired version]({{< ref "updating.md" >}})
1. Before releasing, make sure that reva has been [updated to the desired version]({{< ref "updating" >}})
## Release
1. Check out master

View File

@@ -15,5 +15,5 @@ geekdocFilePath: updating.md
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
5. After the PR is merged, consider doing a [release of the storage submodule]({{< ref "releasing.md" >}})
5. After the PR is merged, consider doing a [release of the storage submodule]({{< ref "releasing" >}})