From 81c57ee70c9abdecdf4149d11c9c51ea37103cab Mon Sep 17 00:00:00 2001 From: Pascal Wengerter Date: Mon, 19 Apr 2021 14:34:04 +0100 Subject: [PATCH] Fix a bunch of broken links within the docs --- docs/extensions/graph-explorer/_index.md | 2 +- docs/extensions/onlyoffice/license.md | 2 +- docs/extensions/settings/glossary.md | 2 +- docs/extensions/storage/users.md | 2 +- docs/ocis/deployment/monitoring-tracing.md | 2 +- docs/ocis/storage-backends/eos.md | 2 +- settings/templates/CONFIGURATION.tmpl | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/extensions/graph-explorer/_index.md b/docs/extensions/graph-explorer/_index.md index 366e5b1b9..6e97f68a3 100644 --- a/docs/extensions/graph-explorer/_index.md +++ b/docs/extensions/graph-explorer/_index.md @@ -8,4 +8,4 @@ geekdocFilePath: _index.md geekdocCollapseSection: true --- -This service embeds [Graph-Explorer](https://github.com/owncloud/ocis/graph-explorer) to provide a UI for ownCloud Infinite Scale. +This service embeds [Graph-Explorer](https://github.com/owncloud/ocis/tree/master/graph-explorer) to provide a UI for ownCloud Infinite Scale. diff --git a/docs/extensions/onlyoffice/license.md b/docs/extensions/onlyoffice/license.md index 17c243130..98bbfb708 100644 --- a/docs/extensions/onlyoffice/license.md +++ b/docs/extensions/onlyoffice/license.md @@ -7,4 +7,4 @@ geekdocEditPath: edit/master/docs/extensions/onlyoffice geekdocFilePath: license.md --- -This project is licensed under the [Apache 2.0](https://github.com/owncloud/ocis/onlyoffice/blob/master/LICENSE) license. For the license of the used libraries you have to check the respective sources. +This project is licensed under the [Apache 2.0](https://github.com/owncloud/ocis/blob/master/onlyoffice/LICENSE) license. For the license of the used libraries you have to check the respective sources. diff --git a/docs/extensions/settings/glossary.md b/docs/extensions/settings/glossary.md index bf8abe440..6c7153f60 100644 --- a/docs/extensions/settings/glossary.md +++ b/docs/extensions/settings/glossary.md @@ -2,7 +2,7 @@ title: "Glossary" date: 2020-05-04T12:35:00+01:00 weight: 80 -geekdocRepo: https://github.com/owncloud/oci +geekdocRepo: https://github.com/owncloud/ocis geekdocEditPath: edit/master/docs/extensions/settings geekdocFilePath: glossary.md --- diff --git a/docs/extensions/storage/users.md b/docs/extensions/storage/users.md index a34a4ea29..30559d3c3 100644 --- a/docs/extensions/storage/users.md +++ b/docs/extensions/storage/users.md @@ -28,7 +28,7 @@ export STORAGE_USERS_DRIVER=json export STORAGE_USERS_JSON=/path/to/users.json ``` -For the format of the users.json have a look at the [reva examples](https://github.com/cs3org/reva/blob/master/examples/separate/users.demo.json) +For the format of the users.json have a look at the [reva examples](https://github.com/cs3org/reva/blob/master/examples/oc-phoenix/users.demo.json) ### LDAP driver diff --git a/docs/ocis/deployment/monitoring-tracing.md b/docs/ocis/deployment/monitoring-tracing.md index c0937a9aa..329fc71d3 100644 --- a/docs/ocis/deployment/monitoring-tracing.md +++ b/docs/ocis/deployment/monitoring-tracing.md @@ -4,7 +4,7 @@ date: 2020-02-27T20:35:00+01:00 weight: 10 geekdocRepo: https://github.com/owncloud/ocis geekdocEditPath: edit/master/docs/ocis/deployment -geekdocFilePath: monitoring_tracing.md +geekdocFilePath: monitoring-tracing.md --- {{< toc >}} diff --git a/docs/ocis/storage-backends/eos.md b/docs/ocis/storage-backends/eos.md index 1bc6e991f..d3be56b38 100644 --- a/docs/ocis/storage-backends/eos.md +++ b/docs/ocis/storage-backends/eos.md @@ -3,7 +3,7 @@ title: "EOS" date: 2020-02-27T20:35:00+01:00 weight: 30 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/ocis +geekdocEditPath: edit/master/docs/ocis/storage-backends/ geekdocFilePath: eos.md --- diff --git a/settings/templates/CONFIGURATION.tmpl b/settings/templates/CONFIGURATION.tmpl index b918d8c2c..9bb749336 100644 --- a/settings/templates/CONFIGURATION.tmpl +++ b/settings/templates/CONFIGURATION.tmpl @@ -35,7 +35,7 @@ $HOME/.ocis For this configuration to be picked up, have a look at your extension `root` command and look for which default config name it has assigned. *i.e: ocis-proxy reads `proxy.json | yaml | toml ...`*. -So far we support the file formats `JSON` and `YAML`, if you want to get a full example configuration just take a look at [our repository](https://github.com/owncloud/ocis/tree/master/config), there you can always see the latest configuration format. These example configurations include all available options and the default values. The configuration file will be automatically loaded if it's placed at `/etc/ocis/ocis.yml`, `${HOME}/.ocis/ocis.yml` or `$(pwd)/config/ocis.yml`. +So far we support the file formats `JSON` and `YAML`, if you want to get a full example configuration just take a look at [our repository](https://github.com/owncloud/ocis/tree/master/settings/config), there you can always see the latest configuration format. These example configurations include all available options and the default values. The configuration file will be automatically loaded if it's placed at `/etc/ocis/ocis.yml`, `${HOME}/.ocis/ocis.yml` or `$(pwd)/config/ocis.yml`. ### Environment variables