diff --git a/modules/admin/pages/deployment/services/s-list/web.adoc b/modules/admin/pages/deployment/services/s-list/web.adoc index 50d8dc745..0690ec6c1 100644 --- a/modules/admin/pages/deployment/services/s-list/web.adoc +++ b/modules/admin/pages/deployment/services/s-list/web.adoc @@ -29,7 +29,7 @@ Beside theming, see below, the behavior of the web UI can be configured via opti === Web UI Config File -When defined via the `WEB_UI_CONFIG_FILE`, the configuration of the web UI can be made with a json based file. See the https://github.com/owncloud/web/tree/master/config[link,window=_blank] for examples. +When defined via the `WEB_UI_CONFIG_FILE`, the configuration of the web UI can be made with a json based file. See the https://github.com/owncloud/ocis/tree/master/web/config[link,window=_blank] for examples. == Embedding Web diff --git a/modules/admin/pages/deployment/webui/webui-theming.adoc b/modules/admin/pages/deployment/webui/webui-theming.adoc index f21c9b7f2..14c581c87 100644 --- a/modules/admin/pages/deployment/webui/webui-theming.adoc +++ b/modules/admin/pages/deployment/webui/webui-theming.adoc @@ -5,9 +5,9 @@ :page-aliases: ROOT:deployment/webui/webui-theming.adoc :web_assets_path: /services/web/assets/themes/owncloud/ -:example-theme-url: https://github.com/owncloud/web/tree/master/config +:example-theme-url: https://github.com/owncloud/ocis/tree/master/web/config :design-tokens-url: https://owncloud.design/#/Design%20Tokens -:gh-webui-url: https://github.com/owncloud/web/issues/new +:gh-webui-url: https://github.com/owncloud/ocis/issues/new include::partial$multi-location/compose-version.adoc[] diff --git a/modules/developer/index.adoc b/modules/developer/index.adoc index 0862b0235..34d2a0813 100644 --- a/modules/developer/index.adoc +++ b/modules/developer/index.adoc @@ -21,7 +21,7 @@ Welcome to our developer documentation. Here you find documentation with focus f - [oCIS]({{< ref "./ocis" >}}) server - oCIS Services - Clients like: - - [ownCloud Web](https://github.com/owncloud/web) - the new web frontend for oCIS and ownCloud + - [ownCloud Web](https://github.com/owncloud/ocis/tree/master/web) - the new web frontend for oCIS and ownCloud - [ownCloud Android app](https://github.com/owncloud/android) - [ownCloud iOS app](https://github.com/owncloud/ios-app) - [ownCloud Desktop Syncing Client](https://github.com/owncloud/client) @@ -36,7 +36,7 @@ You can also find all client sources on https://github.com/owncloud/[GitHub]. ## Join the oCIS Community -The https://github.com/owncloud/ocis[ocis repository] is a good entry point to the oCIS project. In addition to that, there are also ownCloud projects for apps such as https://github.com/owncloud/ios-app[iOS], https://github.com/owncloud/android[Android], the https://github.com/owncloud/desktop[Desktop] platforms and https://github.com/owncloud/web[ownCloud Web]. +The https://github.com/owncloud/ocis[ocis repository] is a good entry point to the oCIS project. In addition to that, there are also ownCloud projects for apps such as https://github.com/owncloud/ios-app[iOS], https://github.com/owncloud/android[Android], the https://github.com/owncloud/desktop[Desktop] platforms and https://github.com/owncloud/ocis/tree/master/web[ownCloud Web]. To chat about development, join our public chat on https://matrix.to/#/#ocis:matrix.org[matrix: ownCloud Infinite Scale]. diff --git a/modules/developer/pages/index.adoc b/modules/developer/pages/index.adoc index 7030d2b40..b4e78c977 100644 --- a/modules/developer/pages/index.adoc +++ b/modules/developer/pages/index.adoc @@ -38,7 +38,7 @@ You can also find all app sources at:: == Join the oCIS Community -The https://github.com/owncloud/ocis[oCIS repository] is a good entry point to the oCIS project. The https://github.com/owncloud/web[Web repository] provides the web frontend for oCIS. +The https://github.com/owncloud/ocis[oCIS repository] is a good entry point to the oCIS project. The https://github.com/owncloud/ocis/tree/master/web[Web frontend] is part of the oCIS monorepo. To chat about development, join our public chat on https://matrix.to/#/#ocis:matrix.org[matrix: ownCloud Infinite Scale].